diff --git a/CHANGELOG.md b/CHANGELOG.md index c854696..55772fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +##### [Version 2.6.9](https://github.com/Codeinwp/wp-maintenance-mode/compare/v2.6.8...v2.6.9) (2023-12-22) + +### Bug Fixes +- Fixed compatibility issue with WP 6.4 +- Fixed broken templates layout issue on the Safari browser +- Enhanced security +- Fixed compatibility issue with WP-Optimize + ##### [Version 2.6.8](https://github.com/Codeinwp/wp-maintenance-mode/compare/v2.6.7...v2.6.8) (2023-06-07) - Fix the Save button Module tab not working diff --git a/README.md b/README.md index 97137b7..759d085 100644 --- a/README.md +++ b/README.md @@ -6,9 +6,9 @@ **Author:** Themeisle **Author URI:** https://themeisle.com/ **Tags:** maintenance mode, admin, administration, unavailable, coming soon, multisite, landing page, under construction, contact form, subscribe, countdown -**Requires at least:** 3.5 -**Tested up to:** 6.2 -**Stable tag:** 2.6.8 +**Requires at least:** 4.7 +**Tested up to:** 6.4 +**Stable tag:** 2.6.9 **Requires PHP:** 5.6 **License:** GPL-2.0+ @@ -93,6 +93,17 @@ Notice: `wp-cron.php` is excluded by default. ## Changelog ## +##### [Version 2.6.9](https://github.com/Codeinwp/wp-maintenance-mode/compare/v2.6.8...v2.6.9) (2023-12-22) + +### Bug Fixes +- Fixed compatibility issue with WP 6.4 +- Fixed broken templates layout issue on the Safari browser +- Enhanced security +- Fixed compatibility issue with WP-Optimize + + + + ##### [Version 2.6.8](https://github.com/Codeinwp/wp-maintenance-mode/compare/v2.6.7...v2.6.8) (2023-06-07) - Fix the Save button Module tab not working diff --git a/composer.json b/composer.json index d081db5..178c477 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "codeinwp/wp-maintenance-mode", "description": "Adds a splash page to your site that lets visitors know your site is down for maintenance. Full access to the back- & front-end is optional.", "type": "wordpress-plugin", - "version": "2.6.8", + "version": "2.6.9", "license": "GPL-2.0+", "homepage": "https://themeisle.com", "support": { diff --git a/includes/classes/wp-maintenance-mode.php b/includes/classes/wp-maintenance-mode.php index 37ce287..33ed7a7 100644 --- a/includes/classes/wp-maintenance-mode.php +++ b/includes/classes/wp-maintenance-mode.php @@ -8,7 +8,7 @@ class WP_Maintenance_Mode { - const VERSION = '2.6.8'; + const VERSION = '2.6.9'; const MAINTENANCE = 'maintenance'; const COMING_SOON = 'coming-soon'; diff --git a/package.json b/package.json index 493c4f0..69e94f8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wp-maintenance-mode", - "version": "2.6.8", + "version": "2.6.9", "author": "Themeisle", "homepage": "https://themeisle.com/", "license": "GPL-3.0+", diff --git a/readme.txt b/readme.txt index cdeccd9..ca190a2 100644 --- a/readme.txt +++ b/readme.txt @@ -8,7 +8,7 @@ Author URI: https://themeisle.com/ Tags: maintenance mode, admin, administration, unavailable, coming soon, multisite, landing page, under construction, contact form, subscribe, countdown Requires at least: 4.7 Tested up to: 6.4 -Stable tag: 2.6.8 +Stable tag: 2.6.9 Requires PHP: 5.6 License: GPL-2.0+ @@ -93,6 +93,17 @@ Notice: `wp-cron.php` is excluded by default. == Changelog == +##### [Version 2.6.9](https://github.com/Codeinwp/wp-maintenance-mode/compare/v2.6.8...v2.6.9) (2023-12-22) + +### Bug Fixes +- Fixed compatibility issue with WP 6.4 +- Fixed broken templates layout issue on the Safari browser +- Enhanced security +- Fixed compatibility issue with WP-Optimize + + + + ##### [Version 2.6.8](https://github.com/Codeinwp/wp-maintenance-mode/compare/v2.6.7...v2.6.8) (2023-06-07) - Fix the Save button Module tab not working diff --git a/wp-maintenance-mode.php b/wp-maintenance-mode.php index d70c668..e75e2ce 100755 --- a/wp-maintenance-mode.php +++ b/wp-maintenance-mode.php @@ -4,7 +4,7 @@ * * Plugin Name: LightStart - Maintenance Mode, Coming Soon and Landing Page Builder * Description: Adds a splash page to your site that lets visitors know your site is down for maintenance. It's perfect for a coming soon or landing page. - * Version: 2.6.8 + * Version: 2.6.9 * Author: Themeisle * Author URI: https://themeisle.com/ * Twitter: themeisle