Skip to content

Commit 5686138

Browse files
committed
v4.10.1
1 parent 78ebc1a commit 5686138

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

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.10.1] - 2025-06-19
11+
12+
### Commits
13+
14+
- Allow Jetpack autoloader 3, 4 and 5 ([78ebc1a](https://github.com/pronamic/wp-pronamic-pay-gravityforms/commit/78ebc1adf44fa0f6bbd271f0a53a124d32e53e1a))
15+
16+
### Composer
17+
18+
- Changed `automattic/jetpack-autoloader` from `^3.0` to `v5.0.7`.
19+
Release notes: https://github.com/Automattic/jetpack-autoloader/releases/tag/v5.0.7
20+
21+
Full set of changes: [`4.10.0...4.10.1`][4.10.1]
22+
23+
[4.10.1]: https://github.com/pronamic/wp-pronamic-pay-gravityforms/compare/v4.10.0...v4.10.1
24+
1025
## [4.10.0] - 2025-06-19
1126

1227
### Changed

package.json

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

pronamic-pay-gravity-forms.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-gravityforms/
55
* Description: Extend the Pronamic Pay plugin with Gravity Forms support to receive payments through a variety of payment providers.
66
*
7-
* Version: 4.10.0
7+
* Version: 4.10.1
88
* Requires at least: 4.7
99
* Requires PHP: 7.4
1010
*

0 commit comments

Comments
 (0)