Changeset 3027227
- Timestamp:
- 01/26/2024 07:37:39 AM (2 years ago)
- Location:
- image-hover-effects-addon-for-elementor
- Files:
-
- 15 added
- 3 edited
-
tags/1.4.1 (added)
-
tags/1.4.1/assets (added)
-
tags/1.4.1/assets/admin.css (added)
-
tags/1.4.1/assets/admin.js (added)
-
tags/1.4.1/assets/icon.png (added)
-
tags/1.4.1/assets/style.css (added)
-
tags/1.4.1/assets/style.min.css (added)
-
tags/1.4.1/image-hover-effects-addon-for-elementor.php (added)
-
tags/1.4.1/includes (added)
-
tags/1.4.1/includes/elementor-checker.php (added)
-
tags/1.4.1/includes/widgets.php (added)
-
tags/1.4.1/languages (added)
-
tags/1.4.1/languages/eihe-lang.pot (added)
-
tags/1.4.1/languages/readme.txt (added)
-
tags/1.4.1/readme.txt (added)
-
trunk/image-hover-effects-addon-for-elementor.php (modified) (2 diffs)
-
trunk/includes/widgets.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
image-hover-effects-addon-for-elementor/trunk/image-hover-effects-addon-for-elementor.php
r2973432 r3027227 8 8 * Requires PHP: 5.6 9 9 * Requires at least: 4.7 10 * Tested up to: 6. 3.111 * Version: 1.4 10 * Tested up to: 6.4.2 11 * Version: 1.4.1 12 12 * License: GPL v3 13 13 * Text Domain: eihe-lang … … 19 19 } 20 20 21 define('EIHE_VERSION', '1.4 ');21 define('EIHE_VERSION', '1.4.1'); 22 22 define('EIHE_MINIMUM_ELEMENTOR_VERSION', '2.6.0'); 23 23 define('EIHE_PATH', plugin_dir_path(__FILE__)); -
image-hover-effects-addon-for-elementor/trunk/includes/widgets.php
r2973432 r3027227 475 475 $icon = $settings['icon']; 476 476 $icon_order = $settings['icon_order']; 477 $eihe_align = $settings['eihe_align'];477 $eihe_align = esc_attr($settings['eihe_align']); 478 478 479 479 $target = $settings['eihe_link']['is_external'] ? ' target="_blank"' : ''; -
image-hover-effects-addon-for-elementor/trunk/readme.txt
r2973432 r3027227 5 5 Requires PHP: 5.6 6 6 Requires at least: 4.7 7 Tested up to: 6. 3.18 Stable tag: 1.4 7 Tested up to: 6.4.2 8 Stable tag: 1.4.1 9 9 License: GPLv3 or later 10 10 License URI: https://www.gnu.org/licenses/gpl-3.0.html … … 116 116 == Changelog == 117 117 118 = 1.4.1 = 119 * Minor Security Fix 120 118 121 = 1.4 = 119 122 * Enhancement - Elementor Deprecation fixes
Note: See TracChangeset
for help on using the changeset viewer.