Skip to content

Commit

Permalink
v4.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rvdsteege committed Dec 22, 2022
1 parent 4c32e82 commit 37278d5
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,23 @@ This projects adheres to [Semantic Versioning](http://semver.org/) and [Keep a C
## [Unreleased][unreleased]
-

## [4.3.0] - 2022-12-22

### Commits

- Use `pronamic/wp-http` for remote request and SimleXML. ([59882c9](https://github.com/pronamic/wp-pronamic-pay-multisafepay/commit/59882c92776d66b244f67d00d8a719739f9f5e9b))
- Improving PHP 8.0 support. ([2f6be14](https://github.com/pronamic/wp-pronamic-pay-multisafepay/commit/2f6be1429c411b532aa907992329b6b172e4468f))

### Composer

- Added `pronamic/wp-http` `^1.1`.
- Changed `php` from `>=5.6.20` to `>=8.0`.
- Changed `wp-pay/core` from `^4.0` to `v4.6.0`.
Release notes: https://github.com/pronamic/wp-pay-core/releases/tag/v4.2.0
Full set of changes: [`4.2.0...4.3.0`][4.3.0]

[4.3.0]: https://github.com/pronamic/wp-pronamic-pay-multisafepay/compare/v4.2.0...v4.3.0

## [4.2.0] - 2022-09-26
- Updated payment methods registration.

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.2.0",
"version": "4.3.0",
"description": "MultiSafepay driver for the WordPress payment processing library.",
"repository": {
"type": "git",
Expand Down

0 comments on commit 37278d5

Please sign in to comment.