Version Description
- Fixes
Download this release
Release Info
Developer | satollo |
Plugin | Newsletter |
Version | 6.3.4 |
Comparing to | |
See all releases |
Code changes from version 6.3.3 to 6.3.4
- includes/module.php +1 -1
- main/status.php +22 -6
- plugin.php +2 -2
- readme.txt +5 -1
includes/module.php
CHANGED
@@ -1750,7 +1750,7 @@ class NewsletterModule {
|
|
1750 |
*/
|
1751 |
function build_action_url($action, $user = null, $email = null) {
|
1752 |
$url = $this->add_qs($this->get_home_url(), 'na=' . urlencode($action));
|
1753 |
-
|
1754 |
if ($user) {
|
1755 |
$url .= '&nk=' . urlencode($this->get_user_key($user));
|
1756 |
}
|
1750 |
*/
|
1751 |
function build_action_url($action, $user = null, $email = null) {
|
1752 |
$url = $this->add_qs($this->get_home_url(), 'na=' . urlencode($action));
|
1753 |
+
//$url = $this->add_qs(admin_url('admin-ajax.php'), 'action=newsletter&na=' . urlencode($action));
|
1754 |
if ($user) {
|
1755 |
$url .= '&nk=' . urlencode($this->get_user_key($user));
|
1756 |
}
|
main/status.php
CHANGED
@@ -892,7 +892,28 @@ $speed = Newsletter::$instance->options['scheduler_max'];
|
|
892 |
<?php
|
893 |
}
|
894 |
?>
|
|
|
895 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
896 |
<tr>
|
897 |
<td>
|
898 |
WordPress debug mode
|
@@ -1064,12 +1085,7 @@ $speed = Newsletter::$instance->options['scheduler_max'];
|
|
1064 |
</td>
|
1065 |
</tr>
|
1066 |
|
1067 |
-
|
1068 |
-
<td>NEWSLETTER_CRON_INTERVAL</td>
|
1069 |
-
<td>
|
1070 |
-
<?php echo NEWSLETTER_CRON_INTERVAL . ' (seconds)'; ?>
|
1071 |
-
</td>
|
1072 |
-
</tr>
|
1073 |
|
1074 |
<?php /*
|
1075 |
<tr>
|
892 |
<?php
|
893 |
}
|
894 |
?>
|
895 |
+
|
896 |
|
897 |
+
<tr>
|
898 |
+
<td>
|
899 |
+
Cron warnings
|
900 |
+
</td>
|
901 |
+
<td>
|
902 |
+
<?php if (defined('NEWSLETTER_CRON_WARNINGS') && !NEWSLETTER_CRON_WARNINGS) { ?>
|
903 |
+
<span class="tnp-maybe">MAYBE</span>
|
904 |
+
<?php } else { ?>
|
905 |
+
<span class="tnp-ok">OK</span>
|
906 |
+
<?php } ?>
|
907 |
+
</td>
|
908 |
+
<td>
|
909 |
+
<?php if (defined('NEWSLETTER_CRON_WARNINGS') && !NEWSLETTER_CRON_WARNINGS) { ?>
|
910 |
+
Scheduler warnings are disabled in your wp-config.php with the constant <code>NEWSLETTER_CRON_WARNINGS</code> set to true.
|
911 |
+
<?php } else { ?>
|
912 |
+
|
913 |
+
<?php } ?>
|
914 |
+
</td>
|
915 |
+
</tr>
|
916 |
+
|
917 |
<tr>
|
918 |
<td>
|
919 |
WordPress debug mode
|
1085 |
</td>
|
1086 |
</tr>
|
1087 |
|
1088 |
+
|
|
|
|
|
|
|
|
|
|
|
1089 |
|
1090 |
<?php /*
|
1091 |
<tr>
|
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.
|
@@ -29,7 +29,7 @@
|
|
29 |
*/
|
30 |
|
31 |
// Used as dummy parameter on css and js links
|
32 |
-
define('NEWSLETTER_VERSION', '6.3.
|
33 |
|
34 |
global $newsletter, $wpdb;
|
35 |
|
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.4
|
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.
|
29 |
*/
|
30 |
|
31 |
// Used as dummy parameter on css and js links
|
32 |
+
define('NEWSLETTER_VERSION', '6.3.4');
|
33 |
|
34 |
global $newsletter, $wpdb;
|
35 |
|
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.3
|
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.3 =
|
113 |
|
114 |
* Fixed the missing admin notification when using the internal SMTP
|
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.3
|
5 |
+
Stable tag: 6.3.4
|
6 |
Requires PHP: 5.6
|
7 |
Contributors: satollo,webagile,michael-travan
|
8 |
|
109 |
|
110 |
== Changelog ==
|
111 |
|
112 |
+
= 6.3.4 =
|
113 |
+
|
114 |
+
* Fixes
|
115 |
+
|
116 |
= 6.3.3 =
|
117 |
|
118 |
* Fixed the missing admin notification when using the internal SMTP
|