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.