All notable changes to this project will be documented in this file.
This projects adheres to Semantic Versioning and Keep a CHANGELOG.
2.1.1 - 2020-04-03
- Improved tax support for Easy Digital Downloads 3.0.
- Set plugin integration name.
2.1.0 - 2020-03-19
- Update integration setup with dependencies support.
- Set Easy Digital Downloads payment status to 'cancelled' in case of a cancelled payment.
- Extend
Extension
class fromAbstractPluginIntegration
.
2.0.7 - 2020-02-03
- Improve custom input fields HTML markup and validation.
2.0.6 - 2019-12-22
- Added payment line ID support with variable price ID.
- Improved output HTML to match Easy Digital Downloads.
- Improved error handling with exceptions.
- Updated payment status class name.
2.0.5 - 2019-08-26
- Updated packages.
- Empty cart for completed payments when handling returns.
2.0.4 - 2019-05-15
- Improve emptying cart for completed payments.
2.0.3 - 2019-03-29
- Always empty cart for completed payments.
- Simplified adding gateways and payment method icons.
- Fixed "The call to edd_record_gateway_error() has too many arguments" error.
2.0.2 - 2018-12-10
- More DRY approach for gateways.
- Added support for payment lines.
- Added Billink and Capayable gateways.
2.0.1 - 2018-07-06
- Added fallback to the default Pronamic Pay configuration ID.
- Prefixed the Pronamic gateways with 'Pronamic - '.
- Added new payment URL for Easy Digital Downloads version 3.0+.
2.0.0 - 2018-05-14
- Switched to PHP namespaces.
1.2.7 - 2017-09-13
- Implemented
get_first_name()
andget_last_name()
.
1.2.6 - 2017-01-25
- Added Bank Transfer gateway.
- Added Bitcoin gateway.
- Added filter for payment source description and URL.
- Changed to class functions.
- Added new icons for Bitcoin and Soft.
1.2.5 - 2016-10-20
- Switched to Bancontact label and constant.
1.2.4 - 2016-04-12
- No longer use camelCase for payment data.
1.2.3 - 2016-03-23
- Tested Easy Digital Downloads version 2.5.9.
- Set global WordPress gateway config as default config in gateways.
- Use new redirect URL filter.
- Return to checkout if there is no gateway found.
1.2.2 - 2016-02-04
- Removed discontinued MiniTix gateway.
- Removed status code from redirect in status_update.
1.2.1 - 2015-10-19
- Set the payment method to use before getting the gateway inputs.
1.2.0 - 2015-08-28
- Use output of
edd_get_payment_number()
as order ID if available.
1.1.0 - 2015-03-25
- Added Credit Card gateway.
- Added Direct Debit gateway.
- Added iDEAL gateway.
- Added MiniTix gateway.
- Added Bancontact/Mister Cash gateway.
- Added SOFORT Banking gateway.
- Added gateway setting for the checkout label.
- Only show transaction ID if set.
- Added pending payment note with link to payment post.
- Tested on Easy Digital Downloads version 2.3.
1.0.1 - 2015-03-03
- Changed WordPress pay core library requirment from
~1.0.0
to>=1.0.0
.
- First release.