Skip to content

Commit c6a0cad

Browse files
committed
v4.2.4
1 parent 7fac3a2 commit c6a0cad

4 files changed

Lines changed: 16 additions & 2 deletions

File tree

CHANGELOG.md

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

10+
## [4.2.4] - 2024-12-17
11+
12+
### Commits
13+
14+
- Allow automattic/jetpack-autoloader Composer plugin. ([af05d05](https://github.com/pronamic/wp-pronamic-pay-give/commit/af05d05dbab788d4345349f1438d698fe116cd41))
15+
- Happy 2024. ([f40a002](https://github.com/pronamic/wp-pronamic-pay-give/commit/f40a0028145c3c69f20ec2ab319e6465ed5adf0d))
16+
17+
Full set of changes: [`4.2.3...4.2.4`][4.2.4]
18+
19+
[4.2.4]: https://github.com/pronamic/wp-pronamic-pay-give/compare/v4.2.3...v4.2.4
20+
1021
## [4.2.3] - 2023-06-01
1122

1223
### Commits

composer.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@
3737
"roots/wordpress-core-installer": true,
3838
"bamarni/composer-bin-plugin": true,
3939
"automattic/jetpack-autoloader": true
40+
},
41+
"platform": {
42+
"php": "8.1"
4043
}
4144
},
4245
"repositories":[

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.2.3",
3+
"version": "4.2.4",
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.2.3
7+
* Version: 4.2.4
88
* Requires at least: 4.7
99
* Requires PHP: 7.4
1010
*

0 commit comments

Comments
 (0)