From bb70299fd7f5718079e6182cd5cbbdb200d50c9c Mon Sep 17 00:00:00 2001 From: "themeisle[bot]" Date: Wed, 1 Mar 2023 18:07:28 +0000 Subject: [PATCH] chore(release): 2.6.5 ##### [Version 2.6.5](https://github.com/Codeinwp/wp-maintenance-mode/compare/v2.6.4...v2.6.5) (2023-03-01) Update dependencies --- CHANGELOG.md | 4 ++++ README.md | 9 ++++++++- composer.json | 2 +- includes/classes/wp-maintenance-mode.php | 2 +- package.json | 2 +- readme.txt | 9 ++++++++- wp-maintenance-mode.php | 2 +- 7 files changed, 24 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b1bcc10..db2b24f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +##### [Version 2.6.5](https://github.com/Codeinwp/wp-maintenance-mode/compare/v2.6.4...v2.6.5) (2023-03-01) + +Update dependencies + ##### [Version 2.6.4](https://github.com/Codeinwp/wp-maintenance-mode/compare/v2.6.3...v2.6.4) (2023-02-24) - Add the option to manage maintenance status on all sites from the network dashboard diff --git a/README.md b/README.md index 7a7aab4..5cd328e 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ **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.4 +**Stable tag:** 2.6.5 **Requires PHP:** 5.6 **License:** GPL-2.0+ @@ -92,6 +92,13 @@ Notice: `wp-cron.php` is excluded by default. ## Changelog ## +##### [Version 2.6.5](https://github.com/Codeinwp/wp-maintenance-mode/compare/v2.6.4...v2.6.5) (2023-03-01) + +Update dependencies + + + + ##### [Version 2.6.4](https://github.com/Codeinwp/wp-maintenance-mode/compare/v2.6.3...v2.6.4) (2023-02-24) - Add the option to manage maintenance status on all sites from the network dashboard diff --git a/composer.json b/composer.json index 2cdd3cc..4ce9dec 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.4", + "version": "2.6.5", "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 16fec30..2955961 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.4'; + const VERSION = '2.6.5'; const MAINTENANCE = 'maintenance'; const COMING_SOON = 'coming-soon'; diff --git a/package.json b/package.json index 64a03b6..34987e4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wp-maintenance-mode", - "version": "2.6.4", + "version": "2.6.5", "author": "Themeisle", "homepage": "https://themeisle.com/", "license": "GPL-3.0+", diff --git a/readme.txt b/readme.txt index b2ceff6..518583b 100644 --- a/readme.txt +++ b/readme.txt @@ -7,7 +7,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.1 -Stable tag: 2.6.4 +Stable tag: 2.6.5 Requires PHP: 5.6 License: GPL-2.0+ @@ -92,6 +92,13 @@ Notice: `wp-cron.php` is excluded by default. == Changelog == +##### [Version 2.6.5](https://github.com/Codeinwp/wp-maintenance-mode/compare/v2.6.4...v2.6.5) (2023-03-01) + +Update dependencies + + + + ##### [Version 2.6.4](https://github.com/Codeinwp/wp-maintenance-mode/compare/v2.6.3...v2.6.4) (2023-02-24) - Add the option to manage maintenance status on all sites from the network dashboard diff --git a/wp-maintenance-mode.php b/wp-maintenance-mode.php index 5f1da22..9d5fd5d 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.4 + * Version: 2.6.5 * Author: Themeisle * Author URI: https://themeisle.com/ * Twitter: themeisle