Skip to content

Commit 96cf0ab

Browse files
committed
v4.2.0
1 parent d9c3a1e commit 96cf0ab

3 files changed

Lines changed: 17 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,21 @@ This projects adheres to [Semantic Versioning](http://semver.org/) and [Keep a C
77
## [Unreleased][unreleased]
88
-
99

10+
## [4.2.0] - 2022-12-23
11+
12+
### Commits
13+
14+
- Added "Requires Plugins" header. ([f81a66b](https://github.com/pronamic/wp-pronamic-pay-give/commit/f81a66bb75a1f0b1b419bfeacc34e9ced6b1f72c))
15+
16+
### Composer
17+
18+
- Changed `php` from `>=5.6.20` to `>=8.0`.
19+
- Changed `wp-pay/core` from `^4.4` to `v4.6.0`.
20+
Release notes: https://github.com/pronamic/wp-pay-core/releases/tag/v4.1.1
21+
Full set of changes: [`4.1.1...4.2.0`][4.2.0]
22+
23+
[4.2.0]: https://github.com/pronamic/wp-pronamic-pay-give/compare/v4.1.1...v4.2.0
24+
1025
## [4.1.1] - 2022-09-27
1126
- Update to `wp-pay/core` version `^4.4`.
1227

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "give",
3-
"version": "4.1.1",
3+
"version": "4.2.0",
44
"description": "Give driver for the WordPress payment processing library.",
55
"repository": {
66
"type": "git",

pronamic-pay-give.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Plugin URI: https://www.pronamic.eu/plugins/pronamic-pay-give/
55
* Description: Extend the Pronamic Pay plugin with Give support to receive payments through a variety of payment providers.
66
*
7-
* Version: 4.1.1
7+
* Version: 4.2.0
88
* Requires at least: 4.7
99
* Requires PHP: 8.0
1010
*

0 commit comments

Comments
 (0)