Changeset 3397032
- Timestamp:
- 11/17/2025 09:51:01 AM (3 months ago)
- Location:
- envo-extra/trunk
- Files:
-
- 4 edited
-
envo-extra.php (modified) (1 diff)
-
lib/elementor/widgets/counter/counter.php (modified) (2 diffs)
-
lib/elementor/widgets/icon-box/icon-box.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
envo-extra/trunk/envo-extra.php
r3347282 r3397032 4 4 * Plugin URI: https://envothemes.com/ 5 5 * Description: Extra addon for EnvoThemes Themes 6 * Version: 1.9.1 16 * Version: 1.9.12 7 7 * Author: EnvoThemes 8 8 * Author URI: https://envothemes.com/ -
envo-extra/trunk/lib/elementor/widgets/counter/counter.php
r3080715 r3397032 755 755 $attr .= $settings[ 'link' ][ 'is_external' ] ? ' target="_blank"' : ''; 756 756 $attr .= $settings[ 'link' ][ 'nofollow' ] ? ' rel="nofollow"' : ''; 757 $allowed_tags = [ 'h1','h2','h3','h4','h5','h6','div','span','p' ]; 758 $title_tag = in_array( $settings['title_tag'], $allowed_tags, true ) ? $settings['title_tag'] : 'h3'; 757 759 ?> 758 760 … … 770 772 <?php 771 773 if ( $settings[ 'title' ] ) : 772 printf( '<%1$s %2$s>%3$s</%1$s>', tag_escape( $ settings[ 'title_tag' ]), $this->get_render_attribute_string( 'title' ), $settings[ 'title' ] ); //phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped774 printf( '<%1$s %2$s>%3$s</%1$s>', tag_escape( $title_tag ), $this->get_render_attribute_string( 'title' ), $settings[ 'title' ] ); //phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped 773 775 endif; 774 776 if ( $settings[ 'description' ] ) : -
envo-extra/trunk/lib/elementor/widgets/icon-box/icon-box.php
r3080715 r3397032 910 910 $attr .= $settings[ 'link' ][ 'is_external' ] ? ' target="_blank"' : ''; 911 911 $attr .= $settings[ 'link' ][ 'nofollow' ] ? ' rel="nofollow"' : ''; 912 $allowed_tags = [ 'h1','h2','h3','h4','h5','h6','div','span','p' ]; 913 $title_tag = in_array( $settings['title_tag'], $allowed_tags, true ) ? $settings['title_tag'] : 'h3'; 912 914 ?> 913 915 … … 934 936 <?php 935 937 if ( $settings[ 'title' ] ) : 936 printf( '<%1$s %2$s>%3$s</%1$s>', tag_escape( $ settings[ 'title_tag' ]), $this->get_render_attribute_string( 'title' ), $settings[ 'title' ] ); //phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped938 printf( '<%1$s %2$s>%3$s</%1$s>', tag_escape( $title_tag ), $this->get_render_attribute_string( 'title' ), $settings[ 'title' ] ); //phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped 937 939 endif; 938 940 ?> -
envo-extra/trunk/readme.txt
r3347282 r3397032 4 4 Plugin URL: https://envothemes.com/ 5 5 Requires at Least: 4.9 6 Tested Up To: 6. 87 Stable tag: 1.9.1 16 Tested Up To: 6.9 7 Stable tag: 1.9.12 8 8 Requires PHP: 5.6 9 9 License: GPLv2 or later … … 31 31 32 32 == Changelog == 33 34 = 1.9.12 = 35 * Security update 36 * Tested with WP 6.9 37 * Tested with WooCommerce 10.4 38 * Tested with Elementor 3.33 33 39 34 40 = 1.9.11 =
Note: See TracChangeset
for help on using the changeset viewer.