Skip to content

Commit 83f9daa

Browse files
committed
chore(release): 2.6.21
##### [Version 2.6.21](v2.6.20...v2.6.21) (2026-04-06) - Updated dependencies
1 parent 4b2d630 commit 83f9daa

7 files changed

Lines changed: 32 additions & 8 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
##### [Version 2.6.21](https://github.com/Codeinwp/wp-maintenance-mode/compare/v2.6.20...v2.6.21) (2026-04-06)
2+
3+
- Updated dependencies
4+
15
##### [Version 2.6.20](https://github.com/Codeinwp/wp-maintenance-mode/compare/v2.6.19...v2.6.20) (2025-09-04)
26

37
- Updated dependencies

README.md

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
**Author URI:** https://themeisle.com/
88
**Tags:** maintenance mode, admin, administration, unavailable, coming soon, multisite, landing page, under construction, contact form, subscribe, countdown
99
**Requires at least:** 4.7
10-
**Tested up to:** 6.8
11-
**Stable tag:** 2.6.20
12-
**Requires PHP:** 5.6
10+
**Tested up to:** 6.9
11+
**Stable tag:** 2.6.21
12+
**Requires PHP:** 7.1
1313
**License:** GPL-2.0+
1414

1515
Easy Drag & Drop Page Builder that adds a splash page to your site that it's perfect for a coming soon page, maintenance or landing page.
@@ -91,8 +91,21 @@ If you change your login url, please add the new slug (url: http://domain.com/ne
9191

9292
Notice: `wp-cron.php` is excluded by default.
9393

94+
### How to report a security issue? ###
95+
96+
Plugin security is a core priority for us. If you identify a potential vulnerability, we ask that you disclose it responsibly.
97+
98+
Please follow the reporting protocols outlined on our [Security Page](https://themeisle.com/security/).
99+
94100
## Changelog ##
95101

102+
##### [Version 2.6.21](https://github.com/Codeinwp/wp-maintenance-mode/compare/v2.6.20...v2.6.21) (2026-04-06)
103+
104+
- Updated dependencies
105+
106+
107+
108+
96109
##### [Version 2.6.20](https://github.com/Codeinwp/wp-maintenance-mode/compare/v2.6.19...v2.6.20) (2025-09-04)
97110

98111
- Updated dependencies

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "codeinwp/wp-maintenance-mode",
33
"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.",
44
"type": "wordpress-plugin",
5-
"version": "2.6.20",
5+
"version": "2.6.21",
66
"license": "GPL-2.0+",
77
"homepage": "https://themeisle.com",
88
"support": {

includes/classes/wp-maintenance-mode.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
class WP_Maintenance_Mode {
1010

11-
const VERSION = '2.6.20';
11+
const VERSION = '2.6.21';
1212

1313
const MAINTENANCE = 'maintenance';
1414
const COMING_SOON = 'coming-soon';

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "wp-maintenance-mode",
3-
"version": "2.6.20",
3+
"version": "2.6.21",
44
"author": "Themeisle",
55
"homepage": "https://themeisle.com/",
66
"license": "GPL-3.0+",

readme.txt

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Author URI: https://themeisle.com/
88
Tags: maintenance mode, admin, administration, unavailable, coming soon, multisite, landing page, under construction, contact form, subscribe, countdown
99
Requires at least: 4.7
1010
Tested up to: 6.9
11-
Stable tag: 2.6.20
11+
Stable tag: 2.6.21
1212
Requires PHP: 7.1
1313
License: GPL-2.0+
1414

@@ -99,6 +99,13 @@ Please follow the reporting protocols outlined on our [Security Page](https://th
9999

100100
== Changelog ==
101101

102+
##### [Version 2.6.21](https://github.com/Codeinwp/wp-maintenance-mode/compare/v2.6.20...v2.6.21) (2026-04-06)
103+
104+
- Updated dependencies
105+
106+
107+
108+
102109
##### [Version 2.6.20](https://github.com/Codeinwp/wp-maintenance-mode/compare/v2.6.19...v2.6.20) (2025-09-04)
103110

104111
- Updated dependencies

wp-maintenance-mode.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* Plugin Name: LightStart - Maintenance Mode, Coming Soon and Landing Page Builder
66
* 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.
7-
* Version: 2.6.20
7+
* Version: 2.6.21
88
* Author: Themeisle
99
* Author URI: https://themeisle.com/
1010
* Twitter: themeisle

0 commit comments

Comments
 (0)