Changeset 3184396
- Timestamp:
- 11/08/2024 12:12:10 PM (17 months ago)
- Location:
- futurio-extra/trunk
- Files:
-
- 3 edited
-
futurio-extra.php (modified) (1 diff)
-
inc/elementor/widgets/advanced-text-block.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
futurio-extra/trunk/futurio-extra.php
r3184383 r3184396 4 4 * Plugin URI: https://futuriowp.com/ 5 5 * Description: Extra addon for Futurio Theme 6 * Version: 2.0.1 46 * Version: 2.0.15 7 7 * Author: FuturioWP 8 8 * Author URI: https://futuriowp.com/ -
futurio-extra/trunk/inc/elementor/widgets/advanced-text-block.php
r3105573 r3184396 251 251 $settings = $this->get_settings_for_display(); 252 252 $content = $settings['content_description']; 253 $block = $settings['header_size'];253 $block = Utils::validate_html_tag( $settings['header_size']); 254 254 255 255 $animation_effects = $settings["animation_effects"]; -
futurio-extra/trunk/readme.txt
r3184383 r3184396 5 5 Requires at Least: 4.4 6 6 Tested Up To: 6.7 7 Stable tag: 2.0.1 47 Stable tag: 2.0.15 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 59 59 60 60 == Changelog == 61 62 = 2.0.15 = 63 * Security update 61 64 62 65 = 2.0.14 =
Note: See TracChangeset
for help on using the changeset viewer.