Plugin Directory

Changeset 3491474


Ignore:
Timestamp:
03/26/2026 06:27:03 AM (3 days ago)
Author:
boldthemes
Message:

5.7.1

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

Legend:

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

    r3486422 r3491474  
    44 * Plugin Name: Bold Builder
    55 * Description: WordPress page builder.
    6  * Version: 5.7.0
     6 * Version: 5.7.1
    77 * Author: BoldThemes
    88 * Author URI: https://www.bold-themes.com
     
    1515
    1616// VERSION --------------------------------------------------------- \\
    17 define( 'BT_BB_VERSION', '5.7.0' );
     17define( 'BT_BB_VERSION', '5.7.1' );
    1818// VERSION --------------------------------------------------------- \\
    1919 
  • bold-page-builder/trunk/content_elements/bt_bb_button/bt_bb_button.php

    r3479329 r3491474  
    161161
    162162        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>';
    164164        }
    165165
  • bold-page-builder/trunk/languages/bold-builder.pot

    r3486422 r3491474  
    99"Project-Id-Version: PACKAGE VERSION\n"
    1010"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"
    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

    r3486422 r3491474  
    44Requires at least: 5.0
    55Tested up to: 6.9.4
    6 Stable tag: 5.7.0
     6Stable tag: 5.7.1
    77License: GPLv2 or later
    88License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    141141== Changelog ==
    142142
     143= 5.7.1 =
     144* Improved security.
     145
    143146= 5.7.0 =
    144147* Improved security.
Note: See TracChangeset for help on using the changeset viewer.