Newsletter - Version 7.2.7

Version Description

  • fixed JS error on composer sometimes preventing the correct initialization
Download this release

Release Info

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

Code changes from version 7.2.6 to 7.2.7

emails/tnp-composer/_scripts/newsletter-builder-v2.js CHANGED
@@ -360,18 +360,8 @@ function tnpc_hide_block_options() {
360
 
361
  function tnpc_mobile_preview() {
362
 
363
- var d = document.getElementById("tnpc-mobile-preview").contentWindow.document;
364
- d.open();
365
-
366
- d.write("<!DOCTYPE html>\n<html>\n<head>\n");
367
- d.write("<link rel='stylesheet' href='" + TNP_HOME_URL + "?na=emails-composer-css&ver=" + Math.random() + "' type='text/css'>");
368
- d.write("<style>.tnpc-row-delete, .tnpc-row-edit-block, .tnpc-row-clone { display: none; }</style>");
369
- d.write("<style>body::-webkit-scrollbar {width: 0px;background: transparent;}</style>");
370
- d.write("<style>body{scrollbar-width: none; -ms-overflow-style: none;}</style>");
371
- d.write("</head>\n<body style='margin: 0; padding: 0;'><div style='width: 320px!important'>");
372
- d.write(jQuery("#newsletter-builder-area-center-frame-content").html());
373
- d.write("</div>\n</body>\n</html>");
374
- d.close();
375
  }
376
 
377
  function tnpc_save(form) {
360
 
361
  function tnpc_mobile_preview() {
362
 
363
+ return;
364
+
 
 
 
 
 
 
 
 
 
 
365
  }
366
 
367
  function tnpc_save(form) {
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: 7.2.6
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.
@@ -37,7 +37,7 @@ if (version_compare(phpversion(), '5.6', '<')) {
37
  return;
38
  }
39
 
40
- define('NEWSLETTER_VERSION', '7.2.6');
41
 
42
  global $newsletter, $wpdb;
43
 
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: 7.2.7
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.
37
  return;
38
  }
39
 
40
+ define('NEWSLETTER_VERSION', '7.2.7');
41
 
42
  global $newsletter, $wpdb;
43
 
readme.txt CHANGED
@@ -1,7 +1,7 @@
1
  === Newsletter ===
2
  Tags: newsletter, email marketing, welcome email, signup forms, contact, lead generation, marketing automation
3
  Tested up to: 5.8.1
4
- Stable tag: 7.2.6
5
  Contributors: satollo,webagile,michael-travan
6
  License: GPLv2 or later
7
  License URI: https://www.gnu.org/licenses/gpl-2.0.html
@@ -118,6 +118,10 @@ Thank you, The Newsletter Team
118
 
119
  == Changelog ==
120
 
 
 
 
 
121
  = 7.2.6 =
122
 
123
  * Fixed links on test emails sent to a free email address
1
  === Newsletter ===
2
  Tags: newsletter, email marketing, welcome email, signup forms, contact, lead generation, marketing automation
3
  Tested up to: 5.8.1
4
+ Stable tag: 7.2.7
5
  Contributors: satollo,webagile,michael-travan
6
  License: GPLv2 or later
7
  License URI: https://www.gnu.org/licenses/gpl-2.0.html
118
 
119
  == Changelog ==
120
 
121
+ = 7.2.7 =
122
+
123
+ * fixed JS error on composer sometimes preventing the correct initialization
124
+
125
  = 7.2.6 =
126
 
127
  * Fixed links on test emails sent to a free email address