Skip to content

Commit

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

## [4.6.0] - 2024-03-26

### Changed

- Added `X-Api-User-Agent` header. ([b3f685d](https://github.com/pronamic/wp-pronamic-pay-rabo-smart-pay/commit/b3f685db7b79be8876b3c2e309fe38144d7ecefb))

### Composer

- Changed `php` from `>=7.4` to `>=8.0`.
- Changed `wp-pay/core` from `^4.15` to `v4.16.0`.
Release notes: https://github.com/pronamic/wp-pay-core/releases/tag/v4.16.0

Full set of changes: [`4.5.4...4.6.0`][4.6.0]

[4.6.0]: https://github.com/pronamic/wp-pronamic-pay-rabo-smart-pay/compare/v4.5.4...v4.6.0

## [4.5.4] - 2024-02-07

### Composer
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": "omnikassa-2",
"version": "4.5.4",
"version": "4.6.0",
"description": "Rabo Smart Pay driver for the WordPress payment processing library.",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion pronamic-pay-with-rabo-smart-pay.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-with-rabo-smart-pay/
* Description:
*
* Version: 4.5.4
* Version: 4.6.0
* Requires at least: 5.9
* Requires PHP: 7.4
*
Expand Down

0 comments on commit cd61689

Please sign in to comment.