Version Description
- Fixed the blocks reload
Download this release
Release Info
Developer | webagile |
Plugin | Newsletter |
Version | 4.6.6 |
Comparing to | |
See all releases |
Code changes from version 4.6.5 to 4.6.6
- emails/tnp-composer/_scripts/newsletter-builder.js +1 -1
- plugin.php +2 -2
- readme.txt +5 -1
emails/tnp-composer/_scripts/newsletter-builder.js
CHANGED
@@ -237,7 +237,7 @@ jQuery.fn.perform_block_edit = function () {
|
|
237 |
});
|
238 |
var data = {
|
239 |
'action': 'tnpc_render',
|
240 |
-
'b': target.parent().parent().parent().data('block'),
|
241 |
'num': jQuery("#tnpc-edit-posts .number").val(),
|
242 |
'tags': jQuery("#tnpc-edit-posts .tags").val(),
|
243 |
'categories': categories
|
237 |
});
|
238 |
var data = {
|
239 |
'action': 'tnpc_render',
|
240 |
+
'b': target.parent().parent().parent().data('block') + ".block",
|
241 |
'num': jQuery("#tnpc-edit-posts .number").val(),
|
242 |
'tags': jQuery("#tnpc-edit-posts .tags").val(),
|
243 |
'categories': categories
|
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.
|
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.
|
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.6
|
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.6');
|
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.
|
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.5 =
|
81 |
|
82 |
* Fixed the style stripped when switching back and forth betwenn the visual and raw editor (from version 4.6.4)
|
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.6
|
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.6 =
|
81 |
+
|
82 |
+
* Fixed the blocks reload
|
83 |
+
|
84 |
= 4.6.5 =
|
85 |
|
86 |
* Fixed the style stripped when switching back and forth betwenn the visual and raw editor (from version 4.6.4)
|