Newsletter - Version 5.2.6

Version Description

  • Fixed url attributes on privacy field shortcode
  • Fixed few debug notices
  • (NEW) PHP API for coders (and companion REST API with the free Newsletter API extension)
Download this release

Release Info

Developer satollo
Plugin Icon 128x128 Newsletter
Version 5.2.6
Comparing to
See all releases

Code changes from version 5.2.5 to 5.2.6

Files changed (2) hide show
  1. plugin.php +2 -2
  2. readme.txt +1 -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: 5.2.5
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.5');
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.6
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.6');
18
 
19
  global $wpdb, $newsletter;
20
 
readme.txt CHANGED
@@ -88,7 +88,7 @@ Thank you, The Newsletter Team
88
 
89
  == Changelog ==
90
 
91
- = 5.2.5 =
92
 
93
  * Fixed url attributes on privacy field shortcode
94
  * Fixed few debug notices
88
 
89
  == Changelog ==
90
 
91
+ = 5.2.6 =
92
 
93
  * Fixed url attributes on privacy field shortcode
94
  * Fixed few debug notices