Skip to content

Releases: Codeinwp/wp-maintenance-mode

v2.5.1

08 Sep 11:16
Compare
Choose a tag to compare
Version 2.5.1 (2022-09-08)
  • Fixes a bug which was causing error on some instances

v2.5.0

08 Sep 08:36
Compare
Choose a tag to compare

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

08 Aug 07:29
Compare
Choose a tag to compare
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

15 Jun 10:17
Compare
Choose a tag to compare
Version 2.4.6 (2022-06-15)
  • Improve data sanitizations for custom css and contact module

v2.4.5

15 Jun 10:01
Compare
Choose a tag to compare
Version 2.4.5 (2022-06-15)
  • Harden security and improve release process

v2.4.4

10 Feb 07:34
Compare
Choose a tag to compare
Version 2.4.4 (2022-02-10)

Update dependencies

v2.4.3

27 Jan 11:12
Compare
Choose a tag to compare
Version 2.4.3 (2022-01-27)
  • Change ownership to Themeisle

2.4.2

18 Jan 10:23
c0a12bc
Compare
Choose a tag to compare
  • 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

20 Jul 14:56
Compare
Choose a tag to compare
  • Misc: WordPress 5.8 compatibility

2.4.0

13 May 14:06
3880f94
Compare
Choose a tag to compare
  • 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 the wpmm_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