-
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 #13 from eighty20results/bug_fix/PHP_Warning_updates
Bug fix/php warning updates
- Loading branch information
Showing
7 changed files
with
197 additions
and
171 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 |
---|---|---|
|
@@ -214,6 +214,19 @@ You can also email you support question(s) to [email protected] | |
|
||
##Changelog | ||
|
||
###4.6.12 | ||
|
||
* BUG FIX: PHP Notice when post ID isn't found | ||
* BUG FIX: Ensure we're not actively looking for post ID 0 (we know there's no post, so nothing to find) | ||
* BUG FIX: PHP Warning in Sequence_Updates class | ||
|
||
###4.6.11 | ||
|
||
* BUG FIX: Didn't show Drip Feed Settings metabox for all post types it was configured for | ||
* BUG FIX: PHP Notice when post ID isn't found | ||
* ENHANCEMENT: Add support for using custom subject and links in notices | ||
* ENHANCEMENT: Didn't apply the e20r-sequence-alert-message-post-title filter to the Email Subject | ||
|
||
###4.6.8 | ||
|
||
* BUG FIX: Logic for testing metadata version was invalid | ||
|
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 |
---|---|---|
|
@@ -2,8 +2,8 @@ | |
Contributors: eighty20results | ||
Tags: sequence, drip feed, serial content, delayed, limited, memberships, paid memberships pro, sequences, pmpro series | ||
Requires at least: 3.9 | ||
Tested up to: 4.8 | ||
Stable tag: 4.6.8 | ||
Tested up to: 4.9.8 | ||
Stable tag: 4.6.12 | ||
|
||
Create a drip feed "Sequence" which are groups of posts/pages/CPTs where the content is revealed to members over time. | ||
|
||
|
@@ -172,6 +172,19 @@ Or you can email [email protected] | |
|
||
== Changelog == | ||
|
||
== 4.6.12 == | ||
|
||
* BUG FIX: PHP Notice when post ID isn't found | ||
* BUG FIX: Ensure we're not actively looking for post ID 0 (we know there's no post, so nothing to find) | ||
* BUG FIX: PHP Warning in Sequence_Updates class | ||
|
||
== 4.6.11 == | ||
|
||
* BUG FIX: Didn't show Drip Feed Settings metabox for all post types it was configured for | ||
* BUG FIX: PHP Notice when post ID isn't found | ||
* ENHANCEMENT: Add support for using custom subject and links in notices | ||
* ENHANCEMENT: Didn't apply the e20r-sequence-alert-message-post-title filter to the Email Subject | ||
|
||
== 4.6.8 == | ||
|
||
* BUG FIX: Logic for testing metadata version was invalid | ||
|
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,3 +1,3 @@ | ||
BUG FIX: Logic for testing metadata version was invalid | ||
BUG FIX: Didn't save the Preview offset value correctly | ||
BUG FIX: Element ID collision for offset value vs checkbox for Preview Offset setting | ||
BUG FIX: PHP Notice when post ID isn't found | ||
BUG FIX: Ensure we're not actively looking for post ID 0 (we know there's no post, so nothing to find) | ||
BUG FIX: PHP Warning in Sequence_Updates class |
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
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
Oops, something went wrong.