From 9b123a5e14a88f722301b52570596d2209e54018 Mon Sep 17 00:00:00 2001 From: Vijeta Raikar <110518282+vijetaR@users.noreply.github.com> Date: Thu, 14 Mar 2024 12:06:56 +0530 Subject: [PATCH 1/3] santize url --- bb-bootstrap-cards-module/includes/frontend.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bb-bootstrap-cards-module/includes/frontend.php b/bb-bootstrap-cards-module/includes/frontend.php index 1842884..1a0c7a9 100644 --- a/bb-bootstrap-cards-module/includes/frontend.php +++ b/bb-bootstrap-cards-module/includes/frontend.php @@ -43,11 +43,11 @@ card_btn_type ) { ?> - + card_btn_text; ?> card_btn_type ) { ?> - + btn_text; ?> From 8bd347e6b89d1d63f0558431afd649f65c70134e Mon Sep 17 00:00:00 2001 From: Vijeta Raikar <110518282+vijetaR@users.noreply.github.com> Date: Thu, 14 Mar 2024 12:24:23 +0530 Subject: [PATCH 2/3] Added changelog and tag --- README.md | 5 ++++- readme.txt | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ff67c4e..ea305c4 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.2 +**Stable tag:** 1.1.3 **Tested up to:** 6.4.1 **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.3 ### +Security Fix: Hardened the security of the plugin. Props: Wordfence. + ### 1.1.2 ### * Improvement: Added compatibility to WordPress 6.1 diff --git a/readme.txt b/readme.txt index c5a4ca0..75fbe99 100644 --- a/readme.txt +++ b/readme.txt @@ -3,7 +3,7 @@ Contributors: 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.2 +Stable tag: 1.1.3 Tested up to: 6.4.1 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.3 = +Security Fix: Hardened the security of the plugin. Props: Wordfence. + = 1.1.2 = * Improvement: Added compatibility to WordPress 6.1 From 40d67cff9d8ab6cb7653bdfea3636052cd031c4e Mon Sep 17 00:00:00 2001 From: Vijeta Raikar <110518282+vijetaR@users.noreply.github.com> Date: Thu, 14 Mar 2024 12:25:41 +0530 Subject: [PATCH 3/3] Updated Tag --- bb-bootstrap-cards.php.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bb-bootstrap-cards.php.php b/bb-bootstrap-cards.php.php index 21e9851..8488c74 100644 --- a/bb-bootstrap-cards.php.php +++ b/bb-bootstrap-cards.php.php @@ -6,7 +6,7 @@ * Author: Pratik Chaskar * Author URI: https://pratikchaskar.com/ * Text Domain: bb-bootstrap-cards - * Version: 1.1.2 + * Version: 1.1.3 * * @package BB-Bootstrap-Cards */