- bbn_closable == 'yes' ): ?>
+ bbn_closable == 'yes' ) ): ?>
@@ -25,16 +25,16 @@
- bbn_icon_align == 'before' ): ?>
-
+ bbn_icon_align == 'before' ) ): ?>
+
bbn_textarea_field; ?>
- bbn_icon_align == 'after' ): ?>
-
+ bbn_icon_align == 'after' ) ): ?>
+
From 8684064992dd10acdb6b7c6f6f3020031ea70f53 Mon Sep 17 00:00:00 2001
From: Vijeta Raikar <110518282+vijetaR@users.noreply.github.com>
Date: Wed, 19 Jun 2024 12:33:30 +0530
Subject: [PATCH 2/7] Added Changelog
---
readme.txt | 3 +++
1 file changed, 3 insertions(+)
diff --git a/readme.txt b/readme.txt
index c98d657..7aaea94 100644
--- a/readme.txt
+++ b/readme.txt
@@ -76,6 +76,9 @@ Visit our website to know more about the top WordPress products and services we
== Changelog ==
+= 1.2.5 =
+- Improvement: Improved codebase for improved security.
+
= 1.2.4 =
- Improvement: Added compatibility to WordPress 6.1
From ce1333d0bda7df52f26e40830edd8ecb9f6c9092 Mon Sep 17 00:00:00 2001
From: Vijeta Raikar <110518282+vijetaR@users.noreply.github.com>
Date: Wed, 19 Jun 2024 12:35:37 +0530
Subject: [PATCH 3/7] Tag updated
---
bb-bootstrap-alerts.php | 2 +-
readme.txt | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/bb-bootstrap-alerts.php b/bb-bootstrap-alerts.php
index 581830a..86fd96f 100644
--- a/bb-bootstrap-alerts.php
+++ b/bb-bootstrap-alerts.php
@@ -3,7 +3,7 @@
* Plugin Name: Alerts for Beaver Builder
* Plugin URI: http://www.brainstormforce.com
* Description: This is the plugin to create predefined alert messages.
- * Version: 1.2.4
+ * Version: 1.2.5
* Author: Pratik Chaskar
* Author URI: https://pratikchaskar.com/
* Text Domain: bb-bootstrap-alerts
diff --git a/readme.txt b/readme.txt
index 7aaea94..ca6636d 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, alerts, notification, bootstrap, drag and drop alerts, bb bootstrap, bb alerts, bb notification
-Stable tag: 1.2.4
+Stable tag: 1.2.5
Tested up to: 6.5
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
From bc6a4c7e7e8f44e4d5da93b22528b912b6c71f26 Mon Sep 17 00:00:00 2001
From: Vijeta Raikar <110518282+vijetaR@users.noreply.github.com>
Date: Wed, 10 Jul 2024 13:13:04 +0530
Subject: [PATCH 4/7] Updated URL
---
bb-bootstrap-alerts.php | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/bb-bootstrap-alerts.php b/bb-bootstrap-alerts.php
index 86fd96f..993d4ec 100644
--- a/bb-bootstrap-alerts.php
+++ b/bb-bootstrap-alerts.php
@@ -4,8 +4,8 @@
* Plugin URI: http://www.brainstormforce.com
* Description: This is the plugin to create predefined alert messages.
* Version: 1.2.5
- * Author: Pratik Chaskar
- * Author URI: https://pratikchaskar.com/
+ * Author: Brainstorm Force, Pratik Chaskar
+ * Author URI: https://brainstormforce.com/
* Text Domain: bb-bootstrap-alerts
*/
define( 'BB_BALERTS_DIR', plugin_dir_path( __FILE__ ) );
From 10220787d2882af8acec3ae14010335b447ae633 Mon Sep 17 00:00:00 2001
From: Vijeta Raikar <110518282+vijetaR@users.noreply.github.com>
Date: Thu, 11 Jul 2024 11:27:27 +0530
Subject: [PATCH 5/7] Updated plugin info
---
bb-bootstrap-alerts.php | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/bb-bootstrap-alerts.php b/bb-bootstrap-alerts.php
index 993d4ec..ee747fe 100644
--- a/bb-bootstrap-alerts.php
+++ b/bb-bootstrap-alerts.php
@@ -4,8 +4,8 @@
* Plugin URI: http://www.brainstormforce.com
* Description: This is the plugin to create predefined alert messages.
* Version: 1.2.5
- * Author: Brainstorm Force, Pratik Chaskar
- * Author URI: https://brainstormforce.com/
+ * Author: Pratik Chaskar
+ * Author URI: https://pratikchaskar.com
* Text Domain: bb-bootstrap-alerts
*/
define( 'BB_BALERTS_DIR', plugin_dir_path( __FILE__ ) );
From bbcb285b0d91c22f5dd2004950fbed59702b677a Mon Sep 17 00:00:00 2001
From: Vijeta Raikar <110518282+vijetaR@users.noreply.github.com>
Date: Thu, 11 Jul 2024 11:28:51 +0530
Subject: [PATCH 6/7] URL updated
---
bb-bootstrap-alerts.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bb-bootstrap-alerts.php b/bb-bootstrap-alerts.php
index ee747fe..86fd96f 100644
--- a/bb-bootstrap-alerts.php
+++ b/bb-bootstrap-alerts.php
@@ -5,7 +5,7 @@
* Description: This is the plugin to create predefined alert messages.
* Version: 1.2.5
* Author: Pratik Chaskar
- * Author URI: https://pratikchaskar.com
+ * Author URI: https://pratikchaskar.com/
* Text Domain: bb-bootstrap-alerts
*/
define( 'BB_BALERTS_DIR', plugin_dir_path( __FILE__ ) );
From bf6774a7c41d9ea291a52184db0fa8b1b930b424 Mon Sep 17 00:00:00 2001
From: Vijeta Raikar <110518282+vijetaR@users.noreply.github.com>
Date: Fri, 12 Jul 2024 16:08:25 +0530
Subject: [PATCH 7/7] esc
---
bb-bootstrap-alerts-module/includes/frontend.php | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/bb-bootstrap-alerts-module/includes/frontend.php b/bb-bootstrap-alerts-module/includes/frontend.php
index 8835fdd..d010e1b 100644
--- a/bb-bootstrap-alerts-module/includes/frontend.php
+++ b/bb-bootstrap-alerts-module/includes/frontend.php
@@ -16,7 +16,7 @@
- bbn_closable == 'yes' ) ): ?>
+ bbn_closable ) == 'yes' ) ): ?>
@@ -25,7 +25,7 @@
- bbn_icon_align == 'before' ) ): ?>
+ bbn_icon_align ) == 'before' ) ): ?>
@@ -33,7 +33,7 @@
bbn_textarea_field; ?>
- bbn_icon_align == 'after' ) ): ?>
+ bbn_icon_align ) == 'after' ) ): ?>