Image Hover Effects – Elementor Addon - Version 1.3.0

Version Description

  • WPML Translation Support
Download this release

Release Info

Developer blocksera
Plugin Icon 128x128 Image Hover Effects – Elementor Addon
Version 1.3.0
Comparing to
See all releases

Code changes from version 1.2.8 to 1.3.0

image-hover-effects-addon-for-elementor.php CHANGED
@@ -1,13 +1,13 @@
1
  <?php
2
  /**
3
- * Plugin Name: Image Hover Effects Addon for Elementor
4
  * Plugin URI: https://imagehoverpro.blocksera.com
5
  * Author: Blocksera
6
  * Author URI: https://blocksera.com
7
- * Description: Collection of image hover effects for Elementor page builder
8
- * Version: 1.2.8
9
  * Requires at least: 4.7
10
- * Tested up to: 5.4
11
  * License: GPL v3
12
  * Text Domain: eihe-lang
13
  * Domain Path: /languages
@@ -17,7 +17,7 @@ if (!defined('ABSPATH')) {
17
  exit;
18
  }
19
 
20
- define('EIHE_VERSION', '1.2.8');
21
  define('EIHE_MINIMUM_ELEMENTOR_VERSION', '1.1.2');
22
  define('EIHE_PATH', plugin_dir_path(__FILE__));
23
  define('EIHE_URL', plugin_dir_url(__FILE__));
@@ -61,6 +61,27 @@ class Elementor_Image_Hover_Effects {
61
  });
62
  add_action('admin_init', [$this, 'display_notice']);
63
  load_plugin_textdomain('eihe-lang', false, dirname(plugin_basename(__FILE__)) . '/languages' );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
64
  }
65
 
66
  public function eihe_scripts(){
@@ -97,7 +118,7 @@ class Elementor_Image_Hover_Effects {
97
  ?>
98
  <div class="eihe-notice notice notice-success is-dismissible">
99
  <img class="eihe-iconimg" src="<?php echo EIHE_URL; ?>assets/icon.png" style="float:left;" />
100
- <p style="width:80%;"><?php _e('Enjoying our <strong>Image Hover Effects Addon for Elementor?</strong> We hope you liked it! If you feel this plugin helped you, You can give us a 5 star rating!<br>It will motivate us to serve you more !','eihe-lang'); ?> </p>
101
  <a href="https://wordpress.org/support/plugin/image-hover-effects-addon-for-elementor/reviews/#new-post" class="button button-primary" style="margin-right: 10px !important;" target="_blank"><?php _e('Rate the Plugin!','eihe-lang'); ?> &#11088;&#11088;&#11088;&#11088;&#11088;</a>
102
  <a href="https://tiny.cc/eihe-pro" class="button button-secondary" target="_blank"><?php _e('Go Pro','eihe-lang'); ?></a>
103
  <span class="eihe-done"><?php _e('Already Done','eihe-lang'); ?></span>
1
  <?php
2
  /**
3
+ * Plugin Name: Image Hover Effects - Elementor Addon
4
  * Plugin URI: https://imagehoverpro.blocksera.com
5
  * Author: Blocksera
6
  * Author URI: https://blocksera.com
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.0
9
  * Requires at least: 4.7
10
+ * Tested up to: 5.4.2
11
  * License: GPL v3
12
  * Text Domain: eihe-lang
13
  * Domain Path: /languages
17
  exit;
18
  }
19
 
20
+ define('EIHE_VERSION', '1.3.0');
21
  define('EIHE_MINIMUM_ELEMENTOR_VERSION', '1.1.2');
22
  define('EIHE_PATH', plugin_dir_path(__FILE__));
23
  define('EIHE_URL', plugin_dir_url(__FILE__));
61
  });
62
  add_action('admin_init', [$this, 'display_notice']);
63
  load_plugin_textdomain('eihe-lang', false, dirname(plugin_basename(__FILE__)) . '/languages' );
64
+ add_filter( 'wpml_elementor_widgets_to_translate', [ $this, 'wpml_widgets_to_translate_filter' ] );
65
+ }
66
+
67
+ public function wpml_widgets_to_translate_filter( $widgets ) {
68
+ $widgets[ 'e_image_hover_effects' ] = [
69
+ 'conditions' => [ 'widgetType' => 'e_image_hover_effects' ],
70
+ 'fields' => [
71
+ [
72
+ 'field' => 'eihe_title',
73
+ 'type' => __( 'Image Hover Effects : Title', 'eihe-lang' ),
74
+ 'editor_type' => 'LINE'
75
+ ],
76
+ [
77
+ 'field' => 'eihe_description',
78
+ 'type' => __( 'Image Hover Effects : Description', 'eihe-lang' ),
79
+ 'editor_type' => 'LINE'
80
+ ],
81
+ ],
82
+ ];
83
+
84
+ return $widgets;
85
  }
86
 
87
  public function eihe_scripts(){
118
  ?>
119
  <div class="eihe-notice notice notice-success is-dismissible">
120
  <img class="eihe-iconimg" src="<?php echo EIHE_URL; ?>assets/icon.png" style="float:left;" />
121
+ <p style="width:80%;"><?php _e('Enjoying our <strong>Image Hover Effects - Elementor Addon?</strong> We hope you liked it! If you feel this plugin helped you, You can give us a 5 star rating!<br>It will motivate us to serve you more !','eihe-lang'); ?> </p>
122
  <a href="https://wordpress.org/support/plugin/image-hover-effects-addon-for-elementor/reviews/#new-post" class="button button-primary" style="margin-right: 10px !important;" target="_blank"><?php _e('Rate the Plugin!','eihe-lang'); ?> &#11088;&#11088;&#11088;&#11088;&#11088;</a>
123
  <a href="https://tiny.cc/eihe-pro" class="button button-secondary" target="_blank"><?php _e('Go Pro','eihe-lang'); ?></a>
124
  <span class="eihe-done"><?php _e('Already Done','eihe-lang'); ?></span>
languages/readme.txt CHANGED
@@ -1,24 +1,24 @@
1
- #How to use the pot file#
2
-
3
- The pot file included in this folder is ready to use.
4
-
5
- 1. Start up Poedit.
6
-
7
- 2. In Poedit goto File -> New from POT/PO file...
8
-
9
- 3. Select and Open the pot file from the languages folder.
10
-
11
- 4. Choose the Translation Language.
12
-
13
- 5. goto Catalog -> Properties, Enter your name, email address, your language and country (i.e. French fr_FR, German de_DE) to the setting form.
14
-
15
- 5. Update all the texts, you can use pretranslate to fill by poedit(suggested)
16
-
17
- 6. Save the file:
18
- - For a plugin like filename-xx_XX.po with xx_XX for your language and country. (eg. image-hover-effects-addon-for-elementor-fr_FR.po )
19
-
20
- 7. That's it, go to your WordPress site and see your translation in action. Enjoy your blogging!!!
21
-
22
- 8. To contribute this translation, Click here - https://translate.wordpress.org/projects/wp-plugins/image-hover-effects-addon-for-elementor
23
-
24
  Thank you for your contribution.
1
+ #How to use the pot file#
2
+
3
+ The pot file included in this folder is ready to use.
4
+
5
+ 1. Start up Poedit.
6
+
7
+ 2. In Poedit goto File -> New from POT/PO file...
8
+
9
+ 3. Select and Open the pot file from the languages folder.
10
+
11
+ 4. Choose the Translation Language.
12
+
13
+ 5. goto Catalog -> Properties, Enter your name, email address, your language and country (i.e. French fr_FR, German de_DE) to the setting form.
14
+
15
+ 5. Update all the texts, you can use pretranslate to fill by poedit(suggested)
16
+
17
+ 6. Save the file:
18
+ - For a plugin like filename-xx_XX.po with xx_XX for your language and country. (eg. image-hover-effects-addon-for-elementor-fr_FR.po )
19
+
20
+ 7. That's it, go to your WordPress site and see your translation in action. Enjoy your blogging!!!
21
+
22
+ 8. To contribute this translation, Click here - https://translate.wordpress.org/projects/wp-plugins/image-hover-effects-addon-for-elementor
23
+
24
  Thank you for your contribution.
readme.txt CHANGED
@@ -1,11 +1,11 @@
1
- === Image Hover Effects Addon for Elementor ===
2
  Contributors: blocksera, crypto4ever
3
  Donate Link: https://imagehoverpro.blocksera.com
4
- Tags: elementor, image hover effects
5
  Requires PHP: 5.2.4
6
  Requires at least: 4.7
7
- Tested up to: 5.4
8
- Stable tag: 1.2.8
9
  License: GPLv2 or later
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
11
 
@@ -28,6 +28,7 @@ The widget add-on is designed for use by both beginners and advanced users. You
28
  * Circle and Square border both comes with all effects.
29
  * Center the text horizontally.
30
  * Control the spaces between elements.
 
31
 
32
  **Background**: Set a background color to the effect. You can also choose set a transparent background.
33
 
@@ -78,7 +79,7 @@ On any WordPress website that supports Elementor! Be it a blogging site, a news
78
 
79
  == Screenshots ==
80
 
81
- 1. Image Hover Effects for Elementor
82
  2. 40+ hover effects
83
  3. Advanced styling options
84
  4. Full html code support
@@ -114,6 +115,9 @@ Yes, but you need to remove this plugin and install pro version after purchase.
114
 
115
  == Changelog ==
116
 
 
 
 
117
  = 1.2.8 =
118
  * Wordpress 5.3.2 Compatibility Update
119
 
1
+ === Image Hover Effects - Elementor Addon ===
2
  Contributors: blocksera, crypto4ever
3
  Donate Link: https://imagehoverpro.blocksera.com
4
+ Tags: elementor, addons, elementor widget, image hover effects, css effects
5
  Requires PHP: 5.2.4
6
  Requires 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
11
 
28
  * Circle and Square border both comes with all effects.
29
  * Center the text horizontally.
30
  * Control the spaces between elements.
31
+ * WPML Compatibility
32
 
33
  **Background**: Set a background color to the effect. You can also choose set a transparent background.
34
 
79
 
80
  == Screenshots ==
81
 
82
+ 1. Image Hover Effects - Elementor Addon
83
  2. 40+ hover effects
84
  3. Advanced styling options
85
  4. Full html code support
115
 
116
  == Changelog ==
117
 
118
+ = 1.3.0 =
119
+ * WPML Translation Support
120
+
121
  = 1.2.8 =
122
  * Wordpress 5.3.2 Compatibility Update
123