All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
1.7.0 - 2024-10-18
- Updated composer.json (6be686d)
- Added Klarna method for pronamic/wp-pronamic-pay-mollie#57. (41ec79e)
- Fixed code quality issues. (08741af)
- Happy 2024. (3d6c943)
- Changed
php
from>=8.0
to>=8.1
.
Full set of changes: 1.6.0...1.7.0
1.6.0 - 2024-05-27
- Updated composer.json (c3890c6)
- Updated package.json (c5f77a8)
- Added MyBank. (cb386f4)
- Added BLIK. (72aa13a)
- Changed
pronamic/wp-http
from^1.1
tov1.2.3
. Release notes: https://github.com/pronamic/wp-http/releases/tag/v1.2.3 - Changed
pronamic/wp-number
from^1.1
tov1.3.1
. Release notes: https://github.com/pronamic/wp-number/releases/tag/v1.3.1 - Changed
pronamic/wp-money
from^2.0
tov2.4.3
. Release notes: https://github.com/pronamic/wp-money/releases/tag/v2.4.3
Full set of changes: 1.5.1...1.6.0
1.5.1 - 2024-02-12
- Added constant for the TWINT method. (331a5a3)
Full set of changes: 1.5.0...1.5.1
1.5.0 - 2024-02-07
- Added support for card token. 2941dee
- The HTTP timeout option is increased when connecting to Mollie via WP-Cron, WP-CLI or the Action Scheduler library. pronamic/wp-pay-core#170
Full set of changes: 1.4.0...1.5.0
1.4.0 - 2023-10-13
- The payment details (
$payment->get_details()
) object is now an instance of theObjectAccess
class. (469c231)
Full set of changes: 1.3.0...1.4.0
1.3.0 - 2023-09-11
- Removed
justinrainbow/json-schema
usage to fix https://github.com/pronamic/pronamic-pay-with-mollie-for-woocommerce/issues/6. (b4d2e66)
- Removed
justinrainbow/json-schema
^5.2
. - Changed
php
from>=7.4
to>=8.0
.
Full set of changes: 1.2.3...1.3.0
1.2.3 - 2023-08-23
- Fixed some WPCS 3 warnings. (c05be91)
Full set of changes: 1.2.2...1.2.3
1.2.2 - 2023-07-12
Full set of changes: 1.2.1...1.2.2
1.2.1 - 2023-04-04
- Fixed PHP warning about missing
package.json
file.
- Updated .gitattributes (f03aba3)
Full set of changes: 1.2.0...1.2.1
1.2.0 - 2023-03-29
- Extended support for refunds.
- Set Composer type to WordPress plugin. (f5ea1bb)
- Introduce a
Client->get_payment_reunfds( $payment_id, $parameters )
method. (88028f6) - Don't set type of
metadata
in JSON schema, since it's documented asmixed
. (34f1e4f) - Added function
Payment->has_refunds()
. (36b3062) - Added in3 method constant. (7966503)
- Added support for order payment line ID. (8a3dc0e)
- Added support for
en_GB
locale. (a735ca4)
Full set of changes: 1.1.1...1.2.0
1.1.1 - 2023-01-31
- Changed
php
from>=8.0
to>=7.4
. Full set of changes:1.1.0...1.1.1
1.1.0 - 2022-12-22
- Changed
php
from>=7.4
to>=8.0
. Full set of changes:1.0.0...1.1.0
1.0.0 - 2022-11-28
- Initial release, based on https://github.com/pronamic/wp-pronamic-pay-mollie/tree/4.5.0.