Plugin Directory

Changeset 3184396


Ignore:
Timestamp:
11/08/2024 12:12:10 PM (17 months ago)
Author:
futuriowp
Message:

v2.0.15

Location:
futurio-extra/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • futurio-extra/trunk/futurio-extra.php

    r3184383 r3184396  
    44 * Plugin URI: https://futuriowp.com/
    55 * Description: Extra addon for Futurio Theme
    6  * Version: 2.0.14
     6 * Version: 2.0.15
    77 * Author: FuturioWP
    88 * Author URI: https://futuriowp.com/
  • futurio-extra/trunk/inc/elementor/widgets/advanced-text-block.php

    r3105573 r3184396  
    251251        $settings = $this->get_settings_for_display();
    252252        $content = $settings['content_description'];
    253         $block = $settings['header_size'];
     253        $block = Utils::validate_html_tag( $settings['header_size']);
    254254
    255255        $animation_effects = $settings["animation_effects"];
  • futurio-extra/trunk/readme.txt

    r3184383 r3184396  
    55Requires at Least: 4.4
    66Tested Up To: 6.7
    7 Stable tag: 2.0.14
     7Stable tag: 2.0.15
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    5959
    6060== Changelog ==
     61
     62= 2.0.15 =
     63* Security update
    6164
    6265= 2.0.14 =
Note: See TracChangeset for help on using the changeset viewer.