Skip to content

Commit

Permalink
v4.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rvdsteege committed Feb 16, 2023
1 parent 659b640 commit 1158331
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,20 @@ This projects adheres to [Semantic Versioning](http://semver.org/) and [Keep a C
## [Unreleased][unreleased]
-

## [4.5.2] - 2023-02-16

### Fixed

- Fixed field inputs options in recurring amount settings field. ([#30](https://github.com/pronamic/wp-pronamic-pay-gravityforms/issues/30))

### Composer

- Changed `wp-pay/core` from `^4.6` to `v4.7.2`.
Release notes: https://github.com/pronamic/wp-pay-core/releases/tag/v4.7.2
Full set of changes: [`4.5.1...4.5.2`][4.5.2]

[4.5.2]: https://github.com/pronamic/wp-pronamic-pay-gravityforms/compare/v4.5.1...v4.5.2

## [4.5.1] - 2023-01-31
### Commits

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": "gravityforms",
"version": "4.5.1",
"version": "4.5.2",
"description": "Gravity Forms driver for the WordPress payment processing library.",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion pronamic-pay-gravityforms.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-gravityforms/
* Description: Extend the Pronamic Pay plugin with Gravity Forms support to receive payments through a variety of payment providers.
*
* Version: 4.5.1
* Version: 4.5.2
* Requires at least: 4.7
* Requires PHP: 7.4
*
Expand Down

0 comments on commit 1158331

Please sign in to comment.