Skip to content

Commit

Permalink
v4.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
remcotolsma committed Jul 12, 2023
1 parent 9ccc95a commit 13f725c
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased][unreleased]

## [4.4.6] - 2023-07-12

### Commits

- Updated for removed payment ID fallback in formatted payment string (pronamic/wp-pronamic-pay-adyen#23). ([f4ea7b2](https://github.com/pronamic/wp-pronamic-pay-adyen/commit/f4ea7b2534f8c693ef0db62b54e6fd51e2686f6a))
- Added filter for merchant order reference. ([783900b](https://github.com/pronamic/wp-pronamic-pay-adyen/commit/783900b51c6a969fcb004bb0870d58492af8c23f))

Full set of changes: [`4.4.5...4.4.6`][4.4.6]

[4.4.6]: https://github.com/pronamic/wp-pronamic-pay-adyen/compare/v4.4.5...v4.4.6

## [4.4.5] - 2023-06-01

### 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.5",
"version": "4.4.6",
"description": "Adyen driver for the WordPress payment processing library.",
"repository": {
"type": "git",
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.5
* Version: 4.4.6
* 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.5
Stable tag: 4.4.6

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

0 comments on commit 13f725c

Please sign in to comment.