Skip to content

Commit

Permalink
chore(release): 2.5.2
Browse files Browse the repository at this point in the history
##### [Version 2.5.2](v2.5.1...v2.5.2) (2022-09-27)

* Fix maintenance mode issue for previously logged users [#321](#321)
* Allow comments into exclude textarea so that you can comment on the IP addresses for location, props [@joostdekeijzer](https://github.com/joostdekeijzer)
* Fix PHP notice errors on specific scenarios [#324](#324)
* Fix Otter for saving subscriber entry
  • Loading branch information
pirate-bot committed Sep 27, 2022
1 parent 2f07a64 commit 620ab30
Show file tree
Hide file tree
Showing 7 changed files with 33 additions and 6 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
##### [Version 2.5.2](https://github.com/Codeinwp/wp-maintenance-mode/compare/v2.5.1...v2.5.2) (2022-09-27)

* Fix maintenance mode issue for previously logged users [#321](https://github.com/Codeinwp/wp-maintenance-mode/issues/321)
* Allow comments into exclude textarea so that you can comment on the IP addresses for location, props [@joostdekeijzer](https://github.com/joostdekeijzer)
* Fix PHP notice errors on specific scenarios [#324](https://github.com/Codeinwp/wp-maintenance-mode/issues/324)
* Fix Otter for saving subscriber entry

##### [Version 2.5.1](https://github.com/Codeinwp/wp-maintenance-mode/compare/v2.5.0...v2.5.1) (2022-09-08)

- Fixes a bug which was causing error on some instances
Expand Down
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.0
**Stable tag:** 2.5.1
**Stable tag:** 2.5.2
**Requires PHP:** 5.6
**License:** GPL-2.0+

Expand Down Expand Up @@ -91,6 +91,16 @@ Notice: `wp-cron.php` is excluded by default.

## Changelog ##

##### [Version 2.5.2](https://github.com/Codeinwp/wp-maintenance-mode/compare/v2.5.1...v2.5.2) (2022-09-27)

* Fix maintenance mode issue for previously logged users [#321](https://github.com/Codeinwp/wp-maintenance-mode/issues/321)
* Allow comments into exclude textarea so that you can comment on the IP addresses for location, props [@joostdekeijzer](https://github.com/joostdekeijzer)
* Fix PHP notice errors on specific scenarios [#324](https://github.com/Codeinwp/wp-maintenance-mode/issues/324)
* Fix Otter for saving subscriber entry




##### [Version 2.5.1](https://github.com/Codeinwp/wp-maintenance-mode/compare/v2.5.0...v2.5.1) (2022-09-08)

- Fixes a bug which was causing error on some instances
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.5.1",
"version": "2.5.2",
"license": "GPL-2.0+",
"homepage": "https://themeisle.com",
"support": {
Expand Down
2 changes: 1 addition & 1 deletion includes/classes/wp-maintenance-mode.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

class WP_Maintenance_Mode {

const VERSION = '2.5.1';
const VERSION = '2.5.2';

protected $plugin_slug = 'wp-maintenance-mode';
protected $plugin_settings;
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wp-maintenance-mode",
"version": "2.5.1",
"version": "2.5.2",
"author": "Themeisle",
"homepage": "https://themeisle.com/",
"license": "GPL-3.0+",
Expand Down
12 changes: 11 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.0
Stable tag: 2.5.1
Stable tag: 2.5.2
Requires PHP: 5.6
License: GPL-2.0+

Expand Down Expand Up @@ -91,6 +91,16 @@ Notice: `wp-cron.php` is excluded by default.

== Changelog ==

##### [Version 2.5.2](https://github.com/Codeinwp/wp-maintenance-mode/compare/v2.5.1...v2.5.2) (2022-09-27)

* Fix maintenance mode issue for previously logged users [#321](https://github.com/Codeinwp/wp-maintenance-mode/issues/321)
* Allow comments into exclude textarea so that you can comment on the IP addresses for location, props [@joostdekeijzer](https://github.com/joostdekeijzer)
* Fix PHP notice errors on specific scenarios [#324](https://github.com/Codeinwp/wp-maintenance-mode/issues/324)
* Fix Otter for saving subscriber entry




##### [Version 2.5.1](https://github.com/Codeinwp/wp-maintenance-mode/compare/v2.5.0...v2.5.1) (2022-09-08)

- Fixes a bug which was causing error on some instances
Expand Down
2 changes: 1 addition & 1 deletion wp-maintenance-mode.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* Plugin Name: WP Maintenance Mode & Coming Soon
* 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 page.
* Version: 2.5.1
* Version: 2.5.2
* Author: Themeisle
* Author URI: https://themeisle.com/
* Twitter: themeisle
Expand Down

0 comments on commit 620ab30

Please sign in to comment.