Changeset 2371100
- Timestamp:
- 08/28/2020 02:06:42 PM (6 years ago)
- Location:
- image-hover-effects-addon-for-elementor
- Files:
-
- 16 added
- 4 edited
-
tags/1.3.1 (added)
-
tags/1.3.1/assets (added)
-
tags/1.3.1/assets/admin.css (added)
-
tags/1.3.1/assets/admin.js (added)
-
tags/1.3.1/assets/icon.png (added)
-
tags/1.3.1/assets/style.css (added)
-
tags/1.3.1/assets/style.min.css (added)
-
tags/1.3.1/image-hover-effects-addon-for-elementor.php (added)
-
tags/1.3.1/includes (added)
-
tags/1.3.1/includes/elementor-checker.php (added)
-
tags/1.3.1/includes/widgets.php (added)
-
tags/1.3.1/languages (added)
-
tags/1.3.1/languages/eihe-lang.pot (added)
-
tags/1.3.1/languages/readme.txt (added)
-
tags/1.3.1/readme.txt (added)
-
trunk/assets/style.css (modified) (2 diffs)
-
trunk/assets/style.min.css (added)
-
trunk/image-hover-effects-addon-for-elementor.php (modified) (3 diffs)
-
trunk/includes/widgets.php (modified) (3 diffs)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
image-hover-effects-addon-for-elementor/trunk/assets/style.css
r2111923 r2371100 3 3 display: block; 4 4 overflow: hidden; 5 cursor: pointer;6 5 backface-visibility: hidden; 7 6 -webkit-backface-visibility: hidden; … … 25 24 26 25 .elementor-element.elementor-widget-e_image_hover_effects .eihe-box img { 26 position: relative; 27 27 width: 100%; 28 28 vertical-align: middle; -
image-hover-effects-addon-for-elementor/trunk/image-hover-effects-addon-for-elementor.php
r2336582 r2371100 6 6 * Author URI: https://blocksera.com 7 7 * Description: Add creative image hover effects to Elementor page builder. Easily customize title and content and effects with intuitive interface. 8 * Version: 1.3.08 * Requires PHP: 5.6 9 9 * Requires at least: 4.7 10 * Tested up to: 5.4.2 10 * Tested up to: 5.5 11 * Version: 1.3.1 11 12 * License: GPL v3 12 13 * Text Domain: eihe-lang … … 18 19 } 19 20 20 define('EIHE_VERSION', '1.3. 0');21 define('EIHE_VERSION', '1.3.1'); 21 22 define('EIHE_MINIMUM_ELEMENTOR_VERSION', '1.1.2'); 22 23 define('EIHE_PATH', plugin_dir_path(__FILE__)); … … 146 147 147 148 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); 149 150 } 150 151 -
image-hover-effects-addon-for-elementor/trunk/includes/widgets.php
r2111923 r2371100 415 415 'icon_color', 416 416 [ 417 'label' => __( 'Color', ' massive-addons'),417 'label' => __( 'Color', 'eihe-lang'), 418 418 'type' => Controls_Manager::COLOR, 419 419 'scheme' => [ … … 431 431 'icon_size', 432 432 [ 433 'label' => __('Icon Size', ' massive-addons'),433 'label' => __('Icon Size', 'eihe-lang'), 434 434 'type' => Controls_Manager::SLIDER, 435 435 'range' => [ … … 451 451 'icon_space', 452 452 [ 453 'label' => __('Icon Space', ' massive-addons'),453 'label' => __('Icon Space', 'eihe-lang'), 454 454 'type' => Controls_Manager::SLIDER, 455 455 'range' => [ -
image-hover-effects-addon-for-elementor/trunk/readme.txt
r2336582 r2371100 3 3 Donate Link: https://imagehoverpro.blocksera.com 4 4 Tags: elementor, addons, elementor widget, image hover effects, css effects 5 Requires PHP: 5. 2.45 Requires PHP: 5.6 6 6 Requires at least: 4.7 7 Tested up to: 5. 4.28 Stable tag: 1.3. 09 License: GPLv 2or later10 License URI: http ://www.gnu.org/licenses/gpl-2.0.html7 Tested up to: 5.5 8 Stable tag: 1.3.1 9 License: GPLv3 or later 10 License URI: https://www.gnu.org/licenses/gpl-3.0.html 11 11 12 12 Add 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.