Skip to content

Commit

Permalink
v4.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
remcotolsma committed Feb 7, 2024
1 parent 7879c4a commit 15491f2
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 3 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 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased][unreleased]

## [4.5.0] - 2024-02-07

### Changed

- The code further complies with (WordPress) coding standards.
- Improved support for PHP 8 and higher.
- Use `wp-scripts` to build JS. [38e2088](https://github.com/pronamic/wp-pronamic-pay-adyen/commit/38e20883505c323bae2647ca2e4c0b385b97e96f) [4398600](https://github.com/pronamic/wp-pronamic-pay-adyen/commit/439860048f90faf72a0fdf9f848d88ff656c9620)
- Updated to Adyen API `v71`. [21da986](https://github.com/pronamic/wp-pronamic-pay-adyen/commit/21da986f66472e006f1b04a9d3b79870ce6f2227)

### Composer

- Changed `automattic/jetpack-autoloader` from `^2.11` to `v3.0.2`.
Release notes: https://github.com/Automattic/jetpack-autoloader/releases/tag/v3.0.2

Full set of changes: [`4.4.8...4.5.0`][4.5.0]

[4.5.0]: https://github.com/pronamic/wp-pronamic-pay-adyen/compare/v4.4.8...v4.5.0

## [4.4.8] - 2023-10-30

### 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": "adyen",
"version": "4.4.8",
"version": "4.5.0",
"description": "Adyen driver for the WordPress payment processing library.",
"author": {
"name": "Pronamic",
Expand Down
2 changes: 1 addition & 1 deletion pronamic-pay-adyen.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-adyen/
* Description: Extend the Pronamic Pay plugin with the Adyen gateway to receive payments with Adyen through a variety of WordPress plugins.
*
* Version: 4.4.8
* Version: 4.5.0
* Requires at least: 5.9
* Requires PHP: 7.4
*
Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ Tags: pronamic, pay, adyen, add-on
Requires at least: 5.9
Tested up to: 6.0
Requires PHP: 7.4
Stable tag: 4.4.8
Stable tag: 4.5.0

Extend the Pronamic Pay plugin with the Adyen gateway to receive payments with Adyen through a variety of WordPress plugins.

0 comments on commit 15491f2

Please sign in to comment.