Changeset 3089480
- Timestamp:
- 05/20/2024 02:13:45 PM (23 months ago)
- Location:
- header-footer-elementor
- Files:
-
- 6 edited
- 1 copied
-
tags/1.6.33 (copied) (copied from header-footer-elementor/trunk)
-
tags/1.6.33/admin/class-hfe-admin.php (modified) (1 diff)
-
tags/1.6.33/header-footer-elementor.php (modified) (2 diffs)
-
tags/1.6.33/readme.txt (modified) (2 diffs)
-
trunk/admin/class-hfe-admin.php (modified) (1 diff)
-
trunk/header-footer-elementor.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
header-footer-elementor/tags/1.6.33/admin/class-hfe-admin.php
r3089411 r3089480 221 221 */ 222 222 public function header_footer_posttype() { 223 if ( ! ( is_admin() && current_user_can( 'manage_options' )) ) {223 if ( ! current_user_can( 'manage_options' ) ) { 224 224 return; 225 225 } -
header-footer-elementor/tags/1.6.33/header-footer-elementor.php
r3089411 r3089480 8 8 * Text Domain: header-footer-elementor 9 9 * Domain Path: /languages 10 * Version: 1.6.3 210 * Version: 1.6.33 11 11 * Elementor tested up to: 3.21 12 12 * Elementor Pro tested up to: 3.21 … … 15 15 */ 16 16 17 define( 'HFE_VER', '1.6.3 2' );17 define( 'HFE_VER', '1.6.33' ); 18 18 define( 'HFE_FILE', __FILE__ ); 19 19 define( 'HFE_DIR', plugin_dir_path( __FILE__ ) ); -
header-footer-elementor/tags/1.6.33/readme.txt
r3089411 r3089480 6 6 Requires PHP: 5.4 7 7 Tested up to: 6.5 8 Stable tag: 1.6.3 28 Stable tag: 1.6.33 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.33 = 144 - Fix: Unable to edit the Header/Footer with Elementor in few cases. 145 143 146 = 1.6.32 = 144 147 - Fix: Improved plugin security. -
header-footer-elementor/trunk/admin/class-hfe-admin.php
r3089411 r3089480 221 221 */ 222 222 public function header_footer_posttype() { 223 if ( ! ( is_admin() && current_user_can( 'manage_options' )) ) {223 if ( ! current_user_can( 'manage_options' ) ) { 224 224 return; 225 225 } -
header-footer-elementor/trunk/header-footer-elementor.php
r3089411 r3089480 8 8 * Text Domain: header-footer-elementor 9 9 * Domain Path: /languages 10 * Version: 1.6.3 210 * Version: 1.6.33 11 11 * Elementor tested up to: 3.21 12 12 * Elementor Pro tested up to: 3.21 … … 15 15 */ 16 16 17 define( 'HFE_VER', '1.6.3 2' );17 define( 'HFE_VER', '1.6.33' ); 18 18 define( 'HFE_FILE', __FILE__ ); 19 19 define( 'HFE_DIR', plugin_dir_path( __FILE__ ) ); -
header-footer-elementor/trunk/readme.txt
r3089411 r3089480 6 6 Requires PHP: 5.4 7 7 Tested up to: 6.5 8 Stable tag: 1.6.3 28 Stable tag: 1.6.33 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.33 = 144 - Fix: Unable to edit the Header/Footer with Elementor in few cases. 145 143 146 = 1.6.32 = 144 147 - Fix: Improved plugin security.
Note: See TracChangeset
for help on using the changeset viewer.