Skip to content

Commit

Permalink
v4.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
remcotolsma committed Dec 17, 2024
1 parent c6d8811 commit 53949bd
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 2 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,27 @@ This projects adheres to [Semantic Versioning](http://semver.org/) and [Keep a C
## [Unreleased][unreleased]
-

## [4.13.0] - 2024-12-17

### Commits

- Format phone number in E164 format. ([170252d](https://github.com/pronamic/wp-pronamic-pay-mollie/commit/170252dbfb0412cb63eaa84f2a2eaff15c624507))
- Added Klarna payment method for https://github.com/pronamic/wp-pronamic-pay-mollie/issues/57. ([5249c39](https://github.com/pronamic/wp-pronamic-pay-mollie/commit/5249c39a73272ffe9fe48ede7994777c8efd3586))
- Happy 2024. ([387a9fe](https://github.com/pronamic/wp-pronamic-pay-mollie/commit/387a9fef5204753d75cd3f10d18b70ab09db799a))

### Composer

- Added `giggsey/libphonenumber-for-php-lite` `^8.13`.
- Changed `php` from `>=8.0` to `>=8.1`.
- Changed `pronamic/wp-mollie` from `^1.6` to `v1.7.0`.
Release notes: https://github.com/pronamic/wp-mollie/releases/tag/v1.7.0
- Changed `wp-pay/core` from `^4.18` to `v4.24.0`.
Release notes: https://github.com/pronamic/wp-pay-core/releases/tag/v4.24.0

Full set of changes: [`4.12.0...4.13.0`][4.13.0]

[4.13.0]: https://github.com/pronamic/wp-pronamic-pay-mollie/compare/v4.12.0...v4.13.0

## [4.12.0] - 2024-06-07

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mollie",
"version": "4.12.0",
"version": "4.13.0",
"description": "Mollie driver for the WordPress payment processing library.",
"author": {
"name": "Pronamic",
Expand Down
2 changes: 1 addition & 1 deletion pronamic-pay-mollie.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Plugin URI: https://www.pronamic.eu/plugins/pronamic-pay-mollie/
* Description: Extend the Pronamic Pay plugin with the Mollie gateway to receive payments through a variety of WordPress plugins.
*
* Version: 4.12.0
* Version: 4.13.0
* Requires at least: 5.9
* Requires PHP: 7.4
*
Expand Down

0 comments on commit 53949bd

Please sign in to comment.