-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #5 from eighty20results/4.0.5
4.0.5
- Loading branch information
Showing
11 changed files
with
695 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ Tags: sequence, drip feed, serial, delayed, limited, memberships | |
Requires at least: 3.4 | ||
Requires PHP 5.3 or later. | ||
Tested up to: 4.4 | ||
Stable tag: 4.0.4 | ||
Stable tag: 4.0.5 | ||
|
||
Create "Sequence" which are groups of posts/pages where the content is revealed to members over time. This an extension of the "drip feed content" module for Paid Memberships Pro (pmpro-series). | ||
|
||
|
@@ -100,6 +100,8 @@ See ./email/README.txt for information on templates for the email alerts. | |
* The conversion to the V3 metadata format disables the 'Send alerts' setting, so remember to re-enable it after you've re-enabled the plugin. (Won't fix) | ||
* Format for "Posts in sequence" metabox doesn't handle responsive screens well - Fix Pending | ||
|
||
For more, see the [Issues section](https://github.com/eighty20results/e20r-sequences/issues) for the plugin on Github.com. | ||
|
||
###DEBUG | ||
To enable logging for this plugin, set WP_DEBUG to 'true' in wp-config.php | ||
A fair bit (understatement) of data which will get dumped into uploads/e20r-sequences/debug_log.txt | ||
|
@@ -177,8 +179,9 @@ You can also email you support question(s) to [email protected] | |
|
||
##Changelog | ||
|
||
###4.0.4 | ||
* Fix: Error when loading e20r_available_on shortcode. | ||
###4.0.5 | ||
* Fix: Email alert sent on days where no new/repeating post is released | ||
* Enh: Load fontawesome fonts from local server (not CDN) | ||
|
||
##Old releases | ||
###.1 | ||
|
@@ -697,3 +700,6 @@ You can also email you support question(s) to [email protected] | |
|
||
###4.0.3 | ||
* Fix: Namespace for functions to import PMPro Series and PMProSequences data | ||
|
||
###4.0.4 | ||
* Fix: Error when loading e20r_available_on shortcode. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ Tags: sequence, drip feed, serial, delayed, limited, memberships | |
Requires at least: 3.4 | ||
Requires PHP 5.3 or later. | ||
Tested up to: 4.4 | ||
Stable tag: 4.0.4 | ||
Stable tag: 4.0.5 | ||
|
||
Create a drip feed "Sequence" which are groups of posts/pages/CPTs where the content is revealed to members over time. This is an extension of the "drip feed content" module for Paid Memberships Pro (pmpro-series). | ||
|
||
|
@@ -58,6 +58,8 @@ See ./email/README.txt for information on templates for the email alerts. | |
* The conversion to the V3 metadata format disables the 'Send alerts' setting, so remember to re-enable it after you've re-enabled the plugin. (Won't fix) | ||
* Format for "Posts in sequence" metabox doesn't handle responsive screens well - Fix Pending | ||
|
||
For more, see the [Issues section](https://github.com/eighty20results/e20r-sequences/issues) for the plugin on Github.com | ||
|
||
== DEBUG == | ||
|
||
To enable logging for this plugin, set WP_DEBUG to 'true' in wp-config.php | ||
|
@@ -134,6 +136,11 @@ Or you can email [email protected] | |
|
||
== Changelog == | ||
|
||
== 4.0.5 == | ||
|
||
* Fix: Email alert sent on days where no new/repeating post is released | ||
* Enh: Load fontawesome fonts from local server (not CDN) | ||
|
||
== 4.0.4 == | ||
|
||
* Fix: Error when loading e20r_available_on shortcode. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
Fix: Error when loading e20r_available_on shortcode. | ||
Fix: Email alert sent on days where no new/repeating post is released | ||
Enh: Load fontawesome fonts from local server (not CDN) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Oops, something went wrong.