Version Description
- 2014-07-01 =
- Added 1 more add-on to our plugin's listing
- Implemented a new Email Rendering Engine, with a lot of bugs fixed for Outlook users and Mobile Users
- Fixed broken "Automatic Latest Content" settings on sites with lots of tags
- Fixed fatal error when sending to more than 1 million total subscribers
- Fixed subscribers page being inaccessible on some Multisites (very rare bug)
- Fixed Outlook 2013 paragraph spacing issue on previous beta
- Fixed security issue reported by Sucuri
- Fixed the HTML button on TinyMCE which was hidden in editor
- Fixed the links popup on TinyMCE for IE11 in editor
- Fixed "automated latest content" (ALC) bugs with multiple Custom Post Types
- Fixed the upload image functionality in our plugin
- Fixed default item selected on filter lists at the Subscribers page for Firefox and Opera users
- Fixed warning message appearing on the subscription form for Admin Users
- Fixed a few typos in the plugin
- Improved the CSV export to expand its compatibility with Excel on Windows
- Improved the performance of the plugin when loading admin assets
Download this release
Release Info
Developer | wysija |
Plugin | MailPoet Newsletters (Previous) |
Version | 2.6.7 |
Comparing to | |
See all releases |
Code changes from version 2.6.8 to 2.6.7
- core/base.php +1 -1
- index.php +1 -1
- readme.txt +1 -4
core/base.php
CHANGED
@@ -19,7 +19,7 @@ class WYSIJA_object{
|
|
19 |
* Static variable holding core MailPoet's version
|
20 |
* @var array
|
21 |
*/
|
22 |
-
static $version = '2.6.
|
23 |
|
24 |
function WYSIJA_object(){
|
25 |
|
19 |
* Static variable holding core MailPoet's version
|
20 |
* @var array
|
21 |
*/
|
22 |
+
static $version = '2.6.7';
|
23 |
|
24 |
function WYSIJA_object(){
|
25 |
|
index.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: MailPoet Newsletters
|
4 |
Plugin URI: http://www.mailpoet.com/
|
5 |
Description: Create and send newsletters. Import and manage your lists. Add subscription forms in widgets, articles and pages. MailPoet (formerly Wysija) is a freemium plugin updated regularly with new features.
|
6 |
-
Version: 2.6.
|
7 |
Author: MailPoet
|
8 |
Author URI: http://www.mailpoet.com/
|
9 |
License: GPLv2 or later
|
3 |
Plugin Name: MailPoet Newsletters
|
4 |
Plugin URI: http://www.mailpoet.com/
|
5 |
Description: Create and send newsletters. Import and manage your lists. Add subscription forms in widgets, articles and pages. MailPoet (formerly Wysija) is a freemium plugin updated regularly with new features.
|
6 |
+
Version: 2.6.7
|
7 |
Author: MailPoet
|
8 |
Author URI: http://www.mailpoet.com/
|
9 |
License: GPLv2 or later
|
readme.txt
CHANGED
@@ -3,7 +3,7 @@ Contributors: wysija, kgjerstad, benheu, JoN1oP, badshark, tung-wysija, bordoni
|
|
3 |
Tags: newsletter, newsletters, wysija, newsletter signup, newsletter widget, subscribers, post notification, email subscription, email alerts, automatic newsletter, auto newsletter, autoresponder, follow up, email, marketing, emailing, subscription, mail poet, mailpoet
|
4 |
Requires at least: 3.3
|
5 |
Tested up to: 3.9
|
6 |
-
Stable tag: 2.6.
|
7 |
Send newsletters, post notifications or autoresponders from WordPress easily, and beautifully.
|
8 |
|
9 |
== Description ==
|
@@ -133,9 +133,6 @@ Our [support site](http://support.mailpoet.com/) has plenty of articles and a ti
|
|
133 |
|
134 |
== Changelog ==
|
135 |
|
136 |
-
= 2.6.8 - 2014-07-04 =
|
137 |
-
* Fixed security issue reported by Dominic
|
138 |
-
|
139 |
= 2.6.7 - 2014-07-01 =
|
140 |
* Added 1 more add-on to our plugin's listing
|
141 |
* Implemented a new Email Rendering Engine, with a lot of bugs fixed for Outlook users and Mobile Users
|
3 |
Tags: newsletter, newsletters, wysija, newsletter signup, newsletter widget, subscribers, post notification, email subscription, email alerts, automatic newsletter, auto newsletter, autoresponder, follow up, email, marketing, emailing, subscription, mail poet, mailpoet
|
4 |
Requires at least: 3.3
|
5 |
Tested up to: 3.9
|
6 |
+
Stable tag: 2.6.7
|
7 |
Send newsletters, post notifications or autoresponders from WordPress easily, and beautifully.
|
8 |
|
9 |
== Description ==
|
133 |
|
134 |
== Changelog ==
|
135 |
|
|
|
|
|
|
|
136 |
= 2.6.7 - 2014-07-01 =
|
137 |
* Added 1 more add-on to our plugin's listing
|
138 |
* Implemented a new Email Rendering Engine, with a lot of bugs fixed for Outlook users and Mobile Users
|