Email Subscribers & Newsletters - Version 4.4.1.1

Version Description

Download this release

Release Info

Developer Icegram
Plugin Icon 128x128 Email Subscribers & Newsletters
Version 4.4.1.1
Comparing to
See all releases

Code changes from version 4.4.1 to 4.4.1.1

Files changed (2) hide show
  1. email-subscribers.php +8 -8
  2. readme.txt +5 -1
email-subscribers.php CHANGED
@@ -3,7 +3,7 @@
3
  * Plugin Name: Email Subscribers & Newsletters
4
  * Plugin URI: https://www.icegram.com/
5
  * Description: Add subscription forms on website, send HTML newsletters & automatically notify subscribers about new blog posts once it is published.
6
- * Version: 4.4.1
7
  * Author: Icegram
8
  * Author URI: https://www.icegram.com/
9
  * Requires at least: 3.9
@@ -28,12 +28,6 @@ if ( ! defined( 'WPINC' ) ) {
28
  */
29
  define( 'IG_ES_MIN_PHP_VER', '5.6' );
30
 
31
- if ( ! version_compare( PHP_VERSION, IG_ES_MIN_PHP_VER, '>=' ) ) {
32
- add_action( 'admin_notices', 'ig_es_fail_php_version_notice' );
33
-
34
- return;
35
- }
36
-
37
  if ( ! function_exists( 'ig_es_fail_php_version_notice' ) ) {
38
 
39
  /**
@@ -53,6 +47,12 @@ if ( ! function_exists( 'ig_es_fail_php_version_notice' ) ) {
53
  }
54
  }
55
 
 
 
 
 
 
 
56
  /**
57
  * Earlier we were using IG_ES_FEEDBACK_VERSION constant
58
  * We have made some changes into 1.0.11 which we want to use.
@@ -144,7 +144,7 @@ if ( $is_premium ) {
144
  /* ***************************** Initial Compatibility Work (End) ******************* */
145
 
146
  if ( ! defined( 'ES_PLUGIN_VERSION' ) ) {
147
- define( 'ES_PLUGIN_VERSION', '4.4.1' );
148
  }
149
 
150
  // Plugin Folder Path.
3
  * Plugin Name: Email Subscribers & Newsletters
4
  * Plugin URI: https://www.icegram.com/
5
  * Description: Add subscription forms on website, send HTML newsletters & automatically notify subscribers about new blog posts once it is published.
6
+ * Version: 4.4.1.1
7
  * Author: Icegram
8
  * Author URI: https://www.icegram.com/
9
  * Requires at least: 3.9
28
  */
29
  define( 'IG_ES_MIN_PHP_VER', '5.6' );
30
 
 
 
 
 
 
 
31
  if ( ! function_exists( 'ig_es_fail_php_version_notice' ) ) {
32
 
33
  /**
47
  }
48
  }
49
 
50
+ if ( ! version_compare( PHP_VERSION, IG_ES_MIN_PHP_VER, '>=' ) ) {
51
+ add_action( 'admin_notices', 'ig_es_fail_php_version_notice' );
52
+ return;
53
+ }
54
+
55
+
56
  /**
57
  * Earlier we were using IG_ES_FEEDBACK_VERSION constant
58
  * We have made some changes into 1.0.11 which we want to use.
144
  /* ***************************** Initial Compatibility Work (End) ******************* */
145
 
146
  if ( ! defined( 'ES_PLUGIN_VERSION' ) ) {
147
+ define( 'ES_PLUGIN_VERSION', '4.4.1.1' );
148
  }
149
 
150
  // Plugin Folder Path.
readme.txt CHANGED
@@ -6,7 +6,7 @@ Tags: subscription, newsletter, email marketing, post notification, email newsle
6
  Requires at least: 3.9
7
  Tested up to: 5.3.2
8
  Requires PHP: 5.6
9
- Stable tag: 4.4.1
10
  License: GPLv3
11
  License URI: http://www.gnu.org/licenses
12
 
@@ -262,6 +262,10 @@ Refer [here](https://www.icegram.com/documentation/es-faq/).
262
 
263
  == Changelog ==
264
 
 
 
 
 
265
  **4.4.1 (12.03.2020)**
266
 
267
  * New: Added Email Subscribers Workflows
6
  Requires at least: 3.9
7
  Tested up to: 5.3.2
8
  Requires PHP: 5.6
9
+ Stable tag: 4.4.1.1
10
  License: GPLv3
11
  License URI: http://www.gnu.org/licenses
12
 
262
 
263
  == Changelog ==
264
 
265
+ **4.4.1.1 (12.03.2020)**
266
+
267
+ * Update: Show warning message for minimum PHP compatibility version
268
+
269
  **4.4.1 (12.03.2020)**
270
 
271
  * New: Added Email Subscribers Workflows