Plugin Directory

Changeset 3395193


Ignore:
Timestamp:
11/13/2025 04:27:27 PM (5 months ago)
Author:
boldthemes
Message:

5.5.3

Location:
bold-page-builder/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • bold-page-builder/trunk/bold-builder.php

    r3391202 r3395193  
    44 * Plugin Name: Bold Builder
    55 * Description: WordPress page builder.
    6  * Version: 5.5.2
     6 * Version: 5.5.3
    77 * Author: BoldThemes
    88 * Author URI: https://www.bold-themes.com
     
    1313
    1414// VERSION --------------------------------------------------------- \\
    15 define( 'BT_BB_VERSION', '5.5.2' );
     15define( 'BT_BB_VERSION', '5.5.3' );
    1616// VERSION --------------------------------------------------------- \\
    1717 
  • bold-page-builder/trunk/content_elements/bt_bb_leaflet_map/bt_bb_leaflet_map.php

    r3094278 r3395193  
    5353        $style_height = '';
    5454        if ( $height != '' ) {
    55             $style_height = ' ' . 'style="height:' . $height . '"';
     55            $style_height = ' ' . 'style="height:' . esc_attr( $height ) . '"';
    5656        }
    5757   
  • bold-page-builder/trunk/languages/bold-builder.pot

    r3391202 r3395193  
    99"Project-Id-Version: PACKAGE VERSION\n"
    1010"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"
    1212"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
    1313"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
  • bold-page-builder/trunk/readme.txt

    r3391202 r3395193  
    44Requires at least: 5.0
    55Tested up to: 6.9
    6 Stable tag: 5.5.2
     6Stable tag: 5.5.3
    77License: GPLv2 or later
    88License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    137137== Changelog ==
    138138
     139= 5.5.3 =
     140* Improved security.
     141
     142= 5.5.2 =
     143* Minor bug fixes and improvements.
     144
    139145= 5.5.1 =
    140146* Minor bug fixes and improvements.
Note: See TracChangeset for help on using the changeset viewer.