Skip to content

Commit 990b2e4

Browse files
committed
chore(release): 2.6.12
##### [Version 2.6.12](v2.6.11...v2.6.12) (2024-09-17) ### Bug Fixes - **Compatibility with Elementor**: Fixes a compatibility issue with Elementor. - **Fixes Checkbox Styles**: Fixes a styling issue with Checkbox in the wizard that makes it almost invisible on screen.
1 parent 40af85b commit 990b2e4

File tree

7 files changed

+31
-7
lines changed

7 files changed

+31
-7
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
##### [Version 2.6.12](https://github.com/Codeinwp/wp-maintenance-mode/compare/v2.6.11...v2.6.12) (2024-09-17)
2+
3+
### Bug Fixes
4+
- **Compatibility with Elementor**: Fixes a compatibility issue with Elementor.
5+
- **Fixes Checkbox Styles**: Fixes a styling issue with Checkbox in the wizard that makes it almost invisible on screen.
6+
17
##### [Version 2.6.11](https://github.com/Codeinwp/wp-maintenance-mode/compare/v2.6.10...v2.6.11) (2024-04-18)
28

39
### Improvements

README.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
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.5
11-
**Stable tag:** 2.6.11
10+
**Tested up to:** 6.6
11+
**Stable tag:** 2.6.12
1212
**Requires PHP:** 5.6
1313
**License:** GPL-2.0+
1414

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

9494
## Changelog ##
9595

96+
##### [Version 2.6.12](https://github.com/Codeinwp/wp-maintenance-mode/compare/v2.6.11...v2.6.12) (2024-09-17)
97+
98+
### Bug Fixes
99+
- **Compatibility with Elementor**: Fixes a compatibility issue with Elementor.
100+
- **Fixes Checkbox Styles**: Fixes a styling issue with Checkbox in the wizard that makes it almost invisible on screen.
101+
102+
103+
104+
96105
##### [Version 2.6.11](https://github.com/Codeinwp/wp-maintenance-mode/compare/v2.6.10...v2.6.11) (2024-04-18)
97106

98107
### Improvements

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.11",
5+
"version": "2.6.12",
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.11';
11+
const VERSION = '2.6.12';
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.11",
3+
"version": "2.6.12",
44
"author": "Themeisle",
55
"homepage": "https://themeisle.com/",
66
"license": "GPL-3.0+",

readme.txt

Lines changed: 10 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.6
11-
Stable tag: 2.6.11
11+
Stable tag: 2.6.12
1212
Requires PHP: 5.6
1313
License: GPL-2.0+
1414

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

9494
== Changelog ==
9595

96+
##### [Version 2.6.12](https://github.com/Codeinwp/wp-maintenance-mode/compare/v2.6.11...v2.6.12) (2024-09-17)
97+
98+
### Bug Fixes
99+
- **Compatibility with Elementor**: Fixes a compatibility issue with Elementor.
100+
- **Fixes Checkbox Styles**: Fixes a styling issue with Checkbox in the wizard that makes it almost invisible on screen.
101+
102+
103+
104+
96105
##### [Version 2.6.11](https://github.com/Codeinwp/wp-maintenance-mode/compare/v2.6.10...v2.6.11) (2024-04-18)
97106

98107
### Improvements

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

0 commit comments

Comments
 (0)