Version Description
(19.12.2017) =
- Fix: Fatal error while accessing subscribers export screen
Download this release
Release Info
Developer | storeapps |
Plugin | Email Subscribers & Newsletters |
Version | 3.4.6 |
Comparing to | |
See all releases |
Code changes from version 3.4.5 to 3.4.6
- changelog.txt +4 -0
- classes/es-intermediate.php +1 -0
- email-subscribers.php +1 -1
- readme.txt +9 -1
changelog.txt
CHANGED
@@ -4,6 +4,10 @@ Author : Icegram
|
|
4 |
Author URI : https://www.icegram.com/
|
5 |
License : GPLv3
|
6 |
|
|
|
|
|
|
|
|
|
7 |
************************************************************Version 3.4.5************************************************************
|
8 |
|
9 |
* Fix: Not throwing 'Invalid Email' error for sanitized emails
|
4 |
Author URI : https://www.icegram.com/
|
5 |
License : GPLv3
|
6 |
|
7 |
+
************************************************************Version 3.4.6************************************************************
|
8 |
+
|
9 |
+
* Fix: Fatal error while accessing subscribers export screen
|
10 |
+
|
11 |
************************************************************Version 3.4.5************************************************************
|
12 |
|
13 |
* Fix: Not throwing 'Invalid Email' error for sanitized emails
|
classes/es-intermediate.php
CHANGED
@@ -7,6 +7,7 @@ if ( ! defined( 'ABSPATH' ) ) {
|
|
7 |
|
8 |
class es_cls_intermediate {
|
9 |
public static function es_subscribers() {
|
|
|
10 |
$current_page = isset($_GET['ac']) ? $_GET['ac'] : '';
|
11 |
switch($current_page) {
|
12 |
case 'add':
|
7 |
|
8 |
class es_cls_intermediate {
|
9 |
public static function es_subscribers() {
|
10 |
+
global $wpdb;
|
11 |
$current_page = isset($_GET['ac']) ? $_GET['ac'] : '';
|
12 |
switch($current_page) {
|
13 |
case 'add':
|
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: 3.4.
|
7 |
* Author: Icegram
|
8 |
* Author URI: https://www.icegram.com/
|
9 |
* Requires at least: 3.4
|
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.4.6
|
7 |
* Author: Icegram
|
8 |
* Author URI: https://www.icegram.com/
|
9 |
* Requires at least: 3.4
|
readme.txt
CHANGED
@@ -5,7 +5,7 @@ Author URI: https://www.icegram.com/
|
|
5 |
Tags: email marketing, email newsletter form, email signup, email widget, newsletter, newsletter signup, subscribe, subscription form, bulk emails, signup form, list builder, lead generation
|
6 |
Requires at least: 3.4
|
7 |
Tested up to: 4.9.1
|
8 |
-
Stable tag: 3.4.
|
9 |
License: GPLv3
|
10 |
License URI: http://www.gnu.org/licenses
|
11 |
|
@@ -316,6 +316,10 @@ Use our free plugin [Email Subscribers - Group Selector](https://wordpress.org/p
|
|
316 |
|
317 |
== Changelog ==
|
318 |
|
|
|
|
|
|
|
|
|
319 |
= 3.4.5 (15.12.2017) =
|
320 |
|
321 |
* Fix: Not throwing 'Invalid Email' error for sanitized emails
|
@@ -697,6 +701,10 @@ For the changelog of earlier versions, please refer to the separate [changelog.t
|
|
697 |
|
698 |
== Upgrade Notice ==
|
699 |
|
|
|
|
|
|
|
|
|
700 |
= 3.4.5 (15.12.2017) =
|
701 |
|
702 |
* Fix: Not throwing 'Invalid Email' error for sanitized emails
|
5 |
Tags: email marketing, email newsletter form, email signup, email widget, newsletter, newsletter signup, subscribe, subscription form, bulk emails, signup form, list builder, lead generation
|
6 |
Requires at least: 3.4
|
7 |
Tested up to: 4.9.1
|
8 |
+
Stable tag: 3.4.6
|
9 |
License: GPLv3
|
10 |
License URI: http://www.gnu.org/licenses
|
11 |
|
316 |
|
317 |
== Changelog ==
|
318 |
|
319 |
+
= 3.4.6 (19.12.2017) =
|
320 |
+
|
321 |
+
* Fix: Fatal error while accessing subscribers export screen
|
322 |
+
|
323 |
= 3.4.5 (15.12.2017) =
|
324 |
|
325 |
* Fix: Not throwing 'Invalid Email' error for sanitized emails
|
701 |
|
702 |
== Upgrade Notice ==
|
703 |
|
704 |
+
= 3.4.6 (19.12.2017) =
|
705 |
+
|
706 |
+
* Fix: Fatal error while accessing subscribers export screen
|
707 |
+
|
708 |
= 3.4.5 (15.12.2017) =
|
709 |
|
710 |
* Fix: Not throwing 'Invalid Email' error for sanitized emails
|