From 0d36f9fd09bf4880c846e1d752bc525001588f40 Mon Sep 17 00:00:00 2001 From: Vijeta Raikar <110518282+vijetaR@users.noreply.github.com> Date: Fri, 21 Jun 2024 12:53:57 +0530 Subject: [PATCH 1/4] Sanitize tag --- bb-bootstrap-cards-module/bb-bootstrap-cards-module.php | 1 + bb-bootstrap-cards-module/includes/frontend.php | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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-module/includes/frontend.php b/bb-bootstrap-cards-module/includes/frontend.php index 38b6cb4..978e92a 100644 --- a/bb-bootstrap-cards-module/includes/frontend.php +++ b/bb-bootstrap-cards-module/includes/frontend.php @@ -34,7 +34,7 @@
- <tag ); ?> class="bb_boot_card_title">card_title ); ?>tag ); ?>> + <tag ) ); ?> class="bb_boot_card_title">card_title ); ?>tag ) ); ?>>
From b50a1e836f091f7cea4d6bf455ea9521798eae4b Mon Sep 17 00:00:00 2001 From: Vijeta Raikar <110518282+vijetaR@users.noreply.github.com> Date: Fri, 21 Jun 2024 13:40:16 +0530 Subject: [PATCH 2/4] optimzed code --- bb-bootstrap-cards-module/includes/frontend.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bb-bootstrap-cards-module/includes/frontend.php b/bb-bootstrap-cards-module/includes/frontend.php index 978e92a..38b6cb4 100644 --- a/bb-bootstrap-cards-module/includes/frontend.php +++ b/bb-bootstrap-cards-module/includes/frontend.php @@ -34,7 +34,7 @@
- <tag ) ); ?> class="bb_boot_card_title">card_title ); ?>tag ) ); ?>> + <tag ); ?> class="bb_boot_card_title">card_title ); ?>tag ); ?>>
From 6e934794dfea200a327dcccb3d1cd197702d21a9 Mon Sep 17 00:00:00 2001 From: Vijeta Raikar <110518282+vijetaR@users.noreply.github.com> Date: Fri, 21 Jun 2024 13:46:49 +0530 Subject: [PATCH 3/4] Tag and changelog added --- README.md | 5 ++++- bb-bootstrap-cards.php.php | 2 +- readme.txt | 5 ++++- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7d7b9bb..7c1b7b2 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.5 **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 Wordfence 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.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 97046d0..adc068b 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.5 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 Wordfence 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. From e54ee4063b4ed3722bcba7594df158659b10a0d6 Mon Sep 17 00:00:00 2001 From: Vijeta Raikar <110518282+vijetaR@users.noreply.github.com> Date: Fri, 21 Jun 2024 13:48:50 +0530 Subject: [PATCH 4/4] Updated changelog --- README.md | 2 +- readme.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7c1b7b2..5556bde 100644 --- a/README.md +++ b/README.md @@ -89,7 +89,7 @@ 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 Wordfence for privately reporting it privately to our team. Please make sure you are using the latest version on your website. +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/readme.txt b/readme.txt index adc068b..54ff297 100644 --- a/readme.txt +++ b/readme.txt @@ -89,7 +89,7 @@ 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 Wordfence for privately reporting it privately to our team. Please make sure you are using the latest version on your website. +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.