diff --git a/CHANGELOG.md b/CHANGELOG.md index e346189..f542573 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +##### [Version 2.6.15](https://github.com/Codeinwp/wp-maintenance-mode/compare/v2.6.14...v2.6.15) (2024-12-04) + +- Codebase changes. + ##### [Version 2.6.14](https://github.com/Codeinwp/wp-maintenance-mode/compare/v2.6.13...v2.6.14) (2024-11-11) - Fixed conflict with WPForms diff --git a/README.md b/README.md index 694a927..3338100 100644 --- a/README.md +++ b/README.md @@ -7,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:** 4.7 -**Tested up to:** 6.6 -**Stable tag:** 2.6.14 +**Tested up to:** 6.7 +**Stable tag:** 2.6.15 **Requires PHP:** 5.6 **License:** GPL-2.0+ @@ -93,6 +93,13 @@ Notice: `wp-cron.php` is excluded by default. ## Changelog ## +##### [Version 2.6.15](https://github.com/Codeinwp/wp-maintenance-mode/compare/v2.6.14...v2.6.15) (2024-12-04) + +- Codebase changes. + + + + ##### [Version 2.6.14](https://github.com/Codeinwp/wp-maintenance-mode/compare/v2.6.13...v2.6.14) (2024-11-11) - Fixed conflict with WPForms diff --git a/composer.json b/composer.json index 1293241..104dfe4 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.14", + "version": "2.6.15", "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 6e28fdc..e0cf8fa 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.14'; + const VERSION = '2.6.15'; const MAINTENANCE = 'maintenance'; const COMING_SOON = 'coming-soon'; diff --git a/package.json b/package.json index 6a8bc43..6e54fbb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wp-maintenance-mode", - "version": "2.6.14", + "version": "2.6.15", "author": "Themeisle", "homepage": "https://themeisle.com/", "license": "GPL-3.0+", diff --git a/readme.txt b/readme.txt index 016f078..3e896ed 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.7 -Stable tag: 2.6.14 +Stable tag: 2.6.15 Requires PHP: 5.6 License: GPL-2.0+ @@ -93,6 +93,13 @@ Notice: `wp-cron.php` is excluded by default. == Changelog == +##### [Version 2.6.15](https://github.com/Codeinwp/wp-maintenance-mode/compare/v2.6.14...v2.6.15) (2024-12-04) + +- Codebase changes. + + + + ##### [Version 2.6.14](https://github.com/Codeinwp/wp-maintenance-mode/compare/v2.6.13...v2.6.14) (2024-11-11) - Fixed conflict with WPForms diff --git a/wp-maintenance-mode.php b/wp-maintenance-mode.php index c233a9a..0d7eaf8 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.14 + * Version: 2.6.15 * Author: Themeisle * Author URI: https://themeisle.com/ * Twitter: themeisle