Plugin Directory

Changeset 3211535


Ignore:
Timestamp:
12/21/2024 01:02:37 PM (12 months ago)
Author:
Nikschavan
Message:

Update to version 2.0.5 from GitHub

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

Legend:

Unmodified
Added
Removed
  • header-footer-elementor/tags/2.0.5/header-footer-elementor.php

    r3210401 r3211535  
    11<?php
    22/**
    3  * Plugin Name: Ultimate Addons for Elementor
     3 * Plugin Name: Ultimate Addons for Elementor Lite
    44 * Plugin URI:  https://wordpress.org/plugins/header-footer-elementor/
    55 * Description: Formerly known as "Elementor Header & Footer Builder", this powerful plugin allows you to create custom headers and footers with Elementor and display them in selected locations. You can also create custom Elementor blocks and place them anywhere on your website using a shortcode.
     
    88 * Text Domain: header-footer-elementor
    99 * Domain Path: /languages
    10  * Version: 2.0.4
     10 * Version: 2.0.5
    1111 * Elementor tested up to: 3.26
    1212 * Elementor Pro tested up to: 3.26
     
    1515 */
    1616
    17 define( 'HFE_VER', '2.0.4' );
     17define( 'HFE_VER', '2.0.5' );
    1818define( 'HFE_FILE', __FILE__ );
    1919define( 'HFE_DIR', plugin_dir_path( __FILE__ ) );
  • header-footer-elementor/tags/2.0.5/inc/class-hfe-rollback.php

    r3210401 r3211535  
    165165                'plugin' => $this->plugin_name,
    166166                'nonce'  => 'upgrade-plugin_' . $this->plugin_name,
    167                 'title'  => __( 'Ultimate Addons for Elementor <p>Rollback to Previous Version</p>', 'header-footer-elementor' ),
     167                'title'  => __( 'Ultimate Addons for Elementor Lite <p>Rollback to Previous Version</p>', 'header-footer-elementor' ),
    168168            ];
    169169
  • header-footer-elementor/tags/2.0.5/readme.txt

    r3210401 r3211535  
    55Tested up to: 6.7.1
    66Requires PHP: 7.4 
    7 Stable tag: 2.0.4
     7Stable tag: 2.0.5
    88License: GPLv2 or later 
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html 
     
    130130== Changelog ==
    131131
     132= 2.0.5 =
     133- Fix: Conflict with pro version update notice.
     134
    132135= 2.0.4 =
    133136- Improvement: Compatibility with latest Elementor and Elementor Pro 3.26 version.
  • header-footer-elementor/trunk/header-footer-elementor.php

    r3210401 r3211535  
    11<?php
    22/**
    3  * Plugin Name: Ultimate Addons for Elementor
     3 * Plugin Name: Ultimate Addons for Elementor Lite
    44 * Plugin URI:  https://wordpress.org/plugins/header-footer-elementor/
    55 * Description: Formerly known as "Elementor Header & Footer Builder", this powerful plugin allows you to create custom headers and footers with Elementor and display them in selected locations. You can also create custom Elementor blocks and place them anywhere on your website using a shortcode.
     
    88 * Text Domain: header-footer-elementor
    99 * Domain Path: /languages
    10  * Version: 2.0.4
     10 * Version: 2.0.5
    1111 * Elementor tested up to: 3.26
    1212 * Elementor Pro tested up to: 3.26
     
    1515 */
    1616
    17 define( 'HFE_VER', '2.0.4' );
     17define( 'HFE_VER', '2.0.5' );
    1818define( 'HFE_FILE', __FILE__ );
    1919define( 'HFE_DIR', plugin_dir_path( __FILE__ ) );
  • header-footer-elementor/trunk/inc/class-hfe-rollback.php

    r3210401 r3211535  
    165165                'plugin' => $this->plugin_name,
    166166                'nonce'  => 'upgrade-plugin_' . $this->plugin_name,
    167                 'title'  => __( 'Ultimate Addons for Elementor <p>Rollback to Previous Version</p>', 'header-footer-elementor' ),
     167                'title'  => __( 'Ultimate Addons for Elementor Lite <p>Rollback to Previous Version</p>', 'header-footer-elementor' ),
    168168            ];
    169169
  • header-footer-elementor/trunk/readme.txt

    r3210401 r3211535  
    55Tested up to: 6.7.1
    66Requires PHP: 7.4 
    7 Stable tag: 2.0.4
     7Stable tag: 2.0.5
    88License: GPLv2 or later 
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html 
     
    130130== Changelog ==
    131131
     132= 2.0.5 =
     133- Fix: Conflict with pro version update notice.
     134
    132135= 2.0.4 =
    133136- Improvement: Compatibility with latest Elementor and Elementor Pro 3.26 version.
Note: See TracChangeset for help on using the changeset viewer.