Releases: Codeinwp/wp-maintenance-mode
Releases · Codeinwp/wp-maintenance-mode
v2.5.1
Version 2.5.1 (2022-09-08)
- Fixes a bug which was causing error on some instances
v2.5.0
Version 2.5.0 (2022-09-08)
- New Feature: Adds compatibility with Block Editor or any page builder for building the maintenance mode page.
- New Feature: Adds coming soon and maintenance mode starting templates.
v2.4.7
Version 2.4.7 (2022-08-08)
Fixes
- Fix login form display
- Fix email collecting by the bot
- Improve accessibility of the maintenance page thanks to @SophieWeb
v2.4.6
Version 2.4.6 (2022-06-15)
- Improve data sanitizations for custom css and contact module
v2.4.5
Version 2.4.5 (2022-06-15)
- Harden security and improve release process
v2.4.4
Version 2.4.4 (2022-02-10)
Update dependencies
v2.4.3
Version 2.4.3 (2022-01-27)
- Change ownership to Themeisle
2.4.2
- Misc: 900 000 Active Installs Celebrations!
- Misc: WordPress 5.9 compatibility
- Fix: jQuery UI CSS theme reference from jQuery CDN
- Misc: Text fixes in the dashboard
2.4.1
- Misc: WordPress 5.8 compatibility
2.4.0
- Design: add "Custom CSS" setting; Finally! :)
- Design: add "Footer links" color setting
- Design: add a list of available shortcodes under the "Text" editor
- Bot: make {visitor_name} placeholder work in all messages after the visitor types his name
- Misc: add [embed] shortcode for responsive video embeds; Compatible with YouTube, Vimeo, DailyMotion.
- Misc: make the exclude mechanism work with Cyrillic characters
- Misc: add
wpmm_maintenance_template
filter; It works the same way as thewpmm_contact_template
filter, but for the maintenance template. - Misc: now you can override the
contact
email template too; Check/views/contact.php
for more details. - Misc: better compatibility with translation plugins like Loco Translate
- Misc: the image uploaders (from the dashboard) are now translatable
- Misc: improve uninstall routine
- Misc: add
wpmm_delete_cache
action; It is called after each setting change. - Misc: add support for cache plugins like WP Rocket, WP Fastest Cache, Endurance Page Cache, Swift Performance Lite, Cache Enabler, SG Optimizer, LiteSpeed Cache, Nginx Helper;
- Misc: remove
wpmm_count_where
helper function - Misc: code improvements