Skip to content

Commit

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

## [4.8.0] - 2024-03-26

### Changed

- Revised payment gateway icon functionality. ([9c858da](https://github.com/pronamic/wp-pronamic-pay-woocommerce/commit/9c858dac8bf0168eee676c28ce4394674cc665b9))

### Fixed

- Fixed Pronamic Pay subscription meta box visibility. ([988bca2](https://github.com/pronamic/wp-pronamic-pay-woocommerce/commit/988bca2236244416fe9af6352d6fac7cd2da2ec4))

### Composer

- Added `automattic/jetpack-autoloader` `^3.0`.
- Added `woocommerce/action-scheduler` `^3.7`.
- Changed `php` from `>=7.4` to `>=8.0`.
- Changed `wp-pay/core` from `^4.9` to `v4.16.0`.
Release notes: https://github.com/pronamic/wp-pay-core/releases/tag/v4.16.0

Full set of changes: [`4.7.1...4.8.0`][4.8.0]

[4.8.0]: https://github.com/pronamic/wp-pronamic-pay-woocommerce/compare/v4.7.1...v4.8.0

## [4.7.1] - 2024-02-07

### Fixed
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": "@pronamic/wp-pronamic-pay-woocommerce",
"version": "4.7.1",
"version": "4.8.0",
"description": "WooCommerce driver for the WordPress payment processing library.",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion pronamic-pay-woocommerce.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-woocommerce/
* Description: Extend the Pronamic Pay plugin with WooCommerce support to receive payments through a variety of payment providers.
*
* Version: 4.7.1
* Version: 4.8.0
* Requires at least: 5.9
* Requires PHP: 7.4
*
Expand Down

0 comments on commit 41d35a0

Please sign in to comment.