diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f5a0a9..e346189 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +##### [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 +- Updated dependencies + ##### [Version 2.6.13](https://github.com/Codeinwp/wp-maintenance-mode/compare/v2.6.12...v2.6.13) (2024-10-14) - Codebase updates. diff --git a/README.md b/README.md index 0a11114..694a927 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ **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.13 +**Stable tag:** 2.6.14 **Requires PHP:** 5.6 **License:** GPL-2.0+ @@ -93,6 +93,14 @@ Notice: `wp-cron.php` is excluded by default. ## Changelog ## +##### [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 +- Updated dependencies + + + + ##### [Version 2.6.13](https://github.com/Codeinwp/wp-maintenance-mode/compare/v2.6.12...v2.6.13) (2024-10-14) - Codebase updates. diff --git a/composer.json b/composer.json index 2dbc774..1293241 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.13", + "version": "2.6.14", "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 571e2b7..6e28fdc 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.13'; + const VERSION = '2.6.14'; const MAINTENANCE = 'maintenance'; const COMING_SOON = 'coming-soon'; diff --git a/package.json b/package.json index efb935b..6a8bc43 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wp-maintenance-mode", - "version": "2.6.13", + "version": "2.6.14", "author": "Themeisle", "homepage": "https://themeisle.com/", "license": "GPL-3.0+", diff --git a/readme.txt b/readme.txt index e5061c5..11f34df 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.6 -Stable tag: 2.6.13 +Stable tag: 2.6.14 Requires PHP: 5.6 License: GPL-2.0+ @@ -93,6 +93,14 @@ Notice: `wp-cron.php` is excluded by default. == Changelog == +##### [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 +- Updated dependencies + + + + ##### [Version 2.6.13](https://github.com/Codeinwp/wp-maintenance-mode/compare/v2.6.12...v2.6.13) (2024-10-14) - Codebase updates. diff --git a/wp-maintenance-mode.php b/wp-maintenance-mode.php index 50cca3b..c233a9a 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.13 + * Version: 2.6.14 * Author: Themeisle * Author URI: https://themeisle.com/ * Twitter: themeisle