https://github.com/brainstormforce/edd-simple-after-payment-redirect
Redirect user to any URL after successful payment.
https://github.com/brainstormforce/edd-simple-after-payment-redirect
easy-digital-downloads wordpress-plugin
Last synced: 5 months ago
JSON representation
Redirect user to any URL after successful payment.
- Host: GitHub
- URL: https://github.com/brainstormforce/edd-simple-after-payment-redirect
- Owner: brainstormforce
- Created: 2017-11-09T07:01:36.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-08-01T07:42:09.000Z (almost 2 years ago)
- Last Synced: 2024-08-01T09:11:53.234Z (almost 2 years ago)
- Topics: easy-digital-downloads, wordpress-plugin
- Language: PHP
- Size: 301 KB
- Stars: 5
- Watchers: 11
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# EDD Redirect after payment #
**Contributors:** pratikchaskar
**Donate link:** https://www.paypal.me/BrainstormForce
**Tags:** edd, payment, redirect
**Requires at least:** 4.4
**Tested up to:** 6.6
**Stable tag:** 1.0.5
**License:** GPLv2 or later
**License URI:** http://www.gnu.org/licenses/gpl-2.0.html
Redirect to a custom URL after successful purchase.
## Description ##
Redirect user to a custom URL after the order is successfully processed.
## Installation ##
This section describes how to install the plugin and get it working.
e.g.
1. Upload `plugin-name.php` to the `/wp-content/plugins/` directory
1. Activate the plugin through the 'Plugins' menu in WordPress
1. Place `` in your templates
## Changelog ##
## 1.0.5 ###
- Fix: Fatal error on front end when Easy digital downloads plugin is not active.
### 1.0.4 ###
- Improvement: Added compatibility to WordPress 6.1
### 1.0.3 ###
- Security: Use escaping for displaying purchase details string.
### 1.0.2 ###
- Passing payment ID parameter to redirect URL after successful purchase.
### 1.0.1 ###
- Add support for Paypal and other off site payment gateways.
### 1.0.0 ###
- Initial Release