Plugin Directory

Changeset 3356288


Ignore:
Timestamp:
09/04/2025 06:35:27 PM (3 months ago)
Author:
boldthemes
Message:

5.4.6

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

Legend:

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

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

    r3094278 r3356288  
    8888        $output = '';
    8989
    90         $output .= '<div' . $id_attr . ' class="' . esc_attr( implode( ' ', $class ) ) . '"' . $style_attr . ' data-bt-override-class="' . htmlspecialchars( json_encode( $data_override_class, JSON_FORCE_OBJECT ), ENT_QUOTES, 'UTF-8' ) . '"><div class="bt_bb_progress_bar_bg"></div><div class="bt_bb_progress_bar_inner animate" style="width:' . $percentage . '%"><span class="bt_bb_progress_bar_text">' . $text . '</span></div></div>';
     90        $output .= '<div' . $id_attr . ' class="' . esc_attr( implode( ' ', $class ) ) . '"' . $style_attr . ' data-bt-override-class="' . htmlspecialchars( json_encode( $data_override_class, JSON_FORCE_OBJECT ), ENT_QUOTES, 'UTF-8' ) . '"><div class="bt_bb_progress_bar_bg"></div><div class="bt_bb_progress_bar_inner animate" style="width:' . esc_attr( intval( $percentage ) ) . '%"><span class="bt_bb_progress_bar_text">' . $text . '</span></div></div>';
    9191       
    9292        $output = apply_filters( 'bt_bb_general_output', $output, $atts );
  • bold-page-builder/trunk/languages/bold-builder.pot

    r3354601 r3356288  
    99"Project-Id-Version: PACKAGE VERSION\n"
    1010"Report-Msgid-Bugs-To: \n"
    11 "POT-Creation-Date: 2025-09-02 13:16+0200\n"
     11"POT-Creation-Date: 2025-09-04 20:33+0200\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

    r3354601 r3356288  
    44Requires at least: 5.0
    55Tested up to: 6.8
    6 Stable tag: 5.4.5
     6Stable tag: 5.4.6
    77License: GPLv2 or later
    88License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    137137== Changelog ==
    138138
     139= 5.4.6 =
     140* Improved security.
     141
    139142= 5.4.5 =
    140143* Minor bug fixes.
Note: See TracChangeset for help on using the changeset viewer.