Image Hover Effects – Elementor Addon - Version 1.2.3

Version Description

  • features notice removed
Download this release

Release Info

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

Code changes from version 1.2.2 to 1.2.3

image-hover-effects-addon-for-elementor.php CHANGED
@@ -5,7 +5,7 @@
5
  * Author: Blocksera
6
  * Author URI: https://blocksera.com
7
  * Description: Collection of image hover effects for Elementor page builder
8
- * Version: 1.2.2
9
  * Requires at least: 4.7
10
  * Tested up to: 4.9.8
11
  * License: GPL v3
@@ -17,7 +17,7 @@ if (!defined('ABSPATH')) {
17
  exit;
18
  }
19
 
20
- define('EIHE_VERSION', '1.2.2');
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__));
@@ -76,11 +76,6 @@ class Elementor_Image_Hover_Effects {
76
 
77
  $upgrade = get_option('eihe_upgraded');
78
  $dismiss = get_option('eihe_dismiss');
79
-
80
- if ($upgrade && !$dismiss) {
81
- add_action('admin_notices', [$this, 'breaking_notice']);
82
- }
83
-
84
 
85
  if(!get_option('eihe-top-notice')){
86
  add_option('eihe-top-notice',strtotime(current_time('mysql')));
@@ -109,16 +104,6 @@ class Elementor_Image_Hover_Effects {
109
  </div>
110
  <?php
111
  }
112
-
113
- public function breaking_notice() {
114
- $message = '<div class="notice notice-warning">';
115
- $message .= '<p><b>Image Hover Effects Addon for Elementor</b></p>';
116
- $message .= '<p>We\'ve introduced several features and may potentially affect your image hover widgets. Please check your pages where you\'ve used the plugin.</p>';
117
- $message .= '<p><a href="https://wordpress.org/support/topic/version-1-1/" class="button button-primary">Read more about the change</a>';
118
- $message .= '<a href="' . esc_url( get_admin_url() . '?eihe_dismiss=1' ) . '" class="button button-default" style="margin-left: 5px;">Dismiss</a></p>';
119
- $message .= '</div>';
120
- echo $message;
121
- }
122
 
123
  public function wp_upe_upgrade_completed($upgrader_object, $options) {
124
 
@@ -129,7 +114,7 @@ class Elementor_Image_Hover_Effects {
129
  if ($plugin == $our_plugin) {
130
  add_option('eihe_upgraded', true);
131
  }
132
- }
133
  }
134
 
135
  }
5
  * Author: Blocksera
6
  * Author URI: https://blocksera.com
7
  * Description: Collection of image hover effects for Elementor page builder
8
+ * Version: 1.2.3
9
  * Requires at least: 4.7
10
  * Tested up to: 4.9.8
11
  * License: GPL v3
17
  exit;
18
  }
19
 
20
+ define('EIHE_VERSION', '1.2.3');
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__));
76
 
77
  $upgrade = get_option('eihe_upgraded');
78
  $dismiss = get_option('eihe_dismiss');
 
 
 
 
 
79
 
80
  if(!get_option('eihe-top-notice')){
81
  add_option('eihe-top-notice',strtotime(current_time('mysql')));
104
  </div>
105
  <?php
106
  }
 
 
 
 
 
 
 
 
 
 
107
 
108
  public function wp_upe_upgrade_completed($upgrader_object, $options) {
109
 
114
  if ($plugin == $our_plugin) {
115
  add_option('eihe_upgraded', true);
116
  }
117
+ }
118
  }
119
 
120
  }
readme.txt CHANGED
@@ -5,7 +5,7 @@ Tags: elementor, elementor addon, elementor image hover effects, image hover eff
5
  Requires PHP: 5.2.4
6
  Requires at least: 4.7
7
  Tested up to: 4.9.8
8
- Stable tag: 1.2.2
9
  License: GPLv2 or later
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
11
 
@@ -98,6 +98,9 @@ with this elementor addon plugin, you can show your title and description with v
98
 
99
  == Changelog ==
100
 
 
 
 
101
  = 1.2.2 =
102
  * readme update
103
 
5
  Requires PHP: 5.2.4
6
  Requires at least: 4.7
7
  Tested up to: 4.9.8
8
+ Stable tag: 1.2.3
9
  License: GPLv2 or later
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
11
 
98
 
99
  == Changelog ==
100
 
101
+ = 1.2.3 =
102
+ * features notice removed
103
+
104
  = 1.2.2 =
105
  * readme update
106