diff --git a/README.md b/README.md index d460350..afea885 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 timeline, bb timeline, timelines, drag and drop timeline, Timeline Module for Beaver Builder -**Stable tag:** 1.1.3 +**Stable tag:** 1.1.4 **Tested up to:** 6.6 **License:** GPLv2 or later **License URI:** http://www.gnu.org/licenses/gpl-2.0.html @@ -106,6 +106,9 @@ Visit our website to know more about the top WordPress products and services we ## Changelog ## +### 1.1.4 ### +* Improvement: Hardened the security of plugin. + ### 1.1.3 ### * This update addressed a security bug. Props to Patchstack for privately reporting it to our team. Please make sure you are using the latest version on your website. * Improvement: Improved codebase for improved security. diff --git a/readme.txt b/readme.txt index d3578c9..d267492 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 timeline, bb timeline, timelines, drag and drop timeline, Timeline Module for Beaver Builder -Stable tag: 1.1.3 +Stable tag: 1.1.4 Tested up to: 6.6 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -106,6 +106,9 @@ Visit our website to know more about the top WordPress products and services we == Changelog == += 1.1.4 = +* Improvement: Hardened the security of plugin. + = 1.1.3 = * This update addressed a security bug. Props to Patchstack for privately reporting it to our team. Please make sure you are using the latest version on your website. * Improvement: Improved codebase for improved security. diff --git a/timeline-for-beaver-builder-module/includes/frontend.php b/timeline-for-beaver-builder-module/includes/frontend.php index ce3dee6..af1d262 100644 --- a/timeline-for-beaver-builder-module/includes/frontend.php +++ b/timeline-for-beaver-builder-module/includes/frontend.php @@ -7,6 +7,10 @@ ?> +tmtitle_tag, $allowed_title_tags, true ) ? $settings->tmtitle_tag : 'h3'; +?> timeline_layout ) { ?>
@@ -68,9 +72,9 @@ ?>
- <tmtitle_tag ); ?> class="bb-timline-title bb-tm-title-timeline_title_align ); ?>"> + < class="bb-timline-title bb-tm-title-timeline_title_align ); ?>"> timeline_title ); ?> - tmtitle_tag ); ?>> + >
@@ -147,9 +151,9 @@ ?>
- <tmtitle_tag ); ?> class="bb-timline-title bb-tm-title-timeline_title_align ); ?>"> + < class="bb-timline-title bb-tm-title-timeline_title_align ); ?>"> timeline_title ); ?> - tmtitle_tag ); ?>> + >
diff --git a/timeline-for-beaver-builder.php b/timeline-for-beaver-builder.php index 77d61c1..df4c118 100644 --- a/timeline-for-beaver-builder.php +++ b/timeline-for-beaver-builder.php @@ -3,7 +3,7 @@ * Plugin Name: Timeline Module for Beaver Builder * Plugin URI: https://www.brainstormforce.com/ * Description: Timeline for Beaver Builder is a custom modules for Beaver Builder to create the awesome responsive timeline with animation. - * Version: 1.1.3 + * Version: 1.1.4 * Author: Pratik Chaskar * Author URI: https://pratikchaskar.com/ * Text Domain: bb-timeline