All notable changes to this project will be documented in this file.
This projects adheres to Semantic Versioning and Keep a CHANGELOG.
4.3.8 - 2024-12-17
Full set of changes: 4.3.7...4.3.8
4.3.7 - 2024-03-26
Full set of changes: 4.3.6...4.3.7
4.3.6 - 2023-10-13
- The default
sanitize_text_field
function allows double quotes. (3d788e2) - No longer use
Server::get
, method will be removed. (f641da3)
- Changed
wp-pay/core
from^4.6
tov4.13.0
. Release notes: https://github.com/pronamic/wp-pay-core/releases/tag/v4.13.0
Full set of changes: 4.3.5...4.3.6
4.3.5 - 2023-07-12
- Updated for removed payment ID fallback in formatted payment string (pronamic/wp-pronamic-pay-adyen#23). (b74cb45)
Full set of changes: 4.3.4...4.3.5
4.3.4 - 2023-06-01
- Switch from
pronamic/wp-deployer
topronamic/pronamic-cli
. (b7bee4d) - Updated .gitattributes (fbb559b)
Full set of changes: 4.3.3...4.3.4
4.3.3 - 2023-03-27
Full set of changes: 4.3.2...4.3.3
4.3.2 - 2023-02-07
- Added support for bank transfer, Giropay and PayPal payment methods (resolves #6). (5eb45c3)
- Fixed credit card error "Issuer not supported" for some integrations. (0935a60)
Full set of changes: 4.3.1...4.3.2
4.3.1 - 2023-01-31
- Changed
php
from>=8.0
to>=7.4
. Full set of changes:4.3.0...4.3.1
4.3.0 - 2022-12-22
- Changed
php
from>=5.6.20
to>=8.0
. - Changed
wp-pay/core
from^4.0
tov4.6.0
. Release notes: https://github.com/pronamic/wp-pay-core/releases/tag/v4.2.0
Full set of changes: 4.2.0...4.3.0
4.2.0 - 2022-09-26
- Updated payment methods registration.
4.1.1 - 2022-08-15
- Switched to new ICEPAY repository from Pronamic.
4.1.0 - 2022-04-11
- Remove gateway error usage, exception should be handled downstream.
4.0.0 - 2022-01-11
- Updated to https://github.com/pronamic/wp-pay-core/releases/tag/4.0.0.
- Update setting country on payment start (pronamic/wp-pronamic-pay#275).
3.0.0 - 2021-08-05
- Updated to
pronamic/wp-pay-core
version3.0.0
. - Updated to
pronamic/wp-money
version2.0.0
. - Switched to
pronamic/wp-coding-standards
.
2.1.1 - 2021-04-26
- Happy 2021.
2.1.0 - 2020-03-19
- Fixed "$result is always a sub-type of Icepay_Result".
- Extend from AbstractGatewayIntegration class.
2.0.6 - 2019-12-22
- Added URL to manual in gateway settings.
- Fixed processing ICEPAY postback.
- Updated usage of deprecated
get_cents()
method.
2.0.5 - 2019-10-04
- Added support for Klarna (Directebank) payment method.
- Update ICEPAY library version from 2.4.0 to 2.5.3.
2.0.4 - 2019-08-27
- Updated packages.
2.0.3 - 2019-05-15
- Set country from billing address.
2.0.2 - 2019-01-24
- Improved setting required country and language.
2.0.1 - 2018-12-12
- Fixed "Fatal error: Uncaught Exception: MerchantID not valid" in test meta box.
- Use issuer field from core gateway.
- Updated deprecated function calls.
2.0.0 - 2018-05-09
- Switched to PHP namespaces.
1.3.1 - 2017-12-12
- Set payment success and error return URLs.
1.3.0 - 2017-02-08
- Added order ID setting.
1.2.9 - 2016-10-20
- Added support for new Bancontact constant.
1.2.8 - 2016-06-08
- Simplified the gateway payment start function.
1.2.7 - 2016-03-22
- Added product URL.
- Updated gateway settings.
1.2.6 - 2016-03-02
- Fixed fatal error in case of ICEPAY merchants that not have the iDEAL payment method activated.
- Added get settings function.
1.2.5 - 2016-02-01
- Added an gateway settings class.
1.2.4 - 2015-10-19
- Fixed fatal error with wrong constant usage.
1.2.3 - 2015-10-19
- Only return the iDEAL issuers field if the payment method is iDEAL.
1.2.2 - 2015-10-14
- Make sure to use language and country values from payment data object.
1.2.1 - 2015-03-03
- Changed WordPress pay core library requirement from
~1.0.0
to>=1.0.0
.
1.2.0 - 2015-02-16
- Added support for multiple payment methods.
1.1.0 - 2015-02-16
- Require the icepay/icepay library version 2.4.0.
- Improved the ICEPAY listener condition.
- First release.