Newsletter - Version 4.9.3

Version Description

=

  • Replacing fix

=

Download this release

Release Info

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

Code changes from version 4.9.2 to 4.9.3

Files changed (2) hide show
  1. plugin.php +3 -3
  2. readme.txt +5 -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: 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,7 +14,7 @@
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
 
@@ -637,7 +637,7 @@ class Newsletter extends NewsletterModule {
637
  }
638
 
639
  $s = $this->replace($email->subject, $user);
640
- $m = apply_filters('newsletter_message_subject', $s, $email, $user);
641
 
642
  if (!empty($user->wp_user_id)) {
643
  $this->logger->debug('send> Has wp_user_id: ' . $user->wp_user_id);
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.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.
14
  */
15
 
16
  // Used as dummy parameter on css and js links
17
+ define('NEWSLETTER_VERSION', '4.9.3');
18
 
19
  global $wpdb, $newsletter;
20
 
637
  }
638
 
639
  $s = $this->replace($email->subject, $user);
640
+ $s = apply_filters('newsletter_message_subject', $s, $email, $user);
641
 
642
  if (!empty($user->wp_user_id)) {
643
  $this->logger->debug('send> Has wp_user_id: ' . $user->wp_user_id);
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.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,6 +85,10 @@ Thank you, The Newsletter Team
85
 
86
  == Changelog ==
87
 
 
 
 
 
88
  == 4.9.2 ==
89
 
90
  * Style fix
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.3
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.3 ==
89
+
90
+ * Replacing fix
91
+
92
  == 4.9.2 ==
93
 
94
  * Style fix