Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WordPress 6.1 compatibility #23

Merged
merged 1 commit into from
Oct 31, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# EDD Redirect after payment #
**Contributors:** brainstormforce
**Contributors:** pratikchaskar
**Donate link:** https://www.paypal.me/BrainstormForce
**Tags:** edd, payment, redirect
**Requires at least:** 4.4
**Tested up to:** 6.0
**Stable tag:** 1.0.3
**Tested up to:** 6.1
**Stable tag:** 1.0.4
**License:** GPLv2 or later
**License URI:** http://www.gnu.org/licenses/gpl-2.0.html

Expand All @@ -27,6 +27,9 @@ e.g.

## Changelog ##

### 1.0.4 ###
- Improvement: Added compatibility to WordPress 6.1

### 1.0.3 ###
- Security: Use escaping for displaying purchase details string.

Expand Down
6 changes: 3 additions & 3 deletions class-edd-simple-after-payment-redirect.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
* Plugin Name: EDD Redirect after payment
* Plugin URI: https://github.com/brainstormforce/edd-simple-after-payment-redirect
* Description: Redirect to a custom URL after successful purchase.
* Author: Brainstorm Force
* Author URI: https://www.brainstormforce.com/
* Author: Pratik Chaskar
* Author URI: https://pratikchaskar.com/
* Text Domain: edd-simple-after-payment-redirect
* Domain Path: /languages
* Version: 1.0.3
* Version: 1.0.4
*
* PHP version 7
*
Expand Down
Loading