Skip to content

Commit b5f420c

Browse files
committed
v4.10.0
1 parent 64c1ddc commit b5f420c

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

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.10.0] - 2025-06-19
11+
12+
### Changed
13+
14+
- Updated usage of `filter_*` functions. ([aaed06f](https://github.com/pronamic/wp-pronamic-pay-gravityforms/commit/aaed06f831893c8edf26695d0e89d93186b57453))
15+
- Use hash instead of nonce for redirect to payment confirmation. ([53dd567](https://github.com/pronamic/wp-pronamic-pay-gravityforms/commit/53dd5679b1490c0f3463fbb55fd8c7f13b59ec3a))
16+
17+
Full set of changes: [`4.9.0...4.10.0`][4.10.0]
18+
19+
[4.10.0]: https://github.com/pronamic/wp-pronamic-pay-gravityforms/compare/v4.9.0...v4.10.0
20+
1021
## [4.9.0] - 2025-02-14
1122

1223
### Commits

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

0 commit comments

Comments
 (0)