From 5aa0248003de182c9ea7d4b59b4bbc17723d5c50 Mon Sep 17 00:00:00 2001 From: leena Date: Thu, 17 Aug 2023 09:19:00 +0530 Subject: [PATCH] WP 6.3 compatibility --- README.md | 10 ++++++---- bb-ultimate-addon.php | 4 ++-- modules/advanced-icon/includes/frontend.php | 2 +- readme.txt | 5 ++++- 4 files changed, 13 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 200ede1d..df3fc128 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ **Tags:** beaver builder, beaver builder free, beaver addons, beaver builder addon, beaver builder add ons, beaver builder lite, beaver builder modules, beaver builder addons, beaver builder extensions, beaver addon, beaver builder plugin, beaver builder wordpress **Requires at least:** 4.6 **Tested up to:** 6.2 -**Stable tag:** 1.5.6 +**Stable tag:** 1.5.7 **License:** GPLv2 or later **License URI:** https://www.gnu.org/licenses/gpl-2.0.html @@ -22,7 +22,6 @@ With the Ultimate Addons for Beaver Builder, we took the pain out of the website The Ultimate Addons for Beaver Builder, free up your time from all the complex website development process with easy to use drag and drop modules and templates that make the process quick and easy. - [Try it out on a free dummy site](https://bsf.io/uabb-lite-demo)
Ultimate Addons Pro & Premium Support: @@ -216,10 +215,13 @@ Yes it is! This plugin comes with .po and .mo files. It is already translated in ## Changelog ## +### 1.5.7 ### +* Improvement: Compatibility with WordPress 6.3. + ### 1.5.6 ### * Security - Added nonce check to refresh cloud templates. -## 1.5.5 ### +### 1.5.5 ### * Security - Added nonce check to reload icon action. ### 1.5.4 ### @@ -304,4 +306,4 @@ Yes it is! This plugin comes with .po and .mo files. It is already translated in - [Bowser JS](https://github.com/lancedikson/bowser) is distributed under the terms of the MIT License. - [JQuery LazyLoad](https://github.com/tuupola/lazyload) is distributed under the terms of the MIT License. - [JQuery Shuffle](https://github.com/Vestride/Shuffle) is distributed under the terms of the MIT License. -- [JQuery throttle / debounce](http://benalman.com/projects/jquery-throttle-debounce-plugin/) is distributed under the terms of the MIT and GNU General Public License v2.0. \ No newline at end of file +- [JQuery throttle / debounce](http://benalman.com/projects/jquery-throttle-debounce-plugin/) is distributed under the terms of the MIT and GNU General Public License v2.0. diff --git a/bb-ultimate-addon.php b/bb-ultimate-addon.php index b96a8f4d..716f7c64 100644 --- a/bb-ultimate-addon.php +++ b/bb-ultimate-addon.php @@ -3,7 +3,7 @@ * Plugin Name: Ultimate Addons for Beaver Builder - Lite * Plugin URI: http://www.ultimatebeaver.com/ * Description: Ultimate Addons is a free extension for Beaver Builder that adds 10 modules, and works on top of any Beaver Builder Package. (Free, Standard, Pro & Agency) You can use it with on any WordPress theme. - * Version: 1.5.6 + * Version: 1.5.7 * Author: Brainstorm Force * Author URI: http://www.brainstormforce.com * Text Domain: uabb @@ -18,7 +18,7 @@ define( 'BB_ULTIMATE_ADDON_DIR', plugin_dir_path( __FILE__ ) ); define( 'BB_ULTIMATE_ADDON_URL', plugins_url( '/', __FILE__ ) ); - define( 'BB_ULTIMATE_ADDON_LITE_VERSION', '1.5.6' ); + define( 'BB_ULTIMATE_ADDON_LITE_VERSION', '1.5.7' ); define( 'BSF_REMOVE_UABB_FROM_REGISTRATION_LISTING', true ); define( 'BB_ULTIMATE_ADDON_FILE', trailingslashit( dirname( __FILE__ ) ) . 'bb-ultimate-addon.php' );// @codingStandardsIgnoreLine. define( 'BB_ULTIMATE_ADDON_LITE', true ); diff --git a/modules/advanced-icon/includes/frontend.php b/modules/advanced-icon/includes/frontend.php index eab1e148..d26e422a 100644 --- a/modules/advanced-icon/includes/frontend.php +++ b/modules/advanced-icon/includes/frontend.php @@ -19,7 +19,7 @@ if ( ! empty( $icon->connections->link ) && empty( $icon->link ) && ! FLBuilderModel::is_builder_active() ) { echo ''; } else { - echo 'link_target, $icon->link_nofollow, 0 ) ) . '>'; //phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped + echo 'link_target, $icon->link_nofollow, 0 ) ) . '>'; //phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped $imageicon_array = array( /* General Section */ diff --git a/readme.txt b/readme.txt index 4341bcff..c32b1e96 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Donate link: https://www.paypal.me/BrainstormForce Tags: beaver builder, beaver builder free, beaver addons, beaver builder addon, beaver builder add ons, beaver builder lite, beaver builder modules, beaver builder addons, beaver builder extensions, beaver addon, beaver builder plugin, beaver builder wordpress Requires at least: 4.6 Tested up to: 6.2 -Stable tag: 1.5.6 +Stable tag: 1.5.7 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html @@ -215,6 +215,9 @@ Yes it is! This plugin comes with .po and .mo files. It is already translated in == Changelog == += 1.5.7 = +* Improvement: Compatibility with WordPress 6.3. + = 1.5.6 = * Security - Added nonce check to refresh cloud templates.