diff --git a/README.md b/README.md index 75c7a48..bbea41d 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ **Donate link:** https://www.paypal.me/BrainstormForce **Requires at least:** 4.4 **Tags:** beaver builder, page builder plugin, bootstrap cards, cards, bootstrap, drag and drop cards, bb bootstrap, Cards for Beaver Builder -**Stable tag:** 1.1.4 +**Stable tag:** 1.1.5 **Tested up to:** 6.6 **License:** GPLv2 or later **License URI:** http://www.gnu.org/licenses/gpl-2.0.html @@ -88,6 +88,9 @@ Visit our website to know more about the top WordPress products and services we ## Changelog ## +### 1.1.5 ### +This update addressed a security bug. Props to Patchstack for privately reporting it privately to our team. Please make sure you are using the latest version on your website. + ### 1.1.4 ### This update addressed a security bug. Props to Wordfence for privately reporting it privately to our team. Please make sure you are using the latest version on your website. diff --git a/bb-bootstrap-cards-module/bb-bootstrap-cards-module.php b/bb-bootstrap-cards-module/bb-bootstrap-cards-module.php index 1821030..9b82643 100644 --- a/bb-bootstrap-cards-module/bb-bootstrap-cards-module.php +++ b/bb-bootstrap-cards-module/bb-bootstrap-cards-module.php @@ -750,6 +750,7 @@ protected function _get_uncropped_url() { 'type' => 'select', 'label' => __( 'HTML Tag', 'bb-bootstrap-cards' ), 'default' => 'h4', + 'sanitize' => array( 'FLBuilderUtils::esc_tags', 'h4' ), 'options' => array( 'h1' => 'h1', 'h2' => 'h2', diff --git a/bb-bootstrap-cards.php.php b/bb-bootstrap-cards.php.php index 78e24a3..0f88c6f 100644 --- a/bb-bootstrap-cards.php.php +++ b/bb-bootstrap-cards.php.php @@ -6,7 +6,7 @@ * Author: Brainstorm Force, Pratik Chaskar * Author URI: https://brainstormforce.com/ * Text Domain: bb-bootstrap-cards - * Version: 1.1.4 + * Version: 1.1.5 * * @package BB-Bootstrap-Cards */ diff --git a/readme.txt b/readme.txt index bc3cc65..28792b0 100644 --- a/readme.txt +++ b/readme.txt @@ -3,7 +3,7 @@ Contributors: brainstormforce, pratikchaskar Donate link: https://www.paypal.me/BrainstormForce Requires at least: 4.4 Tags: beaver builder, page builder plugin, bootstrap cards, cards, bootstrap, drag and drop cards, bb bootstrap, Cards for Beaver Builder -Stable tag: 1.1.4 +Stable tag: 1.1.5 Tested up to: 6.6 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -88,6 +88,9 @@ Visit our website to know more about the top WordPress products and services we == Changelog == += 1.1.5 = +This update addressed a security bug. Props to Patchstack for privately reporting it privately to our team. Please make sure you are using the latest version on your website. + = 1.1.4 = This update addressed a security bug. Props to Wordfence for privately reporting it privately to our team. Please make sure you are using the latest version on your website.