Skip to content

Commit

Permalink
v4.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
remcotolsma committed May 27, 2024
1 parent d5203c2 commit 23d3a8d
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,24 @@ This projects adheres to [Semantic Versioning](http://semver.org/) and [Keep a C

## [Unreleased][unreleased]

## [4.18.0] - 2024-05-27

### Commits

- Updated composer.json ([d5203c2](https://github.com/pronamic/wp-pay-core/commit/d5203c2c8f43ec2a2bd93e5d319341f6ff4c26a2))
- Register payment method MyBank. ([fe2cd13](https://github.com/pronamic/wp-pay-core/commit/fe2cd13397cb777b67b2f91fc3e8d33d1937babe))
- Added MyBank. ([1790d28](https://github.com/pronamic/wp-pay-core/commit/1790d289054961db97f2e7b4871d199e7c060247))
- Updated PaymentMethods.php ([cfb370b](https://github.com/pronamic/wp-pay-core/commit/cfb370b5f6c37be7938b5ccdb71b402102ae259c))

### Composer

- Changed `woocommerce/action-scheduler` from `^3.6` to `3.8.0`.
Release notes: https://github.com/woocommerce/action-scheduler/releases/tag/3.8.0

Full set of changes: [`4.17.0...4.18.0`][4.18.0]

[4.18.0]: https://github.com/pronamic/wp-pay-core/compare/v4.17.0...v4.18.0

## [4.17.0] - 2024-05-15

### Commits
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": "@wp-pay/core",
"version": "4.17.0",
"version": "4.18.0",
"description": "Core components for the WordPress payment processing library.",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion pronamic-pay-core.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-core/
* Description: Core components for the WordPress payment processing library.
*
* Version: 4.17.0
* Version: 4.18.0
* Requires at least: 5.9
* Requires PHP: 8.0
*
Expand Down

0 comments on commit 23d3a8d

Please sign in to comment.