From 004411ad03af4dbc5aaed7698a30c0a78746bdf7 Mon Sep 17 00:00:00 2001 From: Garvit Shrestha Date: Mon, 25 Mar 2024 09:52:03 +0545 Subject: [PATCH 1/3] Compatibility tested and bump version --- README.md | 7 +++++-- fullwidth-page-template.php | 4 ++-- readme.txt | 7 +++++-- 3 files changed, 12 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index feeb485..c0de395 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,8 @@ **Tags:** full width, fullwidth, template, beaver builder, elementor, genesis, primer, full width template, remove sidebar, page builder **Donate link:** https://www.paypal.me/BrainstormForce **Requires at least:** 4.2 -**Tested up to:** 6.4 -**Stable tag:** 1.1.1 +**Tested up to:** 6.5 +**Stable tag:** 1.1.2 **License:** GPLv2 or later **License URI:** http://www.gnu.org/licenses/gpl-2.0.html @@ -88,6 +88,9 @@ Check Screenshots for more details. ## Changelog ## +### 1.1.2 ### +- Improvement: Compatibility with WordPress 6.5. + ### 1.1.1 ### - Fix: Fixed compatibility with other plugins with respect to the admin notice. diff --git a/fullwidth-page-template.php b/fullwidth-page-template.php index a11bb10..45451be 100644 --- a/fullwidth-page-template.php +++ b/fullwidth-page-template.php @@ -7,7 +7,7 @@ * Author URI: https://www.brainstormforce.com * Text Domain: fullwidth-templates * Domain Path: /languages - * Version: 1.1.1 + * Version: 1.1.2 * * @package Fullwidth_Page_Templates */ @@ -19,7 +19,7 @@ require_once 'class-fullwidth-page-templates.php'; -define( 'FPT_VER', '1.1.1' ); +define( 'FPT_VER', '1.1.2' ); define( 'FPT_DIR', plugin_dir_path( __FILE__ ) ); define( 'FPT_URL', plugins_url( '/', __FILE__ ) ); define( 'FPT_PATH', plugin_basename( __FILE__ ) ); diff --git a/readme.txt b/readme.txt index 20a8bf7..8f720de 100755 --- a/readme.txt +++ b/readme.txt @@ -3,8 +3,8 @@ Contributors: brainstormforce, WPCrafter, ramiy Tags: full width, fullwidth, template, beaver builder, elementor, genesis, primer, full width template, remove sidebar, page builder Donate link: https://www.paypal.me/BrainstormForce Requires at least: 4.2 -Tested up to: 6.4 -Stable tag: 1.1.1 +Tested up to: 6.5 +Stable tag: 1.1.2 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -88,6 +88,9 @@ Check Screenshots for more details. == Changelog == += 1.1.2 = +- Improvement: Compatibility with WordPress 6.5. + = 1.1.1 = - Fix: Fixed compatibility with other plugins with respect to the admin notice. From 519f22c270cabfc2ba7641518b45102668660014 Mon Sep 17 00:00:00 2001 From: Garvit Shrestha Date: Mon, 25 Mar 2024 18:28:57 +0545 Subject: [PATCH 2/3] Remove unnecessary changelog --- README.md | 3 --- readme.txt | 3 --- 2 files changed, 6 deletions(-) diff --git a/README.md b/README.md index c0de395..d773e8b 100644 --- a/README.md +++ b/README.md @@ -88,9 +88,6 @@ Check Screenshots for more details. ## Changelog ## -### 1.1.2 ### -- Improvement: Compatibility with WordPress 6.5. - ### 1.1.1 ### - Fix: Fixed compatibility with other plugins with respect to the admin notice. diff --git a/readme.txt b/readme.txt index 8f720de..2a7f37b 100755 --- a/readme.txt +++ b/readme.txt @@ -88,9 +88,6 @@ Check Screenshots for more details. == Changelog == -= 1.1.2 = -- Improvement: Compatibility with WordPress 6.5. - = 1.1.1 = - Fix: Fixed compatibility with other plugins with respect to the admin notice. From 4269f97f19c55d21a57b54490da2d62b6ba79647 Mon Sep 17 00:00:00 2001 From: Garvit Shrestha Date: Mon, 25 Mar 2024 19:33:01 +0545 Subject: [PATCH 3/3] Remove unnecessary changelog and revert version --- README.md | 2 +- fullwidth-page-template.php | 4 ++-- readme.txt | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index d773e8b..307ac90 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ **Donate link:** https://www.paypal.me/BrainstormForce **Requires at least:** 4.2 **Tested up to:** 6.5 -**Stable tag:** 1.1.2 +**Stable tag:** 1.1.1 **License:** GPLv2 or later **License URI:** http://www.gnu.org/licenses/gpl-2.0.html diff --git a/fullwidth-page-template.php b/fullwidth-page-template.php index 45451be..a11bb10 100644 --- a/fullwidth-page-template.php +++ b/fullwidth-page-template.php @@ -7,7 +7,7 @@ * Author URI: https://www.brainstormforce.com * Text Domain: fullwidth-templates * Domain Path: /languages - * Version: 1.1.2 + * Version: 1.1.1 * * @package Fullwidth_Page_Templates */ @@ -19,7 +19,7 @@ require_once 'class-fullwidth-page-templates.php'; -define( 'FPT_VER', '1.1.2' ); +define( 'FPT_VER', '1.1.1' ); define( 'FPT_DIR', plugin_dir_path( __FILE__ ) ); define( 'FPT_URL', plugins_url( '/', __FILE__ ) ); define( 'FPT_PATH', plugin_basename( __FILE__ ) ); diff --git a/readme.txt b/readme.txt index 2a7f37b..5a1d85f 100755 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Tags: full width, fullwidth, template, beaver builder, elementor, genesis, prime Donate link: https://www.paypal.me/BrainstormForce Requires at least: 4.2 Tested up to: 6.5 -Stable tag: 1.1.2 +Stable tag: 1.1.1 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html