Skip to content

Commit

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

## [4.5.1] - 2024-12-17

### Commits

- Added `wp-slug`. ([3a15ab6](https://github.com/pronamic/wp-pronamic-pay-multisafepay/commit/3a15ab63f3e8c1b80d1d193ccba34873e9b258df))

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

[4.5.1]: https://github.com/pronamic/wp-pronamic-pay-multisafepay/compare/v4.5.0...v4.5.1

## [4.5.0] - 2024-09-09

### Changed
Expand Down
3 changes: 3 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@
"bamarni/composer-bin-plugin": true,
"automattic/jetpack-autoloader": true
},
"platform": {
"php": "8.2"
},
"wp-slug": "pronamic-pay-multisafepay"
},
"require": {
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.5.0",
"version": "4.5.1",
"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.5.0
* Version: 4.5.1
* Requires at least: 5.9
* Requires PHP: 7.4
*
Expand Down

0 comments on commit 76aec33

Please sign in to comment.