Newsletter - Version 4.9.2

Version Description

=

  • Style fix

=

Download this release

Release Info

Developer webagile
Plugin Icon 128x128 Newsletter
Version 4.9.2
Comparing to
See all releases

Code changes from version 4.9.1 to 4.9.2

Files changed (3) hide show
  1. admin.css +15 -9
  2. plugin.php +2 -2
  3. readme.txt +5 -1
admin.css CHANGED
@@ -1404,38 +1404,44 @@ table.widefat {
1404
 
1405
  .tnp-extension-premium-box h3 {
1406
  font-family: "Montserrat", sans-serif;
1407
- padding: 5px 8px;
1408
  border-radius: 3px;
1409
  display: inline-block;
1410
  font-size: 16px;
1411
  color: #fff;
1412
- margin-bottom: 0px;
1413
- margin-top: 0px;
1414
  font-weight: 300;
 
 
1415
  }
1416
 
1417
  .tnp-extension-free-box h3 {
1418
  font-family: "Montserrat", sans-serif;
1419
- padding: 5px 8px;
1420
  border-radius: 3px;
1421
  display: inline-block;
1422
  font-size: 16px;
1423
  color: #fff;
1424
- margin-bottom: 0;
1425
- margin-top: 0px;
1426
  font-weight: 300;
 
 
1427
  }
1428
 
1429
  .tnp-integration-box h3 {
1430
  font-family: "Montserrat", sans-serif;
1431
- padding: 5px 8px;
1432
  border-radius: 3px;
1433
  display: inline-block;
1434
  font-size: 16px;
1435
  color: #fff;
1436
- margin-bottom: 0;
1437
- margin-top: 0px;
1438
  font-weight: 300;
 
 
1439
  }
1440
 
1441
  .tnp-extension-premium-action {
1404
 
1405
  .tnp-extension-premium-box h3 {
1406
  font-family: "Montserrat", sans-serif;
1407
+ padding: 5px 8px !important;
1408
  border-radius: 3px;
1409
  display: inline-block;
1410
  font-size: 16px;
1411
  color: #fff;
1412
+ margin-bottom: 0px !important;
1413
+ margin-top: 25px !important;
1414
  font-weight: 300;
1415
+ width: auto !important;
1416
+ border-bottom: none !important;
1417
  }
1418
 
1419
  .tnp-extension-free-box h3 {
1420
  font-family: "Montserrat", sans-serif;
1421
+ padding: 5px 8px !important;
1422
  border-radius: 3px;
1423
  display: inline-block;
1424
  font-size: 16px;
1425
  color: #fff;
1426
+ margin-bottom: 0px !important;
1427
+ margin-top: 25px !important;
1428
  font-weight: 300;
1429
+ width: auto !important;
1430
+ border-bottom: none !important;
1431
  }
1432
 
1433
  .tnp-integration-box h3 {
1434
  font-family: "Montserrat", sans-serif;
1435
+ padding: 5px 8px !important;
1436
  border-radius: 3px;
1437
  display: inline-block;
1438
  font-size: 16px;
1439
  color: #fff;
1440
+ margin-bottom: 0px !important;
1441
+ margin-top: 25px !important;
1442
  font-weight: 300;
1443
+ width: auto !important;
1444
+ border-bottom: none !important;
1445
  }
1446
 
1447
  .tnp-extension-premium-action {
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: 4.9.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,7 +14,7 @@
14
  */
15
 
16
  // Used as dummy parameter on css and js links
17
- define('NEWSLETTER_VERSION', '4.9.1');
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: 4.9.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
  */
15
 
16
  // Used as dummy parameter on css and js links
17
+ define('NEWSLETTER_VERSION', '4.9.2');
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.7.5
5
- Stable tag: 4.9.1
6
  Contributors: satollo,webagile,michael-travan
7
 
8
  Add a real newsletter system to your blog. For free. With unlimited newsletters and subscribers.
@@ -85,6 +85,10 @@ Thank you, The Newsletter Team
85
 
86
  == Changelog ==
87
 
 
 
 
 
88
  == 4.9.1 ==
89
 
90
  * Small code fixes
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.7.5
5
+ Stable tag: 4.9.2
6
  Contributors: satollo,webagile,michael-travan
7
 
8
  Add a real newsletter system to your blog. For free. With unlimited newsletters and subscribers.
85
 
86
  == Changelog ==
87
 
88
+ == 4.9.2 ==
89
+
90
+ * Style fix
91
+
92
  == 4.9.1 ==
93
 
94
  * Small code fixes