Changeset 3034938
- Timestamp:
- 02/13/2024 06:37:28 AM (22 months ago)
- Location:
- header-footer-elementor
- Files:
-
- 12 edited
- 1 copied
-
tags/1.6.25 (copied) (copied from header-footer-elementor/trunk)
-
tags/1.6.25/header-footer-elementor.php (modified) (2 diffs)
-
tags/1.6.25/inc/lib/target-rule/class-astra-target-rules-fields.php (modified) (4 diffs)
-
tags/1.6.25/inc/widgets-css/frontend.css (modified) (1 diff)
-
tags/1.6.25/inc/widgets-manager/widgets/class-navigation-menu.php (modified) (1 diff)
-
tags/1.6.25/languages/header-footer-elementor.pot (modified) (3 diffs)
-
tags/1.6.25/readme.txt (modified) (2 diffs)
-
trunk/header-footer-elementor.php (modified) (2 diffs)
-
trunk/inc/lib/target-rule/class-astra-target-rules-fields.php (modified) (4 diffs)
-
trunk/inc/widgets-css/frontend.css (modified) (1 diff)
-
trunk/inc/widgets-manager/widgets/class-navigation-menu.php (modified) (1 diff)
-
trunk/languages/header-footer-elementor.pot (modified) (3 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
header-footer-elementor/tags/1.6.25/header-footer-elementor.php
r3028025 r3034938 8 8 * Text Domain: header-footer-elementor 9 9 * Domain Path: /languages 10 * Version: 1.6.2 410 * Version: 1.6.25 11 11 * Elementor tested up to: 3.19 12 12 * Elementor Pro tested up to: 3.19 … … 15 15 */ 16 16 17 define( 'HFE_VER', '1.6.2 4' );17 define( 'HFE_VER', '1.6.25' ); 18 18 define( 'HFE_FILE', __FILE__ ); 19 19 define( 'HFE_DIR', plugin_dir_path( __FILE__ ) ); -
header-footer-elementor/tags/1.6.25/inc/lib/target-rule/class-astra-target-rules-fields.php
r2353802 r3034938 1267 1267 $q_obj = get_queried_object(); 1268 1268 1269 $current_id = esc_sql( get_the_id() ); 1270 // Find WPML Object ID for current page. 1271 if ( defined( 'ICL_SITEPRESS_VERSION' ) ) { 1272 $default_lang = apply_filters( 'wpml_default_language', '' ); 1273 $current_lang = apply_filters( 'wpml_current_language', '' ); 1274 1275 if( $default_lang !== $current_lang ) { 1276 $current_post_type = get_post_type( $current_id ); 1277 $current_id = apply_filters( 'wpml_object_id', $current_id, $current_post_type, true, $default_lang ); 1278 } 1279 } 1280 1269 1281 $location = isset( $option['location'] ) ? esc_sql( $option['location'] ) : ''; 1270 1282 … … 1309 1321 break; 1310 1322 case 'is_front_page': 1311 $current_id = esc_sql( get_the_id() );1312 1323 $current_post_id = $current_id; 1313 1324 $meta_args .= " OR pm.meta_value LIKE '%\"special-front\"%'"; … … 1316 1327 break; 1317 1328 case 'is_singular': 1318 $current_id = esc_sql( get_the_id() );1319 1329 $current_post_id = $current_id; 1320 1330 $meta_args .= " OR pm.meta_value LIKE '%\"basic-singulars\"%'"; … … 1334 1344 break; 1335 1345 case '': 1336 $current_post_id = get_the_id();1346 $current_post_id = $current_id; 1337 1347 break; 1338 1348 } -
header-footer-elementor/tags/1.6.25/inc/widgets-css/frontend.css
r2630489 r3034938 1112 1112 } 1113 1113 1114 .hfe-nav-menu .hfe-has-submenu .sub-menu li.menu-item:first-child, 1115 .hfe-nav-menu .hfe-has-submenu .sub-menu li.menu-item:last-child { 1116 overflow: visible !important; 1117 } 1118 1114 1119 .elementor-widget-navigation-menu:not(.hfe-nav-menu__align-justify):not(.hfe-menu-item-space-between) a.hfe-menu-item.elementor-button { 1115 1120 display: inline-flex; -
header-footer-elementor/tags/1.6.25/inc/widgets-manager/widgets/class-navigation-menu.php
r3028025 r3034938 1949 1949 <div class="hfe-flyout-overlay elementor-clickable"></div> 1950 1950 <div class="hfe-flyout-container"> 1951 <div id="hfe-flyout-content-id-<?php echo esc_attr( $this->get_id() ); ?>" class="hfe-side hfe-flyout-<?php echo esc_attr( $settings['flyout_layout'] ); ?> hfe-flyout-open" data-layout="<?php echo wp_kses_post( $settings['flyout_layout'] ); ?>" data-flyout-type="<?php echo wp_kses_post( $settings['flyout_type'] ); ?>">1951 <div id="hfe-flyout-content-id-<?php echo esc_attr( $this->get_id() ); ?>" class="hfe-side hfe-flyout-<?php echo esc_attr( $settings['flyout_layout'] ); ?> hfe-flyout-open" data-layout="<?php echo esc_attr( $settings['flyout_layout'] ); ?>" data-flyout-type="<?php echo esc_attr( $settings['flyout_type'] ); ?>"> 1952 1952 <div class="hfe-flyout-content push"> 1953 1953 <nav <?php $this->print_render_attribute_string( 'hfe-nav-menu' ); ?>> -
header-footer-elementor/tags/1.6.25/languages/header-footer-elementor.pot
r3028025 r3034938 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: Elementor Header & Footer Builder 1.6.2 4\n"5 "Project-Id-Version: Elementor Header & Footer Builder 1.6.25\n" 6 6 "Report-Msgid-Bugs-To: " 7 7 "https://wordpress.org/support/plugin/header-footer-elementor\n" 8 "POT-Creation-Date: 2024-0 1-29 06:38:06+00:00\n"8 "POT-Creation-Date: 2024-02-13 04:58:40+00:00\n" 9 9 "MIME-Version: 1.0\n" 10 10 "Content-Type: text/plain; charset=utf-8\n" … … 720 720 #: inc/lib/target-rule/class-astra-target-rules-fields.php:1079 721 721 #: inc/lib/target-rule/class-astra-target-rules-fields.php:1109 722 #: inc/lib/target-rule/class-astra-target-rules-fields.php:15 59722 #: inc/lib/target-rule/class-astra-target-rules-fields.php:1569 723 723 msgid "Select" 724 724 msgstr "" … … 736 736 msgstr "" 737 737 738 #: inc/lib/target-rule/class-astra-target-rules-fields.php:15 00738 #: inc/lib/target-rule/class-astra-target-rules-fields.php:1510 739 739 #. translators: %s post title. 740 740 msgid "The same display setting is already exist in %s post/s." -
header-footer-elementor/tags/1.6.25/readme.txt
r3028025 r3034938 6 6 Requires PHP: 5.4 7 7 Tested up to: 6.4.1 8 Stable tag: 1.6.2 48 Stable tag: 1.6.25 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 141 141 == Changelog == 142 142 143 ### 1.6.24 ### 143 = 1.6.25 = 144 - Security Fix: Hardened the security of the plugin. Props: Wordfence. 145 - Fix: Automatic translation support for templates on Specific Pages / Posts / Taxonomies, etc. 146 - Fix: Navigation Menu - Multistep submenu fails to display when a border radius is applied to dropdown. 147 148 = 1.6.24 = 144 149 - Improvement: Compatibility with latest Elementor and Elementor Pro 3.19 version. 145 150 - Fix: White Label - Astra's theme name does not change when Astra is white-labeled. -
header-footer-elementor/trunk/header-footer-elementor.php
r3028025 r3034938 8 8 * Text Domain: header-footer-elementor 9 9 * Domain Path: /languages 10 * Version: 1.6.2 410 * Version: 1.6.25 11 11 * Elementor tested up to: 3.19 12 12 * Elementor Pro tested up to: 3.19 … … 15 15 */ 16 16 17 define( 'HFE_VER', '1.6.2 4' );17 define( 'HFE_VER', '1.6.25' ); 18 18 define( 'HFE_FILE', __FILE__ ); 19 19 define( 'HFE_DIR', plugin_dir_path( __FILE__ ) ); -
header-footer-elementor/trunk/inc/lib/target-rule/class-astra-target-rules-fields.php
r2353802 r3034938 1267 1267 $q_obj = get_queried_object(); 1268 1268 1269 $current_id = esc_sql( get_the_id() ); 1270 // Find WPML Object ID for current page. 1271 if ( defined( 'ICL_SITEPRESS_VERSION' ) ) { 1272 $default_lang = apply_filters( 'wpml_default_language', '' ); 1273 $current_lang = apply_filters( 'wpml_current_language', '' ); 1274 1275 if( $default_lang !== $current_lang ) { 1276 $current_post_type = get_post_type( $current_id ); 1277 $current_id = apply_filters( 'wpml_object_id', $current_id, $current_post_type, true, $default_lang ); 1278 } 1279 } 1280 1269 1281 $location = isset( $option['location'] ) ? esc_sql( $option['location'] ) : ''; 1270 1282 … … 1309 1321 break; 1310 1322 case 'is_front_page': 1311 $current_id = esc_sql( get_the_id() );1312 1323 $current_post_id = $current_id; 1313 1324 $meta_args .= " OR pm.meta_value LIKE '%\"special-front\"%'"; … … 1316 1327 break; 1317 1328 case 'is_singular': 1318 $current_id = esc_sql( get_the_id() );1319 1329 $current_post_id = $current_id; 1320 1330 $meta_args .= " OR pm.meta_value LIKE '%\"basic-singulars\"%'"; … … 1334 1344 break; 1335 1345 case '': 1336 $current_post_id = get_the_id();1346 $current_post_id = $current_id; 1337 1347 break; 1338 1348 } -
header-footer-elementor/trunk/inc/widgets-css/frontend.css
r2630489 r3034938 1112 1112 } 1113 1113 1114 .hfe-nav-menu .hfe-has-submenu .sub-menu li.menu-item:first-child, 1115 .hfe-nav-menu .hfe-has-submenu .sub-menu li.menu-item:last-child { 1116 overflow: visible !important; 1117 } 1118 1114 1119 .elementor-widget-navigation-menu:not(.hfe-nav-menu__align-justify):not(.hfe-menu-item-space-between) a.hfe-menu-item.elementor-button { 1115 1120 display: inline-flex; -
header-footer-elementor/trunk/inc/widgets-manager/widgets/class-navigation-menu.php
r3028025 r3034938 1949 1949 <div class="hfe-flyout-overlay elementor-clickable"></div> 1950 1950 <div class="hfe-flyout-container"> 1951 <div id="hfe-flyout-content-id-<?php echo esc_attr( $this->get_id() ); ?>" class="hfe-side hfe-flyout-<?php echo esc_attr( $settings['flyout_layout'] ); ?> hfe-flyout-open" data-layout="<?php echo wp_kses_post( $settings['flyout_layout'] ); ?>" data-flyout-type="<?php echo wp_kses_post( $settings['flyout_type'] ); ?>">1951 <div id="hfe-flyout-content-id-<?php echo esc_attr( $this->get_id() ); ?>" class="hfe-side hfe-flyout-<?php echo esc_attr( $settings['flyout_layout'] ); ?> hfe-flyout-open" data-layout="<?php echo esc_attr( $settings['flyout_layout'] ); ?>" data-flyout-type="<?php echo esc_attr( $settings['flyout_type'] ); ?>"> 1952 1952 <div class="hfe-flyout-content push"> 1953 1953 <nav <?php $this->print_render_attribute_string( 'hfe-nav-menu' ); ?>> -
header-footer-elementor/trunk/languages/header-footer-elementor.pot
r3028025 r3034938 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: Elementor Header & Footer Builder 1.6.2 4\n"5 "Project-Id-Version: Elementor Header & Footer Builder 1.6.25\n" 6 6 "Report-Msgid-Bugs-To: " 7 7 "https://wordpress.org/support/plugin/header-footer-elementor\n" 8 "POT-Creation-Date: 2024-0 1-29 06:38:06+00:00\n"8 "POT-Creation-Date: 2024-02-13 04:58:40+00:00\n" 9 9 "MIME-Version: 1.0\n" 10 10 "Content-Type: text/plain; charset=utf-8\n" … … 720 720 #: inc/lib/target-rule/class-astra-target-rules-fields.php:1079 721 721 #: inc/lib/target-rule/class-astra-target-rules-fields.php:1109 722 #: inc/lib/target-rule/class-astra-target-rules-fields.php:15 59722 #: inc/lib/target-rule/class-astra-target-rules-fields.php:1569 723 723 msgid "Select" 724 724 msgstr "" … … 736 736 msgstr "" 737 737 738 #: inc/lib/target-rule/class-astra-target-rules-fields.php:15 00738 #: inc/lib/target-rule/class-astra-target-rules-fields.php:1510 739 739 #. translators: %s post title. 740 740 msgid "The same display setting is already exist in %s post/s." -
header-footer-elementor/trunk/readme.txt
r3028025 r3034938 6 6 Requires PHP: 5.4 7 7 Tested up to: 6.4.1 8 Stable tag: 1.6.2 48 Stable tag: 1.6.25 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 141 141 == Changelog == 142 142 143 ### 1.6.24 ### 143 = 1.6.25 = 144 - Security Fix: Hardened the security of the plugin. Props: Wordfence. 145 - Fix: Automatic translation support for templates on Specific Pages / Posts / Taxonomies, etc. 146 - Fix: Navigation Menu - Multistep submenu fails to display when a border radius is applied to dropdown. 147 148 = 1.6.24 = 144 149 - Improvement: Compatibility with latest Elementor and Elementor Pro 3.19 version. 145 150 - Fix: White Label - Astra's theme name does not change when Astra is white-labeled.
Note: See TracChangeset
for help on using the changeset viewer.