Newsletter - Version 4.6.8

Version Description

  • Fixed the image browser/upload URL error in themes
Download this release

Release Info

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

Code changes from version 4.6.7 to 4.6.8

Files changed (3) hide show
  1. emails/edit.php +1 -1
  2. plugin.php +2 -2
  3. readme.txt +5 -1
emails/edit.php CHANGED
@@ -250,7 +250,7 @@ if ($email['editor'] == 0) {
250
 
251
  window.send_to_editor = function (html) {
252
  var imgURL = html.match(/src=\"(.*?)\"/);
253
- if (imgURL.indexOf("http") !== 0) imgURL = "http:" + imgURL;
254
  tinyMCE.execCommand('mceInsertContent', false, '<img src="' + imgURL[1] + '" />');
255
  tb_remove();
256
  }
250
 
251
  window.send_to_editor = function (html) {
252
  var imgURL = html.match(/src=\"(.*?)\"/);
253
+ if (imgURL[1].indexOf("http") !== 0) imgURL[1] = "http:" + imgURL[1];
254
  tinyMCE.execCommand('mceInsertContent', false, '<img src="' + imgURL[1] + '" />');
255
  tb_remove();
256
  }
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.6.7
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.6.7');
18
 
19
  global $wpdb, $newsletter;
20
 
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.6.8
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.6.8');
18
 
19
  global $wpdb, $newsletter;
20
 
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.6.1
5
- Stable tag: 4.6.7
6
  Contributors: satollo,webagile,michael-travan
7
 
8
  Add a real newsletter system to your blog. For free. With unlimited newsletters and subscribers.
@@ -77,6 +77,10 @@ Thank you, The Newsletter Team
77
 
78
  == Changelog ==
79
 
 
 
 
 
80
  = 4.6.7 =
81
 
82
  * Fixed blank page without a newsletter dedicated page
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.6.1
5
+ Stable tag: 4.6.8
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.6.8 =
81
+
82
+ * Fixed the image browser/upload URL error in themes
83
+
84
  = 4.6.7 =
85
 
86
  * Fixed blank page without a newsletter dedicated page