diff --git a/CHANGELOG.md b/CHANGELOG.md index b5c0c93..b1dce97 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +##### [Version 2.6.7](https://github.com/Codeinwp/wp-maintenance-mode/compare/v2.6.6...v2.6.7) (2023-04-01) + +- Bug fix: Addressed an unnecessary 'no maintenance page' error occurrence. + ##### [Version 2.6.6](https://github.com/Codeinwp/wp-maintenance-mode/compare/v2.6.5...v2.6.6) (2023-03-31) - Remove error notice for users that use an overriding custom template diff --git a/README.md b/README.md index 8a5743e..4f9118f 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ # LightStart - Maintenance Mode, Coming Soon and Landing Page Builder # + **Contributors:** [themeisle](https://profiles.wordpress.org/themeisle/) **Plugin Name:** LightStart - Maintenance Mode, Coming Soon and Landing Page Builder **Plugin URI:** https://themeisle.com/ @@ -6,8 +7,8 @@ **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.1 -**Stable tag:** 2.6.6 +**Tested up to:** 6.2 +**Stable tag:** 2.6.7 **Requires PHP:** 5.6 **License:** GPL-2.0+ @@ -92,6 +93,13 @@ Notice: `wp-cron.php` is excluded by default. ## Changelog ## +##### [Version 2.6.7](https://github.com/Codeinwp/wp-maintenance-mode/compare/v2.6.6...v2.6.7) (2023-04-01) + +- Bug fix: Addressed an unnecessary 'no maintenance page' error occurrence. + + + + ##### [Version 2.6.6](https://github.com/Codeinwp/wp-maintenance-mode/compare/v2.6.5...v2.6.6) (2023-03-31) - Remove error notice for users that use an overriding custom template diff --git a/composer.json b/composer.json index 9d6f0cb..4214b1c 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.6", + "version": "2.6.7", "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 9270cc7..b44c0d1 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.6'; + const VERSION = '2.6.7'; const MAINTENANCE = 'maintenance'; const COMING_SOON = 'coming-soon'; diff --git a/package.json b/package.json index 3731dfa..70a7646 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wp-maintenance-mode", - "version": "2.6.6", + "version": "2.6.7", "author": "Themeisle", "homepage": "https://themeisle.com/", "license": "GPL-3.0+", diff --git a/readme.txt b/readme.txt index 8bfc341..5c0d894 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: 3.5 Tested up to: 6.2 -Stable tag: 2.6.6 +Stable tag: 2.6.7 Requires PHP: 5.6 License: GPL-2.0+ @@ -93,6 +93,13 @@ Notice: `wp-cron.php` is excluded by default. == Changelog == +##### [Version 2.6.7](https://github.com/Codeinwp/wp-maintenance-mode/compare/v2.6.6...v2.6.7) (2023-04-01) + +- Bug fix: Addressed an unnecessary 'no maintenance page' error occurrence. + + + + ##### [Version 2.6.6](https://github.com/Codeinwp/wp-maintenance-mode/compare/v2.6.5...v2.6.6) (2023-03-31) - Remove error notice for users that use an overriding custom template diff --git a/wp-maintenance-mode.php b/wp-maintenance-mode.php index d2acf80..ba05e49 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.6 + * Version: 2.6.7 * Author: Themeisle * Author URI: https://themeisle.com/ * Twitter: themeisle