Changeset 3491474
- Timestamp:
- 03/26/2026 06:27:03 AM (3 days ago)
- Location:
- bold-page-builder/trunk
- Files:
-
- 4 edited
-
bold-builder.php (modified) (2 diffs)
-
content_elements/bt_bb_button/bt_bb_button.php (modified) (1 diff)
-
languages/bold-builder.pot (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
bold-page-builder/trunk/bold-builder.php
r3486422 r3491474 4 4 * Plugin Name: Bold Builder 5 5 * Description: WordPress page builder. 6 * Version: 5.7. 06 * Version: 5.7.1 7 7 * Author: BoldThemes 8 8 * Author URI: https://www.bold-themes.com … … 15 15 16 16 // VERSION --------------------------------------------------------- \\ 17 define( 'BT_BB_VERSION', '5.7. 0' );17 define( 'BT_BB_VERSION', '5.7.1' ); 18 18 // VERSION --------------------------------------------------------- \\ 19 19 -
bold-page-builder/trunk/content_elements/bt_bb_button/bt_bb_button.php
r3479329 r3491474 161 161 162 162 if ( $text != '' ) { 163 $text_output = '<span class="bt_bb_button_text" ' . $font_attr . '>' . $text. '</span>';163 $text_output = '<span class="bt_bb_button_text" ' . $font_attr . '>' . wp_kses_post( $text ) . '</span>'; 164 164 } 165 165 -
bold-page-builder/trunk/languages/bold-builder.pot
r3486422 r3491474 9 9 "Project-Id-Version: PACKAGE VERSION\n" 10 10 "Report-Msgid-Bugs-To: \n" 11 "POT-Creation-Date: 2026-03- 19 12:45+0100\n"11 "POT-Creation-Date: 2026-03-26 07:24+0100\n" 12 12 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 13 13 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" -
bold-page-builder/trunk/readme.txt
r3486422 r3491474 4 4 Requires at least: 5.0 5 5 Tested up to: 6.9.4 6 Stable tag: 5.7. 06 Stable tag: 5.7.1 7 7 License: GPLv2 or later 8 8 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 141 141 == Changelog == 142 142 143 = 5.7.1 = 144 * Improved security. 145 143 146 = 5.7.0 = 144 147 * Improved security.
Note: See TracChangeset
for help on using the changeset viewer.