Skip to content

Commit 1c45da9

Browse files
committed
chore(release): 2.6.16
##### [Version 2.6.16](v2.6.15...v2.6.16) (2025-01-10) - Fixed compatibility issue with WordPress 6.7 - Fixed broken onboarding layout
1 parent fd613e4 commit 1c45da9

7 files changed

+27
-6
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
##### [Version 2.6.16](https://github.com/Codeinwp/wp-maintenance-mode/compare/v2.6.15...v2.6.16) (2025-01-10)
2+
3+
- Fixed compatibility issue with WordPress 6.7
4+
- Fixed broken onboarding layout
5+
16
##### [Version 2.6.15](https://github.com/Codeinwp/wp-maintenance-mode/compare/v2.6.14...v2.6.15) (2024-12-04)
27

38
- Codebase changes.

README.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
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.7
11-
**Stable tag:** 2.6.15
11+
**Stable tag:** 2.6.16
1212
**Requires PHP:** 5.6
1313
**License:** GPL-2.0+
1414

@@ -93,6 +93,14 @@ Notice: `wp-cron.php` is excluded by default.
9393

9494
## Changelog ##
9595

96+
##### [Version 2.6.16](https://github.com/Codeinwp/wp-maintenance-mode/compare/v2.6.15...v2.6.16) (2025-01-10)
97+
98+
- Fixed compatibility issue with WordPress 6.7
99+
- Fixed broken onboarding layout
100+
101+
102+
103+
96104
##### [Version 2.6.15](https://github.com/Codeinwp/wp-maintenance-mode/compare/v2.6.14...v2.6.15) (2024-12-04)
97105

98106
- Codebase changes.

composer.json

+1-1
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.15",
5+
"version": "2.6.16",
66
"license": "GPL-2.0+",
77
"homepage": "https://themeisle.com",
88
"support": {

includes/classes/wp-maintenance-mode.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
class WP_Maintenance_Mode {
1010

11-
const VERSION = '2.6.15';
11+
const VERSION = '2.6.16';
1212

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

package.json

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

readme.txt

+9-1
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.7
11-
Stable tag: 2.6.15
11+
Stable tag: 2.6.16
1212
Requires PHP: 5.6
1313
License: GPL-2.0+
1414

@@ -93,6 +93,14 @@ Notice: `wp-cron.php` is excluded by default.
9393

9494
== Changelog ==
9595

96+
##### [Version 2.6.16](https://github.com/Codeinwp/wp-maintenance-mode/compare/v2.6.15...v2.6.16) (2025-01-10)
97+
98+
- Fixed compatibility issue with WordPress 6.7
99+
- Fixed broken onboarding layout
100+
101+
102+
103+
96104
##### [Version 2.6.15](https://github.com/Codeinwp/wp-maintenance-mode/compare/v2.6.14...v2.6.15) (2024-12-04)
97105

98106
- Codebase changes.

wp-maintenance-mode.php

+1-1
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.15
7+
* Version: 2.6.16
88
* Author: Themeisle
99
* Author URI: https://themeisle.com/
1010
* Twitter: themeisle

0 commit comments

Comments
 (0)