Version Description
Download this release
Release Info
Developer | Icegram |
Plugin | Email Subscribers & Newsletters |
Version | 4.4.10.1 |
Comparing to | |
See all releases |
Code changes from version 4.4.10 to 4.4.10.1
- email-subscribers.php +2 -2
- lite/includes/class-es-install.php +1 -1
- readme.txt +28 -24
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.10
|
7 |
* Author: Icegram
|
8 |
* Author URI: https://www.icegram.com/
|
9 |
* Requires at least: 3.9
|
@@ -156,7 +156,7 @@ if ( $is_premium ) {
|
|
156 |
/* ***************************** Initial Compatibility Work (End) ******************* */
|
157 |
|
158 |
if ( ! defined( 'ES_PLUGIN_VERSION' ) ) {
|
159 |
-
define( 'ES_PLUGIN_VERSION', '4.4.10' );
|
160 |
}
|
161 |
|
162 |
// 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.10.1
|
7 |
* Author: Icegram
|
8 |
* Author URI: https://www.icegram.com/
|
9 |
* Requires at least: 3.9
|
156 |
/* ***************************** Initial Compatibility Work (End) ******************* */
|
157 |
|
158 |
if ( ! defined( 'ES_PLUGIN_VERSION' ) ) {
|
159 |
+
define( 'ES_PLUGIN_VERSION', '4.4.10.1' );
|
160 |
}
|
161 |
|
162 |
// Plugin Folder Path.
|
lite/includes/class-es-install.php
CHANGED
@@ -820,7 +820,7 @@ if ( ! class_exists( 'ES_Install' ) ) {
|
|
820 |
$schema_fn = 'get_schema';
|
821 |
} else {
|
822 |
$v = str_replace( '.', '', $version );
|
823 |
-
$schema_fn = '
|
824 |
}
|
825 |
|
826 |
$wpdb->hide_errors();
|
820 |
$schema_fn = 'get_schema';
|
821 |
} else {
|
822 |
$v = str_replace( '.', '', $version );
|
823 |
+
$schema_fn = 'get_ig_es_' . $v . '_schema';
|
824 |
}
|
825 |
|
826 |
$wpdb->hide_errors();
|
readme.txt
CHANGED
@@ -6,7 +6,7 @@ Tags: email marketing, subscription, autoresponder, post notification, welcome e
|
|
6 |
Requires at least: 3.9
|
7 |
Tested up to: 5.4.2
|
8 |
Requires PHP: 5.6
|
9 |
-
Stable tag: 4.4.10
|
10 |
License: GPLv3
|
11 |
License URI: http://www.gnu.org/licenses
|
12 |
|
@@ -156,95 +156,95 @@ Option 2:
|
|
156 |
|
157 |
== Frequently Asked Questions ==
|
158 |
|
159 |
-
= 1. How to install and activate Email Subscribers on multisite installation =
|
160 |
|
161 |
Refer [here](https://www.icegram.com/documentation/es-how-to-install-and-activate-plugin-single-multisite/).
|
162 |
|
163 |
-
= 2. How to add a subscription box to your website =
|
164 |
|
165 |
Refer [here](https://www.icegram.com/documentation/es-how-to-add-subscription-box-to-website/).
|
166 |
|
167 |
-
= 3. How to modify the existing emails like Confirmation, Welcome, Admin emails and Cron Settings and Assign User Roles =
|
168 |
|
169 |
Refer [here](https://www.icegram.com/documentation/es-general-plugin-settings/).
|
170 |
|
171 |
-
= 4. How does Sync work =
|
172 |
|
173 |
Refer [here](https://www.icegram.com/documentation/es-how-does-sync-work/).
|
174 |
|
175 |
-
= 5. How to Import and export email address =
|
176 |
|
177 |
Refer [here](https://www.icegram.com/documentation/es-how-to-import-or-export-email-address-to-subscriber-list/).
|
178 |
|
179 |
-
= 6. How to change/update/translate any strings from the plugin =
|
180 |
|
181 |
Refer steps from [here](https://www.icegram.com/documentation/es-how-to-change-update-translate-any-texts-from-email-subscribers/).
|
182 |
|
183 |
-
= 7. How to add unsubscribe link in emails =
|
184 |
|
185 |
Refer [here](https://www.icegram.com/documentation/es-how-to-add-unsubscribe-link-in-emails/).
|
186 |
|
187 |
-
= 8. How to Create and Send Newsletter Emails =
|
188 |
|
189 |
Refer [here](https://www.icegram.com/documentation/es-how-to-create-and-send-newsletter-emails/).
|
190 |
|
191 |
-
= 9. What are the available keywords in the Newsletters =
|
192 |
|
193 |
Refer [here](https://www.icegram.com/documentation/es-what-are-the-available-keywords-in-the-newsletters/).
|
194 |
|
195 |
-
= 10. How to Create and Send Post Notification Emails when new posts are published =
|
196 |
|
197 |
Refer [here](https://www.icegram.com/documentation/es-how-to-create-and-send-post-notification-emails-when-new-posts-are-published/).
|
198 |
|
199 |
-
= 11. What are the available keywords in the Post Notifications =
|
200 |
|
201 |
Refer [here](https://www.icegram.com/documentation/es-what-are-the-available-keywords-in-the-post-notifications/).
|
202 |
|
203 |
-
= 12. How to send a sample new post notification email to test group/me =
|
204 |
|
205 |
Refer [here](https://www.icegram.com/documentation/es-how-to-send-a-sample-new-post-notification-email-to-testgroup-myself/).
|
206 |
|
207 |
-
= 13. How to check sent emails reports =
|
208 |
|
209 |
Refer [here](https://www.icegram.com/documentation/es-how-to-check-sent-emails/).
|
210 |
|
211 |
-
= 14. How to Add/Update Existing Subscribers Group & Status =
|
212 |
|
213 |
Refer [here](https://www.icegram.com/documentation/es-how-to-add-update-existing-subscribers-group/).
|
214 |
|
215 |
-
= 15. Subscribers are not receiving Emails =
|
216 |
|
217 |
Check steps from [here](https://www.icegram.com/documentation/es-subscribers-are-not-receiving-emails/).
|
218 |
|
219 |
-
= 16. How to show subscribe form inside a popup =
|
220 |
|
221 |
Refer [here](https://www.icegram.com/documentation/es-how-to-show-subscribe-form-inside-a-popup/).
|
222 |
|
223 |
-
= 17. How to use Rainmaker’s form in Email Subscribers =
|
224 |
|
225 |
Refer [here](https://www.icegram.com/documentation/es-how-to-use-rainmakers-form-in-email-subscribers/).
|
226 |
|
227 |
-
= 18. How to Redirect Subscribers to a new page/URL after successful sign up =
|
228 |
|
229 |
Refer [here](https://www.icegram.com/documentation/es-how-to-redirect-subscribers-to-a-new-page-url-after-successful-sign-up/).
|
230 |
|
231 |
-
= 19. How to add captcha in Subscribe form of Email Subscribers =
|
232 |
|
233 |
Refer [here](https://www.icegram.com/documentation/es-how-to-add-captcha-in-subscribe-form-of-email-subscribers/).
|
234 |
|
235 |
-
= 20. How to Schedule Cron Emails/auto emails =
|
236 |
|
237 |
Refer [here](https://www.icegram.com/documentation/es-how-to-schedule-cron-emails/).
|
238 |
|
239 |
-
= 21. How to Schedule Cron Emails in cPanel =
|
240 |
|
241 |
Refer [here](https://www.icegram.com/documentation/es-how-to-schedule-cron-emails-in-cpanel/).
|
242 |
|
243 |
-
= 22. How to Schedule Cron Emails in Parallels Plesk =
|
244 |
|
245 |
Refer [here](https://www.icegram.com/documentation/es-how-to-schedule-cron-emails-in-parallels-plesk/).
|
246 |
|
247 |
-
= 23. What to do if Hosting doesn’t support Cron Jobs =
|
248 |
|
249 |
Refer [here](https://www.icegram.com/documentation/es-what-to-do-if-hosting-doesnt-support-cron-jobs/).
|
250 |
|
@@ -301,6 +301,10 @@ Refer [here](https://www.icegram.com/documentation/es-faq/).
|
|
301 |
|
302 |
== Changelog ==
|
303 |
|
|
|
|
|
|
|
|
|
304 |
**4.4.10 (29.06.2020)**
|
305 |
|
306 |
* New: Added {{POSTCATS}} keyword for Post Notification
|
6 |
Requires at least: 3.9
|
7 |
Tested up to: 5.4.2
|
8 |
Requires PHP: 5.6
|
9 |
+
Stable tag: 4.4.10.1
|
10 |
License: GPLv3
|
11 |
License URI: http://www.gnu.org/licenses
|
12 |
|
156 |
|
157 |
== Frequently Asked Questions ==
|
158 |
|
159 |
+
= 1. How to install and activate Email Subscribers on multisite installation? =
|
160 |
|
161 |
Refer [here](https://www.icegram.com/documentation/es-how-to-install-and-activate-plugin-single-multisite/).
|
162 |
|
163 |
+
= 2. How to add a subscription box to your website? =
|
164 |
|
165 |
Refer [here](https://www.icegram.com/documentation/es-how-to-add-subscription-box-to-website/).
|
166 |
|
167 |
+
= 3. How to modify the existing emails like Confirmation, Welcome, Admin emails and Cron Settings and Assign User Roles? =
|
168 |
|
169 |
Refer [here](https://www.icegram.com/documentation/es-general-plugin-settings/).
|
170 |
|
171 |
+
= 4. How does Sync work? =
|
172 |
|
173 |
Refer [here](https://www.icegram.com/documentation/es-how-does-sync-work/).
|
174 |
|
175 |
+
= 5. How to Import and export email address? =
|
176 |
|
177 |
Refer [here](https://www.icegram.com/documentation/es-how-to-import-or-export-email-address-to-subscriber-list/).
|
178 |
|
179 |
+
= 6. How to change/update/translate any strings from the plugin? =
|
180 |
|
181 |
Refer steps from [here](https://www.icegram.com/documentation/es-how-to-change-update-translate-any-texts-from-email-subscribers/).
|
182 |
|
183 |
+
= 7. How to add unsubscribe link in emails? =
|
184 |
|
185 |
Refer [here](https://www.icegram.com/documentation/es-how-to-add-unsubscribe-link-in-emails/).
|
186 |
|
187 |
+
= 8. How to Create and Send Newsletter Emails? =
|
188 |
|
189 |
Refer [here](https://www.icegram.com/documentation/es-how-to-create-and-send-newsletter-emails/).
|
190 |
|
191 |
+
= 9. What are the available keywords in the Newsletters? =
|
192 |
|
193 |
Refer [here](https://www.icegram.com/documentation/es-what-are-the-available-keywords-in-the-newsletters/).
|
194 |
|
195 |
+
= 10. How to Create and Send Post Notification Emails when new posts are published? =
|
196 |
|
197 |
Refer [here](https://www.icegram.com/documentation/es-how-to-create-and-send-post-notification-emails-when-new-posts-are-published/).
|
198 |
|
199 |
+
= 11. What are the available keywords in the Post Notifications? =
|
200 |
|
201 |
Refer [here](https://www.icegram.com/documentation/es-what-are-the-available-keywords-in-the-post-notifications/).
|
202 |
|
203 |
+
= 12. How to send a sample new post notification email to test group/me? =
|
204 |
|
205 |
Refer [here](https://www.icegram.com/documentation/es-how-to-send-a-sample-new-post-notification-email-to-testgroup-myself/).
|
206 |
|
207 |
+
= 13. How to check sent emails reports? =
|
208 |
|
209 |
Refer [here](https://www.icegram.com/documentation/es-how-to-check-sent-emails/).
|
210 |
|
211 |
+
= 14. How to Add/Update Existing Subscribers Group & Status? =
|
212 |
|
213 |
Refer [here](https://www.icegram.com/documentation/es-how-to-add-update-existing-subscribers-group/).
|
214 |
|
215 |
+
= 15. Subscribers are not receiving Emails? =
|
216 |
|
217 |
Check steps from [here](https://www.icegram.com/documentation/es-subscribers-are-not-receiving-emails/).
|
218 |
|
219 |
+
= 16. How to show subscribe form inside a popup? =
|
220 |
|
221 |
Refer [here](https://www.icegram.com/documentation/es-how-to-show-subscribe-form-inside-a-popup/).
|
222 |
|
223 |
+
= 17. How to use Rainmaker’s form in Email Subscribers? =
|
224 |
|
225 |
Refer [here](https://www.icegram.com/documentation/es-how-to-use-rainmakers-form-in-email-subscribers/).
|
226 |
|
227 |
+
= 18. How to Redirect Subscribers to a new page/URL after successful sign up? =
|
228 |
|
229 |
Refer [here](https://www.icegram.com/documentation/es-how-to-redirect-subscribers-to-a-new-page-url-after-successful-sign-up/).
|
230 |
|
231 |
+
= 19. How to add captcha in Subscribe form of Email Subscribers? =
|
232 |
|
233 |
Refer [here](https://www.icegram.com/documentation/es-how-to-add-captcha-in-subscribe-form-of-email-subscribers/).
|
234 |
|
235 |
+
= 20. How to Schedule Cron Emails/auto emails? =
|
236 |
|
237 |
Refer [here](https://www.icegram.com/documentation/es-how-to-schedule-cron-emails/).
|
238 |
|
239 |
+
= 21. How to Schedule Cron Emails in cPanel? =
|
240 |
|
241 |
Refer [here](https://www.icegram.com/documentation/es-how-to-schedule-cron-emails-in-cpanel/).
|
242 |
|
243 |
+
= 22. How to Schedule Cron Emails in Parallels Plesk? =
|
244 |
|
245 |
Refer [here](https://www.icegram.com/documentation/es-how-to-schedule-cron-emails-in-parallels-plesk/).
|
246 |
|
247 |
+
= 23. What to do if Hosting doesn’t support Cron Jobs? =
|
248 |
|
249 |
Refer [here](https://www.icegram.com/documentation/es-what-to-do-if-hosting-doesnt-support-cron-jobs/).
|
250 |
|
301 |
|
302 |
== Changelog ==
|
303 |
|
304 |
+
**4.4.10.1 (02.07.2020)**
|
305 |
+
|
306 |
+
* Fix: Call to undefined method ES_Install::get_441_schema()
|
307 |
+
|
308 |
**4.4.10 (29.06.2020)**
|
309 |
|
310 |
* New: Added {{POSTCATS}} keyword for Post Notification
|