Plugin Directory

Changeset 2371100


Ignore:
Timestamp:
08/28/2020 02:06:42 PM (6 years ago)
Author:
blocksera
Message:

WP 5.5 Update

Location:
image-hover-effects-addon-for-elementor
Files:
16 added
4 edited

Legend:

Unmodified
Added
Removed
  • image-hover-effects-addon-for-elementor/trunk/assets/style.css

    r2111923 r2371100  
    33    display: block;
    44    overflow: hidden;
    5     cursor: pointer;
    65    backface-visibility: hidden;
    76    -webkit-backface-visibility: hidden;
     
    2524
    2625.elementor-element.elementor-widget-e_image_hover_effects .eihe-box img {
     26    position: relative;
    2727    width: 100%;
    2828    vertical-align: middle;
  • image-hover-effects-addon-for-elementor/trunk/image-hover-effects-addon-for-elementor.php

    r2336582 r2371100  
    66 * Author URI:        https://blocksera.com
    77 * Description:       Add creative image hover effects to Elementor page builder. Easily customize title and content and effects with intuitive interface.
    8  * Version:           1.3.0
     8 * Requires PHP:      5.6
    99 * Requires at least: 4.7
    10  * Tested up to:      5.4.2
     10 * Tested up to:      5.5
     11 * Version:           1.3.1
    1112 * License:           GPL v3
    1213 * Text Domain:       eihe-lang
     
    1819}
    1920
    20 define('EIHE_VERSION', '1.3.0');
     21define('EIHE_VERSION', '1.3.1');
    2122define('EIHE_MINIMUM_ELEMENTOR_VERSION', '1.1.2');
    2223define('EIHE_PATH', plugin_dir_path(__FILE__));
     
    146147
    147148    public function includes() {
    148         wp_enqueue_style('eihe-front-style', EIHE_URL . 'assets/style.css', array(), EIHE_VERSION);
     149        wp_enqueue_style('eihe-front-style', EIHE_URL . 'assets/style.min.css', array(), EIHE_VERSION);
    149150    }
    150151   
  • image-hover-effects-addon-for-elementor/trunk/includes/widgets.php

    r2111923 r2371100  
    415415            'icon_color',
    416416            [
    417                 'label' => __( 'Color', 'massive-addons'),
     417                'label' => __( 'Color', 'eihe-lang'),
    418418                'type' => Controls_Manager::COLOR,
    419419                'scheme' => [
     
    431431            'icon_size',
    432432            [
    433                 'label' => __('Icon Size', 'massive-addons'),
     433                'label' => __('Icon Size', 'eihe-lang'),
    434434                'type'  => Controls_Manager::SLIDER,
    435435                'range' => [
     
    451451            'icon_space',
    452452            [
    453                 'label' => __('Icon Space', 'massive-addons'),
     453                'label' => __('Icon Space', 'eihe-lang'),
    454454                'type'  => Controls_Manager::SLIDER,
    455455                'range' => [
  • image-hover-effects-addon-for-elementor/trunk/readme.txt

    r2336582 r2371100  
    33Donate Link: https://imagehoverpro.blocksera.com
    44Tags: elementor, addons, elementor widget, image hover effects, css effects
    5 Requires PHP: 5.2.4
     5Requires PHP: 5.6
    66Requires at least: 4.7
    7 Tested up to: 5.4.2
    8 Stable tag: 1.3.0
    9 License: GPLv2 or later
    10 License URI: http://www.gnu.org/licenses/gpl-2.0.html
     7Tested up to: 5.5
     8Stable tag: 1.3.1
     9License: GPLv3 or later
     10License URI: https://www.gnu.org/licenses/gpl-3.0.html
    1111
    1212Add creative image hover effects to Elementor page builder. Easily customize title and content and effects with intuitive interface.
Note: See TracChangeset for help on using the changeset viewer.