-
Notifications
You must be signed in to change notification settings - Fork 1
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 #6 from eighty20results/1.9.7
1.9.7
- Loading branch information
Showing
21 changed files
with
729 additions
and
253 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
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,17 +1,6 @@ | ||
BUG FIX: Use appropriate autoload value for update_option() | ||
BUG FIX: Didn't update the e20r_pw_next_gateway_check option value | ||
BUG FIX: Return record list from set_active_subscription_members() | ||
BUG FIX: Return record list from set_all_active_members() | ||
BUG FIX: Would return whatever records were previously loaded if incorrect type was given | ||
BUG FIX: Prevented from saving end of membership date due to typo in variable name | ||
BUG FIX: Typo in reminder_type supplied for non-recurring memberships | ||
BUG FIX: Didn't force the reminder type (recurring) for the user data when processing | ||
BUG FIX: Didn't force the reminder type (expiration) for the user data when processing | ||
BUG FIX: Returned boolean value when looking for email address for recipients of message(s) | ||
ENHANCEMENT: Added error checking in get_remote_payment_data() for get_all_user_records() return values | ||
ENHANCEMENT: No longer declaring the type of data to save (recurring/payment) | ||
ENHANCEMENT: No longer need to specify type of record being saved in save_to_db() | ||
ENHANCEMENT: Preventing get_remote_subscription_data() from running more than once at a time | ||
ENHANCEMENT: Preventing get_remote_payment_data() from running more than once at a time | ||
ENHANCEMENT: Remove subscription data fetch lock w/error checking & messages to dashboard | ||
ENHANCEMENT: Remove non-recurring payment data fetch lock w/error checking & messages to dashboard | ||
ENHANCEMENT: Added array_isnt_empty() function which returns true if the array contains values (can still fail an "! empty()" call) | ||
ENHANCEMENT: Simplify placeholder text for license input | ||
BUG FIX: Problems when activating or managing multiple licenses from different plugin entities at the same time. | ||
BUG FIX: Extra slashes in Subject | ||
BUG FIX: Support new argument for e20r-license-add-new-licenses filter | ||
BUG FIX: Would fail to save/activate valid licenses in certain situations |
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
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.