Skip to content

Commit

Permalink
Sync branch [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
pirate-bot authored Dec 4, 2024
2 parents 535463a + eb9b209 commit b9d693b
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 7 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
##### [Version 2.6.15](https://github.com/Codeinwp/wp-maintenance-mode/compare/v2.6.14...v2.6.15) (2024-12-04)

- Codebase changes.

##### [Version 2.6.14](https://github.com/Codeinwp/wp-maintenance-mode/compare/v2.6.13...v2.6.14) (2024-11-11)

- Fixed conflict with WPForms
Expand Down
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
**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:** 4.7
**Tested up to:** 6.6
**Stable tag:** 2.6.14
**Tested up to:** 6.7
**Stable tag:** 2.6.15
**Requires PHP:** 5.6
**License:** GPL-2.0+

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

## Changelog ##

##### [Version 2.6.15](https://github.com/Codeinwp/wp-maintenance-mode/compare/v2.6.14...v2.6.15) (2024-12-04)

- Codebase changes.




##### [Version 2.6.14](https://github.com/Codeinwp/wp-maintenance-mode/compare/v2.6.13...v2.6.14) (2024-11-11)

- Fixed conflict with WPForms
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.6.14",
"version": "2.6.15",
"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.6.14';
const VERSION = '2.6.15';

const MAINTENANCE = 'maintenance';
const COMING_SOON = 'coming-soon';
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.6.14",
"version": "2.6.15",
"author": "Themeisle",
"homepage": "https://themeisle.com/",
"license": "GPL-3.0+",
Expand Down
9 changes: 8 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,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: 4.7
Tested up to: 6.7
Stable tag: 2.6.14
Stable tag: 2.6.15
Requires PHP: 5.6
License: GPL-2.0+

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

== Changelog ==

##### [Version 2.6.15](https://github.com/Codeinwp/wp-maintenance-mode/compare/v2.6.14...v2.6.15) (2024-12-04)

- Codebase changes.




##### [Version 2.6.14](https://github.com/Codeinwp/wp-maintenance-mode/compare/v2.6.13...v2.6.14) (2024-11-11)

- Fixed conflict with WPForms
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: 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.14
* Version: 2.6.15
* Author: Themeisle
* Author URI: https://themeisle.com/
* Twitter: themeisle
Expand Down

0 comments on commit b9d693b

Please sign in to comment.