Plugin Directory

Changeset 3089480


Ignore:
Timestamp:
05/20/2024 02:13:45 PM (23 months ago)
Author:
Nikschavan
Message:

Update to version 1.6.33 from GitHub

Location:
header-footer-elementor
Files:
6 edited
1 copied

Legend:

Unmodified
Added
Removed
  • header-footer-elementor/tags/1.6.33/admin/class-hfe-admin.php

    r3089411 r3089480  
    221221     */
    222222    public function header_footer_posttype() {
    223         if ( ! ( is_admin() && current_user_can( 'manage_options' ) ) ) {
     223        if ( ! current_user_can( 'manage_options' ) ) {
    224224            return;
    225225        }
  • header-footer-elementor/tags/1.6.33/header-footer-elementor.php

    r3089411 r3089480  
    88 * Text Domain: header-footer-elementor
    99 * Domain Path: /languages
    10  * Version: 1.6.32
     10 * Version: 1.6.33
    1111 * Elementor tested up to: 3.21
    1212 * Elementor Pro tested up to: 3.21
     
    1515 */
    1616
    17 define( 'HFE_VER', '1.6.32' );
     17define( 'HFE_VER', '1.6.33' );
    1818define( 'HFE_FILE', __FILE__ );
    1919define( 'HFE_DIR', plugin_dir_path( __FILE__ ) );
  • header-footer-elementor/tags/1.6.33/readme.txt

    r3089411 r3089480  
    66Requires PHP: 5.4
    77Tested up to: 6.5
    8 Stable tag: 1.6.32
     8Stable tag: 1.6.33
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    141141== Changelog ==
    142142
     143= 1.6.33 =
     144- Fix: Unable to edit the Header/Footer with Elementor in few cases.
     145
    143146= 1.6.32 =
    144147- Fix: Improved plugin security.
  • header-footer-elementor/trunk/admin/class-hfe-admin.php

    r3089411 r3089480  
    221221     */
    222222    public function header_footer_posttype() {
    223         if ( ! ( is_admin() && current_user_can( 'manage_options' ) ) ) {
     223        if ( ! current_user_can( 'manage_options' ) ) {
    224224            return;
    225225        }
  • header-footer-elementor/trunk/header-footer-elementor.php

    r3089411 r3089480  
    88 * Text Domain: header-footer-elementor
    99 * Domain Path: /languages
    10  * Version: 1.6.32
     10 * Version: 1.6.33
    1111 * Elementor tested up to: 3.21
    1212 * Elementor Pro tested up to: 3.21
     
    1515 */
    1616
    17 define( 'HFE_VER', '1.6.32' );
     17define( 'HFE_VER', '1.6.33' );
    1818define( 'HFE_FILE', __FILE__ );
    1919define( 'HFE_DIR', plugin_dir_path( __FILE__ ) );
  • header-footer-elementor/trunk/readme.txt

    r3089411 r3089480  
    66Requires PHP: 5.4
    77Tested up to: 6.5
    8 Stable tag: 1.6.32
     8Stable tag: 1.6.33
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    141141== Changelog ==
    142142
     143= 1.6.33 =
     144- Fix: Unable to edit the Header/Footer with Elementor in few cases.
     145
    143146= 1.6.32 =
    144147- Fix: Improved plugin security.
Note: See TracChangeset for help on using the changeset viewer.