Skip to content

Commit

Permalink
v4.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
remcotolsma committed Dec 17, 2024
1 parent e77c0e6 commit 01df1e1
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.8.2] - 2024-12-17

### Commits

- Added Composer `build` and `release` scripts. ([e77c0e6](https://github.com/pronamic/wp-pronamic-pay-memberpress/commit/e77c0e6f13914c205b6da60c123d4e2c0832f5f8))

Full set of changes: [`4.8.1...4.8.2`][4.8.2]

[4.8.2]: https://github.com/pronamic/wp-pronamic-pay-memberpress/compare/v4.8.1...v4.8.2

## [4.8.1] - 2024-09-27

### Fixed
Expand Down
3 changes: 3 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@
"bamarni/composer-bin-plugin": true,
"automattic/jetpack-autoloader": true
},
"platform": {
"php": "8.2"
},
"wp-slug": "pronamic-pay-memberpress"
},
"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": "memberpress",
"version": "4.8.1",
"version": "4.8.2",
"description": "MemberPress driver for the WordPress payment processing library.",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion pronamic-pay-memberpress.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-memberpress/
* Description: Extend the Pronamic Pay plugin with MemberPress support to receive payments through a variety of payment providers.
*
* Version: 4.8.1
* Version: 4.8.2
* Requires at least: 4.7
* Requires PHP: 7.4
*
Expand Down

0 comments on commit 01df1e1

Please sign in to comment.