Version Description
=
- Commit fix
=
Download this release
Release Info
Developer | webagile |
Plugin | Newsletter |
Version | 5.2.1 |
Comparing to | |
See all releases |
Code changes from version 5.2.0 to 5.2.1
- admin.css +3 -5
- plugin.php +2 -2
- readme.txt +13 -5
admin.css
CHANGED
@@ -300,7 +300,7 @@
|
|
300 |
*/
|
301 |
|
302 |
#tnp-body .widefat {
|
303 |
-
width:
|
304 |
}
|
305 |
|
306 |
#tnp-body .widefat th {
|
@@ -321,7 +321,6 @@
|
|
321 |
vertical-align: middle;
|
322 |
}
|
323 |
|
324 |
-
|
325 |
/* Buttons on widgets top bar */
|
326 |
#tnp-body .tnp-widget h3 a,
|
327 |
#tnp-body .tnp-widget h3 a:visited,
|
@@ -746,14 +745,13 @@ p.description {
|
|
746 |
|
747 |
#tnp-heading a {
|
748 |
color: #fff;
|
749 |
-
|
750 |
-
border-bottom: 1.5px solid #fff;
|
751 |
text-decoration: none;
|
752 |
}
|
753 |
|
754 |
#tnp-heading a:hover {
|
755 |
color: #27AE60;
|
756 |
-
border-bottom:
|
757 |
}
|
758 |
|
759 |
#tnp-heading div p {
|
300 |
*/
|
301 |
|
302 |
#tnp-body .widefat {
|
303 |
+
width: 90%;
|
304 |
}
|
305 |
|
306 |
#tnp-body .widefat th {
|
321 |
vertical-align: middle;
|
322 |
}
|
323 |
|
|
|
324 |
/* Buttons on widgets top bar */
|
325 |
#tnp-body .tnp-widget h3 a,
|
326 |
#tnp-body .tnp-widget h3 a:visited,
|
745 |
|
746 |
#tnp-heading a {
|
747 |
color: #fff;
|
748 |
+
border-bottom: 1px solid #fff;
|
|
|
749 |
text-decoration: none;
|
750 |
}
|
751 |
|
752 |
#tnp-heading a:hover {
|
753 |
color: #27AE60;
|
754 |
+
border-bottom: 1px solid #27AE60;
|
755 |
}
|
756 |
|
757 |
#tnp-heading div p {
|
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: 5.2.
|
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.
|
@@ -14,7 +14,7 @@
|
|
14 |
*/
|
15 |
|
16 |
// Used as dummy parameter on css and js links
|
17 |
-
define('NEWSLETTER_VERSION', '5.2.
|
18 |
|
19 |
global $wpdb, $newsletter;
|
20 |
|
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: 5.2.1
|
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.
|
14 |
*/
|
15 |
|
16 |
// Used as dummy parameter on css and js links
|
17 |
+
define('NEWSLETTER_VERSION', '5.2.1');
|
18 |
|
19 |
global $wpdb, $newsletter;
|
20 |
|
readme.txt
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
Tags: newsletter,email,subscription,mass mail,list build,email marketing,direct mailing,automation,automated
|
3 |
Requires at least: 3.4.0
|
4 |
Tested up to: 4.9.2
|
5 |
-
Stable tag: 5.2.
|
6 |
Contributors: satollo,webagile,michael-travan
|
7 |
|
8 |
Add a real newsletter system to your blog. For free. With unlimited newsletters and subscribers.
|
@@ -47,10 +47,10 @@ Find and install them from the Extensions panel in your blog.
|
|
47 |
Need *more power*? Feel *something's missing*? The Newsletter Plugin features can be easily extended through
|
48 |
our **premium, professional Extensions**! Let us introduce just two of them : )
|
49 |
|
50 |
-
* [Reports Extension](https://www.thenewsletterplugin.com/
|
51 |
-
* [Automated Extension](https://www.thenewsletterplugin.com/automated
|
52 |
-
* [WooCommerce Extension](https://www.thenewsletterplugin.com/woocommerce
|
53 |
-
* [Amazon SES
|
54 |
|
55 |
= Support =
|
56 |
|
@@ -85,6 +85,14 @@ Thank you, The Newsletter Team
|
|
85 |
|
86 |
== Changelog ==
|
87 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
88 |
== 5.2.0 ==
|
89 |
|
90 |
* Fixed email_url tag (broken to fix Automated in previous version)
|
2 |
Tags: newsletter,email,subscription,mass mail,list build,email marketing,direct mailing,automation,automated
|
3 |
Requires at least: 3.4.0
|
4 |
Tested up to: 4.9.2
|
5 |
+
Stable tag: 5.2.1
|
6 |
Contributors: satollo,webagile,michael-travan
|
7 |
|
8 |
Add a real newsletter system to your blog. For free. With unlimited newsletters and subscribers.
|
47 |
Need *more power*? Feel *something's missing*? The Newsletter Plugin features can be easily extended through
|
48 |
our **premium, professional Extensions**! Let us introduce just two of them : )
|
49 |
|
50 |
+
* [Reports Extension](https://www.thenewsletterplugin.com/reports) is a regular WordPress plugin which improves the internal statistics collection system and provides better reports of data collected for each sent email. Neat.
|
51 |
+
* [Automated Extension](https://www.thenewsletterplugin.com/automated) generates and sends your newsletters using your blog last posts, even custom ones like events or products. Just sit and watch!
|
52 |
+
* [WooCommerce Extension](https://www.thenewsletterplugin.com/woocommerce) subscribe customers to a mailing list and generate product newletters.
|
53 |
+
* [Amazon SES and other providers integration](https://www.thenewsletterplugin.com/integrations) seamlessly integrate Amazon SES and other email service providers with The Newsletter Plugin. Hassle-free.
|
54 |
|
55 |
= Support =
|
56 |
|
85 |
|
86 |
== Changelog ==
|
87 |
|
88 |
+
== NEXT ==
|
89 |
+
|
90 |
+
* Removed create_function from widgets (compatibility PHP 7.2)
|
91 |
+
|
92 |
+
== 5.2.1 ==
|
93 |
+
|
94 |
+
* Commit fix
|
95 |
+
|
96 |
== 5.2.0 ==
|
97 |
|
98 |
* Fixed email_url tag (broken to fix Automated in previous version)
|