Email Subscribers & Newsletters - Version 5.0.7

Version Description

  • Fix: Adding sequence is not working

=

Download this release

Release Info

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

Code changes from version 5.0.6 to 5.0.7

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.0.6
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.0.6' );
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.0.7
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.0.7' );
191
  }
192
 
193
  // Plugin Folder Path.
lite/includes/libraries/wp-js-editor/wp-js-editor.php CHANGED
@@ -23,6 +23,7 @@ function ig_es_wp_js_editor_load_scripts() {
23
  <?php wp_editor( '', '__wp_mce_editor__', $editor_args ); ?>
24
  </script>
25
  <?php
 
26
  }
27
 
28
  /**
23
  <?php wp_editor( '', '__wp_mce_editor__', $editor_args ); ?>
24
  </script>
25
  <?php
26
+ wp_enqueue_script( 'ig_es_wp_js_editor', plugin_dir_url( __FILE__ ) . 'wp-js-editor.js', array( 'jquery' ), '1.0.0', true );
27
  }
28
 
29
  /**
readme.txt CHANGED
@@ -310,15 +310,18 @@ Refer [here](https://www.icegram.com/documentation/es-faq/).
310
 
311
  == Upgrade Notice ==
312
 
313
- = 5.0.6 =
314
 
315
- * New: Drag and Drop editor[Beta]
316
- * New: New workflow trigger for subscriber unsubscribed
317
- * Update: Stop post notification for post where notification is already sent
318
 
319
  == Changelog ==
320
 
 
 
 
 
321
  **5.0.6 (31.12.2021)**
 
322
  * New: Drag and Drop editor[Beta]
323
  * New: New workflow trigger for subscriber unsubscribed
324
  * Update: Stop post notification for post where notification is already sent
310
 
311
  == Upgrade Notice ==
312
 
313
+ = 5.0.7 =
314
 
315
+ * Fix: Adding sequence is not working
 
 
316
 
317
  == Changelog ==
318
 
319
+ **5.0.7 (31.12.2021)**
320
+
321
+ * Fix: Adding sequence is not working
322
+
323
  **5.0.6 (31.12.2021)**
324
+
325
  * New: Drag and Drop editor[Beta]
326
  * New: New workflow trigger for subscriber unsubscribed
327
  * Update: Stop post notification for post where notification is already sent