Skip to content

Commit

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

## [4.4.0] - 2024-03-26

### Added

- Added `<plugin>` information to direct transaction request message. ([880676c](https://github.com/pronamic/wp-pronamic-pay-multisafepay/commit/880676cd13e0f85229c70a133e75ecab539d8e96))

### Composer

- Added `automattic/jetpack-autoloader` `^3.0`.
- Added `woocommerce/action-scheduler` `^3.7`.
- Changed `pronamic/wp-http` from `^1.1` to `v1.2.2`.
Release notes: https://github.com/pronamic/wp-http/releases/tag/v1.2.2
- Changed `wp-pay/core` from `^4.6` to `v4.16.0`.
Release notes: https://github.com/pronamic/wp-pay-core/releases/tag/v4.16.0

Full set of changes: [`4.3.4...4.4.0`][4.4.0]

[4.4.0]: https://github.com/pronamic/wp-pronamic-pay-multisafepay/compare/v4.3.4...v4.4.0

## [4.3.4] - 2023-10-13

### 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": "multisafepay",
"version": "4.3.4",
"version": "4.4.0",
"description": "MultiSafepay driver for the WordPress payment processing library.",
"author": {
"name": "Pronamic",
Expand Down
2 changes: 1 addition & 1 deletion pronamic-pay-multisafepay.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-multisafepay/
* Description: Extend the Pronamic Pay plugin with the MultiSafepay gateway to receive payments through a variety of WordPress plugins.
*
* Version: 4.3.4
* Version: 4.4.0
* Requires at least: 5.9
* Requires PHP: 7.4
*
Expand Down

0 comments on commit 9d2e4f3

Please sign in to comment.