Skip to content

Commit

Permalink
v3.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
remcotolsma committed Oct 30, 2023
1 parent 4f2f437 commit 1b72340
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@ This projects adheres to [Semantic Versioning](http://semver.org/) and [Keep a C
## [Unreleased][unreleased]
-

## [3.3.2] - 2023-10-30

### Commits

- Fixed "Fatal error: Uncaught Error: Call to undefined method Pronamic\WordPress\Pay\Fields\SelectFieldOption::render()" (method has been removed in https://github.com/pronamic/wp-pay-core/commit/519532b7d65fb68a5374341ea1c1934885b28e5c). ([4f2f437](https://github.com/pronamic/wp-pronamic-pay-contact-form-7/commit/4f2f43706a62e4929ab21b274f89f84954276419))

Full set of changes: [`3.3.1...3.3.2`][3.3.2]

[3.3.2]: https://github.com/pronamic/wp-pronamic-pay-contact-form-7/compare/v3.3.1...v3.3.2

## [3.3.1] - 2023-10-13

### 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": "contact-form-7",
"version": "3.3.1",
"version": "3.3.2",
"description": "Contact Form 7 driver for the WordPress payment processing library.",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion pronamic-pay-contact-form-7.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-contact-form-7/
* Description: Extend the Pronamic Pay plugin with Contact Form 7 support to receive payments through a variety of payment providers.
*
* Version: 3.3.1
* Version: 3.3.2
* Requires at least: 4.7
* Requires PHP: 7.4
*
Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ Tags: pronamic, pay, contact-form-7, add-on
Requires at least: 5.2
Tested up to: 6.0
Requires PHP: 7.4
Stable tag: 3.3.1
Stable tag: 3.3.2

Extend the Pronamic Pay plugin with Contact Form 7 support to receive payments through a variety of payment providers.

0 comments on commit 1b72340

Please sign in to comment.