Newsletter - Version 4.5.4

Version Description

  • Fix "isHTML" error
  • jQuery conflict fix
  • Escape fix
  • Warning fix
  • Fixed the mime header
Download this release

Release Info

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

Code changes from version 4.5.3 to 4.5.4

Files changed (2) hide show
  1. plugin.php +3 -4
  2. readme.txt +4 -3
plugin.php CHANGED
@@ -4,7 +4,7 @@
4
  Plugin Name: Newsletter
5
  Plugin URI: http://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="http://www.thenewsletterplugin.com/category/release">this page</a> to know what's changed.</strong>
7
- Version: 4.5.3
8
  Author: Stefano Lissa & The Newsletter Team
9
  Author URI: http://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.5.3');
18
 
19
  global $wpdb, $newsletter;
20
 
@@ -702,7 +702,6 @@ class Newsletter extends NewsletterModule {
702
  // If still null, we need to use wp_mail()...
703
 
704
  $headers = array();
705
- $headers[] = 'Content-Type: text/html;charset=UTF-8';
706
  $headers[] = 'From: ' . $this->options['sender_name'] . ' <' . $this->options['sender_email'] . '>';
707
 
708
  if (!empty($this->options['return_path'])) {
@@ -723,7 +722,7 @@ class Newsletter extends NewsletterModule {
723
  $body = $message['html'];
724
  } else if (!empty($message['text'])) {
725
  $headers[] = 'Content-Type: text/plain;charset=UTF-8';
726
- $this->mailer->IsHTML(false);
727
  $body = $message['text'];
728
  }
729
  }
4
  Plugin Name: Newsletter
5
  Plugin URI: http://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="http://www.thenewsletterplugin.com/category/release">this page</a> to know what's changed.</strong>
7
+ Version: 4.5.4
8
  Author: Stefano Lissa & The Newsletter Team
9
  Author URI: http://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.5.4');
18
 
19
  global $wpdb, $newsletter;
20
 
702
  // If still null, we need to use wp_mail()...
703
 
704
  $headers = array();
 
705
  $headers[] = 'From: ' . $this->options['sender_name'] . ' <' . $this->options['sender_email'] . '>';
706
 
707
  if (!empty($this->options['return_path'])) {
722
  $body = $message['html'];
723
  } else if (!empty($message['text'])) {
724
  $headers[] = 'Content-Type: text/plain;charset=UTF-8';
725
+ //$this->mailer->IsHTML(false);
726
  $body = $message['text'];
727
  }
728
  }
readme.txt CHANGED
@@ -1,8 +1,8 @@
1
  === Newsletter ===
2
- Tags: newsletter,email,subscription,mass mail,list build,email marketing,direct mailing
3
  Requires at least: 3.4.0
4
  Tested up to: 4.5.2
5
- Stable tag: 4.5.3
6
  Contributors: satollo,webagile,michael-travan
7
 
8
  Add a real newsletter system to your blog. For free. With unlimited newsletters and subscribers.
@@ -77,8 +77,9 @@ Thank you, The Newsletter Team
77
 
78
  == Changelog ==
79
 
80
- = 4.5.3 =
81
 
 
82
  * jQuery conflict fix
83
  * Escape fix
84
  * Warning fix
1
  === Newsletter ===
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.5.2
5
+ Stable tag: 4.5.4
6
  Contributors: satollo,webagile,michael-travan
7
 
8
  Add a real newsletter system to your blog. For free. With unlimited newsletters and subscribers.
77
 
78
  == Changelog ==
79
 
80
+ = 4.5.4 =
81
 
82
+ * Fix "isHTML" error
83
  * jQuery conflict fix
84
  * Escape fix
85
  * Warning fix