Skip to content

Commit

Permalink
Merge pull request #43 from brainstormforce/tag-check
Browse files Browse the repository at this point in the history
EPS-639: Tag check
  • Loading branch information
sushmak02 authored Jun 24, 2024
2 parents 6fb4e8d + e54ee40 commit fbbf910
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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.

Expand Down
1 change: 1 addition & 0 deletions bb-bootstrap-cards-module/bb-bootstrap-cards-module.php
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
2 changes: 1 addition & 1 deletion bb-bootstrap-cards.php.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down
5 changes: 4 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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.

Expand Down

0 comments on commit fbbf910

Please sign in to comment.