Email Subscribers & Newsletters - Version 3.5.6

Version Description

(09.08.2018) =

  • Update: POT file
  • Localization: Made all translation files up-to-date with latest POT file
Download this release

Release Info

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

Code changes from version 3.5.5 to 3.5.6

Files changed (4) hide show
  1. changelog.txt +5 -0
  2. email-subscribers.php +2 -2
  3. job/es-cron.php +5 -0
  4. readme.txt +11 -1
changelog.txt CHANGED
@@ -4,6 +4,11 @@ Author : Icegram
4
  Author URI : https://www.icegram.com/
5
  License : GPLv3
6
 
 
 
 
 
 
7
  ***********************************************************Version 3.5.5************************************************************
8
 
9
  * Enhancement : Improved onboarding
4
  Author URI : https://www.icegram.com/
5
  License : GPLv3
6
 
7
+ ***********************************************************Version 3.5.6************************************************************
8
+
9
+ * Update: POT file
10
+ * Localization: Made all translation files up-to-date with latest POT file
11
+
12
  ***********************************************************Version 3.5.5************************************************************
13
 
14
  * Enhancement : Improved onboarding
email-subscribers.php CHANGED
@@ -3,11 +3,11 @@
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: 3.5.5
7
  * Author: Icegram
8
  * Author URI: https://www.icegram.com/
9
  * Requires at least: 3.9
10
- * Tested up to: 4.9.7
11
  * Text Domain: email-subscribers
12
  * Domain Path: /languages/
13
  * License: GPLv3
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: 3.5.6
7
  * Author: Icegram
8
  * Author URI: https://www.icegram.com/
9
  * Requires at least: 3.9
10
+ * Tested up to: 4.9.8
11
  * Text Domain: email-subscribers
12
  * Domain Path: /languages/
13
  * License: GPLv3
job/es-cron.php CHANGED
@@ -7,10 +7,15 @@ if ( ! defined( 'ABSPATH' ) ) {
7
 
8
  if( (isset($_GET['es'])) && ($_GET['es'] == "cron") ) {
9
 
 
 
 
 
10
  $es_c_cronguid = isset($_GET['guid']) ? $_GET['guid'] : '';
11
  $es_c_cronguid = trim($es_c_cronguid);
12
 
13
  if($es_c_cronguid != "") {
 
14
  $security1 = strlen($es_c_cronguid);
15
  $es_c_cronguid_noslash = str_replace("-", "", $es_c_cronguid);
16
  $security2 = strlen($es_c_cronguid_noslash);
7
 
8
  if( (isset($_GET['es'])) && ($_GET['es'] == "cron") ) {
9
 
10
+ $es_process_request = true;
11
+ $es_process_request = apply_filters( 'es_process_request' , $es_process_request );
12
+ if( false === $es_process_request ) return;
13
+
14
  $es_c_cronguid = isset($_GET['guid']) ? $_GET['guid'] : '';
15
  $es_c_cronguid = trim($es_c_cronguid);
16
 
17
  if($es_c_cronguid != "") {
18
+
19
  $security1 = strlen($es_c_cronguid);
20
  $es_c_cronguid_noslash = str_replace("-", "", $es_c_cronguid);
21
  $security2 = strlen($es_c_cronguid_noslash);
readme.txt CHANGED
@@ -5,7 +5,7 @@ Author URI: https://www.icegram.com/
5
  Tags: subscription, newsletter, email marketing, post notification, email newsletter form, email signup, email widget, newsletter signup, subscribe, subscription form, bulk emails, signup form, list builder, lead generation
6
  Requires at least: 3.9
7
  Tested up to: 4.9.8
8
- Stable tag: 3.5.5
9
  License: GPLv3
10
  License URI: http://www.gnu.org/licenses
11
 
@@ -342,6 +342,11 @@ Use our free plugin [Email Subscribers - Group Selector](https://wordpress.org/p
342
 
343
  == Changelog ==
344
 
 
 
 
 
 
345
  = 3.5.5 (06.08.2018) =
346
 
347
  * Enhancement : Improved onboarding
@@ -843,6 +848,11 @@ For the changelog of earlier versions, please refer to the separate [changelog.t
843
 
844
  == Upgrade Notice ==
845
 
 
 
 
 
 
846
  = 3.5.5 (06.08.2018) =
847
 
848
  * Enhancment : Improved onboarding
5
  Tags: subscription, newsletter, email marketing, post notification, email newsletter form, email signup, email widget, newsletter signup, subscribe, subscription form, bulk emails, signup form, list builder, lead generation
6
  Requires at least: 3.9
7
  Tested up to: 4.9.8
8
+ Stable tag: 3.5.6
9
  License: GPLv3
10
  License URI: http://www.gnu.org/licenses
11
 
342
 
343
  == Changelog ==
344
 
345
+ = 3.5.6 (09.08.2018) =
346
+
347
+ * Update: POT file
348
+ * Localization: Made all translation files up-to-date with latest POT file
349
+
350
  = 3.5.5 (06.08.2018) =
351
 
352
  * Enhancement : Improved onboarding
848
 
849
  == Upgrade Notice ==
850
 
851
+ = 3.5.6 (09.08.2018) =
852
+
853
+ * Update: POT file
854
+ * Localization: Made all translation files up-to-date with latest POT file
855
+
856
  = 3.5.5 (06.08.2018) =
857
 
858
  * Enhancment : Improved onboarding