- Bumped up "Tested up to"
- Added support for older PHP versions as per pre-2.4
- Add workaround capability management to support user role and capabilities plugins by using
delete_plugins
capability for super admins andljmm_control
for rest of the users
- Merge capabilities handling, tidy up and potentially fix capabilities issues some of the users have experienced
- More customisable than ever!
- Added support for stylesheet, widgets, code snippet injection and Analytify/Google Analytics tracking code (Thanks to Eric Mueller at @switchplus)
- Custom capability (Thanks to @gabrielbijleveld)
- Code refactor and improvements
- Overall tidy up of the code
- Update broken support link
- Added shortcode support (Plugins like Contact Form 7 will work from now on)
- New icons and banners
- Added SiteOrigin Page Builder compatibility (Thanks to @relgit)
- Hot Fix issue where user got locked out of admin area in maintenance mode.
- Small refactor, extract some of the parts to it's own method to make everything a bit cleaner
- Added 'ljmm_content' filter
- Move mode up to the "main" setting area instead of advanced settings
- From now on,
init
hook instead ofget_header
is used for maintenance mode - Dedicated method to check if maintenance mode is enabled to make things cleaner
- Improve current_user_can checks. From codex: current_user_can( $capability ) will aways return true if user is Super Admin, unless specifically denied - see inline source code
- Update readme
- Preview mode will now perform capabilities check. (Thanks to @esemlabel)
- Added Comet Cache support. (Thanks to @doume)
- Update translation files
- Updated French translation (Thanks to @doume)
- Add French translation (Thanks to @doume)
- Added missing translation strings (Thanks to @doume for reporting this issue)
- Updated advanced settings toggle (Thanks to @doume for reporting this issue)
- Updated POT file.(Thanks to @doume for reporting this issue)
- Corrected typo for w3 total cache warning message. (Thanks to @doume for reporting this issue)
- Fixed typo in variable ($cache_plugin_enabled). (Thanks to @doume for reporting this issue)
- Added Dutch translation (Thanks to @edwarddekker)
- From now on, you can change status code being used while using maintenance mode between 503 (maintenance mode) or 200 (for "coming soon" page)
- Correct support url
- General code tidy up
- added WPML compatibility
- added TML (Theme My Login) compatibility
- Fixed issue where plugin capabilities were not being removed on uninstall
- Shorten admin bar indicator text, added icon
- Add support link to the plugins page
- Minor code tidy up
- Added Lithuanian translation (Thanks to @gedeminas)
- Added Spanish Translations. (Thanks to @bcien)
- Fixed issue where on non English sites admin bar indicator was broken.
- Fix db prefixing while getting roles. thanks @gablau
- Further checks improvements regarding problems caused by latest update for some users
- Add missing function wrapper for translations
- Improved checks regarding problems caused by latest update for some users
- Advanced settings
- Role Control
- You can now change title of the site while Maintenance Mode is enabled (in advanced settings)
- General tidy up of code
- Fix issue where Jetpack share was appearing in maintenance mode
- Settings page tidy up and corrections to formatting.
- Added German (DE) translations. (Thanks to Hoellenwesen)
- Update Pot file
- Small adjustments
- Bug fixes
- Bug fixes (Thanks to @gablau)
- Security fixes - saving content more safely (Thanks to @gablau)
- Languages: Add Italian (100%) (Thanks to @gablau)
- Add compatibility while installed along wp-maintenance-mode @gablau)
- Code: Avoid duplicating same code and use it as method instead.
- Code: Tidy up default messages and group them together within method to avoid repeating yourself and also searching all across code in order to change the messages in the future.
- Improvement: If MM is enabled, added message describing how to check if the maintenance mode is enabled as this was causing lot of confusion and unnecessary support tickets.
- Improvement: Move preview and support buttons to a more convenient place, also highlight the preview button.
- Languages: Add Canadian (100%), Hungarian(83%) languages.
- Fixed: Issue where non admin users could see admin bar indicator.
- Google is being notified right way from now on.
- Typo corrections
- General code tidy up
- Improvement: Translations adjustments and corrections. Plugin is now fully translatable.
- Improvement: Small code refactor and tidy up.
- Improvement: Correct various typo issues.
- Bug fixes
- Deprecated clear cache functionality as it caused errors to some users. From now on, plugin shows simple reminder to flush cache after enabling or disabling Maintenance Mode.
- Improvement: Improved Multisite Support
- Improvement: Show default maintenance message in the settings
- Improvement: Uninstalling will now clean up database
- Improvement: Added support link to the settings page
- Improvement: Translatable strings
- Improvement: Changed default site title while MM is active
- Improvement: Added preview button
- Improvement: Added support button
- Improvement: Added support for WP Super Cache
- Improvement: Added support for W3 Total Cache
- Bug Fixes
- Bug Fixes
- Added Indicator to Admin menu bar
- Added Settings button on plugins page
- Added Default maintenance mode message.
- Bug Fixes
- First release