Email Subscribers & Newsletters - Version 5.4.4.1

Version Description

  • Fix: {{POSTTITLE}} keyword not working in subject

=

Download this release

Release Info

Developer Icegram
Plugin Icon 128x128 Email Subscribers & Newsletters
Version 5.4.4.1
Comparing to
See all releases

Code changes from version 5.4.4 to 5.4.4.1

email-subscribers.php CHANGED
@@ -3,7 +3,7 @@
3
  * Plugin Name: Email Subscribers & Newsletters
4
  * Plugin URI: https://www.icegram.com/
5
  * Description: Add subscription forms on website, send HTML newsletters & automatically notify subscribers about new blog posts once it is published.
6
- * Version: 5.4.4
7
  * Author: Icegram
8
  * Author URI: https://www.icegram.com/
9
  * Requires at least: 3.9
@@ -187,7 +187,7 @@ if ( 'premium' === $ig_es_plan ) {
187
  /* ***************************** Initial Compatibility Work (End) ******************* */
188
 
189
  if ( ! defined( 'ES_PLUGIN_VERSION' ) ) {
190
- define( 'ES_PLUGIN_VERSION', '5.4.4' );
191
  }
192
 
193
  // Plugin Folder Path.
3
  * Plugin Name: Email Subscribers & Newsletters
4
  * Plugin URI: https://www.icegram.com/
5
  * Description: Add subscription forms on website, send HTML newsletters & automatically notify subscribers about new blog posts once it is published.
6
+ * Version: 5.4.4.1
7
  * Author: Icegram
8
  * Author URI: https://www.icegram.com/
9
  * Requires at least: 3.9
187
  /* ***************************** Initial Compatibility Work (End) ******************* */
188
 
189
  if ( ! defined( 'ES_PLUGIN_VERSION' ) ) {
190
+ define( 'ES_PLUGIN_VERSION', '5.4.4.1' );
191
  }
192
 
193
  // Plugin Folder Path.
lite/includes/classes/class-es-handle-post-notification.php CHANGED
@@ -189,7 +189,7 @@ class ES_Handle_Post_Notification {
189
 
190
  $post_title = html_entity_decode( $post_title, ENT_QUOTES, $blog_charset );
191
  $post_subject = str_replace( '{{POSTTITLE}}', $post_title, $notification_subject );
192
- $post_subject = str_replace( '{{post.title}}', $post_title, $notification_subject );
193
 
194
  $post_link = get_permalink( $post );
195
  $post_subject = str_replace( '{{POSTLINK}}', $post_link, $post_subject );
189
 
190
  $post_title = html_entity_decode( $post_title, ENT_QUOTES, $blog_charset );
191
  $post_subject = str_replace( '{{POSTTITLE}}', $post_title, $notification_subject );
192
+ $post_subject = str_replace( '{{post.title}}', $post_title, $post_subject );
193
 
194
  $post_link = get_permalink( $post );
195
  $post_subject = str_replace( '{{POSTLINK}}', $post_link, $post_subject );
readme.txt CHANGED
@@ -6,7 +6,7 @@ Tags: email marketing, subscription, autoresponder, post notification, welcome e
6
  Requires at least: 3.9
7
  Tested up to: 6.0
8
  Requires PHP: 5.6
9
- Stable tag: 5.4.4
10
  License: GPLv3
11
  License URI: http://www.gnu.org/licenses
12
 
@@ -310,12 +310,16 @@ Refer [here](https://www.icegram.com/documentation/es-faq/).
310
 
311
  == Upgrade Notice ==
312
 
313
- = 5.4.4 =
314
 
315
- * Update: New keyword structure for campaigns
316
 
317
  == Changelog ==
318
 
 
 
 
 
319
  **5.4.4 (19.07.2022)**
320
 
321
  * Update: New keyword structure for campaigns
6
  Requires at least: 3.9
7
  Tested up to: 6.0
8
  Requires PHP: 5.6
9
+ Stable tag: 5.4.4.1
10
  License: GPLv3
11
  License URI: http://www.gnu.org/licenses
12
 
310
 
311
  == Upgrade Notice ==
312
 
313
+ = 5.4.4.1 =
314
 
315
+ * Fix: {{POSTTITLE}} keyword not working in subject
316
 
317
  == Changelog ==
318
 
319
+ **5.4.4.1 (19.07.2022)**
320
+
321
+ * Fix: {{POSTTITLE}} keyword not working in subject
322
+
323
  **5.4.4 (19.07.2022)**
324
 
325
  * Update: New keyword structure for campaigns