Plugin Directory

Changeset 3009803


Ignore:
Timestamp:
12/14/2023 05:37:28 AM (2 years ago)
Author:
Nikschavan
Message:

Update to version 1.6.22 from GitHub

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

Legend:

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

    r3005113 r3009803  
    88 * Text Domain: header-footer-elementor
    99 * Domain Path: /languages
    10  * Version: 1.6.21
     10 * Version: 1.6.22
    1111 * Elementor tested up to: 3.18
    1212 * Elementor Pro tested up to: 3.18
     
    1515 */
    1616
    17 define( 'HFE_VER', '1.6.21' );
     17define( 'HFE_VER', '1.6.22' );
    1818define( 'HFE_FILE', __FILE__ );
    1919define( 'HFE_DIR', plugin_dir_path( __FILE__ ) );
  • header-footer-elementor/tags/1.6.22/inc/widgets-manager/widgets/class-retina.php

    r3005113 r3009803  
    710710            <?php endif; ?>
    711711            <?php if ( $link ) : ?>
    712                     <a <?php echo esc_url( $this->get_render_attribute_string( 'link' ) ); ?>>
     712                    <a <?php echo ( $this->get_render_attribute_string( 'link' ) ); ?>>
    713713            <?php endif; ?>
    714714            <?php
     
    805805                <?php if ( ! empty( $caption_text ) ) : ?>
    806806                    <div class="hfe-caption-width">
    807                         <figcaption class="widget-image-caption wp-caption-text"><?php echo esc_html( $caption_text ); ?></figcaption>
     807                        <figcaption class="widget-image-caption wp-caption-text"><?php echo ( $caption_text ); ?></figcaption>
    808808                    </div>
    809809                <?php endif; ?>
  • header-footer-elementor/tags/1.6.22/languages/header-footer-elementor.pot

    r3004241 r3009803  
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: Elementor Header & Footer Builder 1.6.20\n"
     5"Project-Id-Version: Elementor Header & Footer Builder 1.6.22\n"
    66"Report-Msgid-Bugs-To: "
    77"https://wordpress.org/support/plugin/header-footer-elementor\n"
    8 "POT-Creation-Date: 2023-12-01 13:30:57+00:00\n"
     8"POT-Creation-Date: 2023-12-10 18:13:21+00:00\n"
    99"MIME-Version: 1.0\n"
    1010"Content-Type: text/plain; charset=utf-8\n"
  • header-footer-elementor/tags/1.6.22/readme.txt

    r3005113 r3009803  
    66Requires PHP: 5.4
    77Tested up to: 6.4.1
    8 Stable tag: 1.6.21
     8Stable tag: 1.6.22
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    141141== Changelog ==
    142142
     143= 1.6.22 =
     144- Fix: Retina Image - Navigating to custom URL by clicking on images.
     145
    143146= 1.6.21 =
    144147- Fix: Site Logo - Width and height settings not applying to the logo.
  • header-footer-elementor/trunk/header-footer-elementor.php

    r3005113 r3009803  
    88 * Text Domain: header-footer-elementor
    99 * Domain Path: /languages
    10  * Version: 1.6.21
     10 * Version: 1.6.22
    1111 * Elementor tested up to: 3.18
    1212 * Elementor Pro tested up to: 3.18
     
    1515 */
    1616
    17 define( 'HFE_VER', '1.6.21' );
     17define( 'HFE_VER', '1.6.22' );
    1818define( 'HFE_FILE', __FILE__ );
    1919define( 'HFE_DIR', plugin_dir_path( __FILE__ ) );
  • header-footer-elementor/trunk/inc/widgets-manager/widgets/class-retina.php

    r3005113 r3009803  
    710710            <?php endif; ?>
    711711            <?php if ( $link ) : ?>
    712                     <a <?php echo esc_url( $this->get_render_attribute_string( 'link' ) ); ?>>
     712                    <a <?php echo ( $this->get_render_attribute_string( 'link' ) ); ?>>
    713713            <?php endif; ?>
    714714            <?php
     
    805805                <?php if ( ! empty( $caption_text ) ) : ?>
    806806                    <div class="hfe-caption-width">
    807                         <figcaption class="widget-image-caption wp-caption-text"><?php echo esc_html( $caption_text ); ?></figcaption>
     807                        <figcaption class="widget-image-caption wp-caption-text"><?php echo ( $caption_text ); ?></figcaption>
    808808                    </div>
    809809                <?php endif; ?>
  • header-footer-elementor/trunk/languages/header-footer-elementor.pot

    r3004241 r3009803  
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: Elementor Header & Footer Builder 1.6.20\n"
     5"Project-Id-Version: Elementor Header & Footer Builder 1.6.22\n"
    66"Report-Msgid-Bugs-To: "
    77"https://wordpress.org/support/plugin/header-footer-elementor\n"
    8 "POT-Creation-Date: 2023-12-01 13:30:57+00:00\n"
     8"POT-Creation-Date: 2023-12-10 18:13:21+00:00\n"
    99"MIME-Version: 1.0\n"
    1010"Content-Type: text/plain; charset=utf-8\n"
  • header-footer-elementor/trunk/readme.txt

    r3005113 r3009803  
    66Requires PHP: 5.4
    77Tested up to: 6.4.1
    8 Stable tag: 1.6.21
     8Stable tag: 1.6.22
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    141141== Changelog ==
    142142
     143= 1.6.22 =
     144- Fix: Retina Image - Navigating to custom URL by clicking on images.
     145
    143146= 1.6.21 =
    144147- Fix: Site Logo - Width and height settings not applying to the logo.
Note: See TracChangeset for help on using the changeset viewer.