Newsletter - Version 5.8.4

Version Description

  • Fixed export error
Download this release

Release Info

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

Code changes from version 5.8.3 to 5.8.4

Files changed (3) hide show
  1. plugin.php +2 -2
  2. profile/profile.php +0 -3
  3. readme.txt +7 -3
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.8.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', '5.8.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: 5.8.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', '5.8.4');
33
 
34
  global $newsletter, $wpdb;
35
 
profile/profile.php CHANGED
@@ -26,9 +26,6 @@ class NewsletterProfile extends NewsletterModule {
26
  }
27
 
28
  function hook_init() {
29
- if (is_admin()) {
30
- add_action('wp_ajax_newsletter_users_export', array($this, 'hook_wp_ajax_newsletter_users_export'));
31
- }
32
  add_filter('newsletter_replace', array($this, 'hook_newsletter_replace'), 10, 3);
33
  add_filter('newsletter_page_text', array($this, 'hook_newsletter_page_text'), 10, 3);
34
  }
26
  }
27
 
28
  function hook_init() {
 
 
 
29
  add_filter('newsletter_replace', array($this, 'hook_newsletter_replace'), 10, 3);
30
  add_filter('newsletter_page_text', array($this, 'hook_newsletter_page_text'), 10, 3);
31
  }
readme.txt CHANGED
@@ -1,8 +1,8 @@
1
  === Newsletter ===
2
  Tags: newsletter,email,subscription,mass mail,list build,email marketing,direct mailing,automation,automated,mailing list
3
  Requires at least: 3.4.0
4
- Tested up to: 5.0.0
5
- Stable tag: 5.8.3
6
  Contributors: satollo,webagile,michael-travan
7
 
8
  Add a real newsletter system to your blog. For free. With unlimited newsletters and subscribers.
@@ -117,7 +117,11 @@ Thank you, The Newsletter Team
117
 
118
  == Changelog ==
119
 
120
- = NEXT =
 
 
 
 
121
 
122
  * Fixed a debug notice with PHP 7.2
123
  * Status, SMTP and main settings limited to the administrators
1
  === Newsletter ===
2
  Tags: newsletter,email,subscription,mass mail,list build,email marketing,direct mailing,automation,automated,mailing list
3
  Requires at least: 3.4.0
4
+ Tested up to: 5.0.1
5
+ Stable tag: 5.8.4
6
  Contributors: satollo,webagile,michael-travan
7
 
8
  Add a real newsletter system to your blog. For free. With unlimited newsletters and subscribers.
117
 
118
  == Changelog ==
119
 
120
+ = 5.8.4 =
121
+
122
+ * Fixed export error
123
+
124
+ = 5.8.3 =
125
 
126
  * Fixed a debug notice with PHP 7.2
127
  * Status, SMTP and main settings limited to the administrators