Plugin Directory

Changeset 2751463


Ignore:
Timestamp:
07/04/2022 08:17:43 AM (4 years ago)
Author:
blocksera
Message:

WP 6 Compatibility Update

Location:
image-hover-effects-addon-for-elementor
Files:
15 added
3 edited

Legend:

Unmodified
Added
Removed
  • image-hover-effects-addon-for-elementor/trunk/image-hover-effects-addon-for-elementor.php

    r2710923 r2751463  
    77 * Description:       Add creative image hover effects to Elementor page builder. Easily customize title and content and effects with intuitive interface.
    88 * Requires PHP:      5.6
    9  * Requires at least: 4.7
    10  * Tested up to:      5.9.3
    11  * Version:           1.3.6
     9 * Requires at least: 5.6
     10 * Tested up to:      6
     11 * Version:           1.3.7
    1212 * License:           GPL v3
    1313 * Text Domain:       eihe-lang
     
    1919}
    2020
    21 define('EIHE_VERSION', '1.3.6');
     21define('EIHE_VERSION', '1.3.7');
    2222define('EIHE_MINIMUM_ELEMENTOR_VERSION', '2.6.0');
    2323define('EIHE_PATH', plugin_dir_path(__FILE__));
  • image-hover-effects-addon-for-elementor/trunk/includes/widgets.php

    r2598104 r2751463  
    2020    }
    2121
    22     protected function _register_controls() {
     22    protected function register_controls() {
    2323
    2424        $this->start_controls_section(
  • image-hover-effects-addon-for-elementor/trunk/readme.txt

    r2710923 r2751463  
    44Tags: elementor, addons, elementor widget, image hover effects, css effects
    55Requires PHP: 5.6
    6 Requires at least: 4.7
    7 Tested up to: 5.9.3
    8 Stable tag: 1.3.6
     6Requires at least: 5.6
     7Tested up to: 6
     8Stable tag: 1.3.7
    99License: GPLv3 or later
    1010License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    116116== Changelog ==
    117117
     118= 1.3.7 =
     119* Enhancement - Compatibility tested with latest Elementor and Wordpress 6
     120* Fixed - Deprecation errors handled
     121
    118122= 1.3.6 =
    119123* Enhancement - Compatibility tested with latest Elementor and Wordpress 5.9
Note: See TracChangeset for help on using the changeset viewer.