Changeset 3395193
- Timestamp:
- 11/13/2025 04:27:27 PM (5 months ago)
- Location:
- bold-page-builder/trunk
- Files:
-
- 4 edited
-
bold-builder.php (modified) (2 diffs)
-
content_elements/bt_bb_leaflet_map/bt_bb_leaflet_map.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
r3391202 r3395193 4 4 * Plugin Name: Bold Builder 5 5 * Description: WordPress page builder. 6 * Version: 5.5. 26 * Version: 5.5.3 7 7 * Author: BoldThemes 8 8 * Author URI: https://www.bold-themes.com … … 13 13 14 14 // VERSION --------------------------------------------------------- \\ 15 define( 'BT_BB_VERSION', '5.5. 2' );15 define( 'BT_BB_VERSION', '5.5.3' ); 16 16 // VERSION --------------------------------------------------------- \\ 17 17 -
bold-page-builder/trunk/content_elements/bt_bb_leaflet_map/bt_bb_leaflet_map.php
r3094278 r3395193 53 53 $style_height = ''; 54 54 if ( $height != '' ) { 55 $style_height = ' ' . 'style="height:' . $height. '"';55 $style_height = ' ' . 'style="height:' . esc_attr( $height ) . '"'; 56 56 } 57 57 -
bold-page-builder/trunk/languages/bold-builder.pot
r3391202 r3395193 9 9 "Project-Id-Version: PACKAGE VERSION\n" 10 10 "Report-Msgid-Bugs-To: \n" 11 "POT-Creation-Date: 2025-11- 06 15:24+0100\n"11 "POT-Creation-Date: 2025-11-13 17:25+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
r3391202 r3395193 4 4 Requires at least: 5.0 5 5 Tested up to: 6.9 6 Stable tag: 5.5. 26 Stable tag: 5.5.3 7 7 License: GPLv2 or later 8 8 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 137 137 == Changelog == 138 138 139 = 5.5.3 = 140 * Improved security. 141 142 = 5.5.2 = 143 * Minor bug fixes and improvements. 144 139 145 = 5.5.1 = 140 146 * Minor bug fixes and improvements.
Note: See TracChangeset
for help on using the changeset viewer.