Version Description
- Schedules registration fix
Download this release
Release Info
Developer | satollo |
Plugin | Newsletter |
Version | 6.3.7 |
Comparing to | |
See all releases |
Code changes from version 6.3.6 to 6.3.7
- plugin.php +3 -3
- readme.txt +5 -1
plugin.php
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
Plugin Name: Newsletter
|
5 |
Plugin URI: https://www.thenewsletterplugin.com/plugins/newsletter
|
6 |
Description: Newsletter is a cool plugin to create your own subscriber list, to send newsletters, to build your business. <strong>Before update give a look to <a href="https://www.thenewsletterplugin.com/category/release">this page</a> to know what's changed.</strong>
|
7 |
-
Version: 6.3.
|
8 |
Author: Stefano Lissa & The Newsletter Team
|
9 |
Author URI: https://www.thenewsletterplugin.com
|
10 |
Disclaimer: Use at your own risk. No warranty expressed or implied is provided.
|
@@ -28,7 +28,7 @@
|
|
28 |
|
29 |
*/
|
30 |
|
31 |
-
define('NEWSLETTER_VERSION', '6.3.
|
32 |
|
33 |
global $newsletter, $wpdb;
|
34 |
|
@@ -135,7 +135,7 @@ class Newsletter extends NewsletterModule {
|
|
135 |
$this->time_start = time();
|
136 |
|
137 |
// Here because the upgrade is called by the parent constructor and uses the scheduler
|
138 |
-
add_filter('cron_schedules', function () {
|
139 |
$schedules['newsletter'] = array(
|
140 |
'interval' => NEWSLETTER_CRON_INTERVAL, // seconds
|
141 |
'display' => 'Every ' . NEWSLETTER_CRON_INTERVAL . ' seconds by Newsletter'
|
4 |
Plugin Name: Newsletter
|
5 |
Plugin URI: https://www.thenewsletterplugin.com/plugins/newsletter
|
6 |
Description: Newsletter is a cool plugin to create your own subscriber list, to send newsletters, to build your business. <strong>Before update give a look to <a href="https://www.thenewsletterplugin.com/category/release">this page</a> to know what's changed.</strong>
|
7 |
+
Version: 6.3.7
|
8 |
Author: Stefano Lissa & The Newsletter Team
|
9 |
Author URI: https://www.thenewsletterplugin.com
|
10 |
Disclaimer: Use at your own risk. No warranty expressed or implied is provided.
|
28 |
|
29 |
*/
|
30 |
|
31 |
+
define('NEWSLETTER_VERSION', '6.3.7');
|
32 |
|
33 |
global $newsletter, $wpdb;
|
34 |
|
135 |
$this->time_start = time();
|
136 |
|
137 |
// Here because the upgrade is called by the parent constructor and uses the scheduler
|
138 |
+
add_filter('cron_schedules', function ($schedules) {
|
139 |
$schedules['newsletter'] = array(
|
140 |
'interval' => NEWSLETTER_CRON_INTERVAL, // seconds
|
141 |
'display' => 'Every ' . NEWSLETTER_CRON_INTERVAL . ' seconds by Newsletter'
|
readme.txt
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
Tags: email, email marketing, newsletter, newsletter subscribers, welcome email, signup forms, contact, lead generation, popup, marketing automation
|
3 |
Requires at least: 3.4.0
|
4 |
Tested up to: 5.2.4
|
5 |
-
Stable tag: 6.3.
|
6 |
Requires PHP: 5.6
|
7 |
Contributors: satollo,webagile,michael-travan
|
8 |
|
@@ -109,6 +109,10 @@ Thank you, The Newsletter Team
|
|
109 |
|
110 |
== Changelog ==
|
111 |
|
|
|
|
|
|
|
|
|
112 |
= 6.3.6 =
|
113 |
|
114 |
* Improved error detection
|
2 |
Tags: email, email marketing, newsletter, newsletter subscribers, welcome email, signup forms, contact, lead generation, popup, marketing automation
|
3 |
Requires at least: 3.4.0
|
4 |
Tested up to: 5.2.4
|
5 |
+
Stable tag: 6.3.7
|
6 |
Requires PHP: 5.6
|
7 |
Contributors: satollo,webagile,michael-travan
|
8 |
|
109 |
|
110 |
== Changelog ==
|
111 |
|
112 |
+
= 6.3.7 =
|
113 |
+
|
114 |
+
* Schedules registration fix
|
115 |
+
|
116 |
= 6.3.6 =
|
117 |
|
118 |
* Improved error detection
|