Skip to content

Commit

Permalink
v3.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
remcotolsma committed Feb 7, 2024
1 parent ba1322a commit 1ae6716
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.5.0] - 2024-02-07

### Changed

- Improved the support for Contact Form 7 checkbox fields used for the amount to be paid (`pronamic_pay_amount` tag option), multiple checked options/amounts are now added up. ([ba1322a](https://github.com/pronamic/wp-pronamic-pay-contact-form-7/commit/ba1322afb5d859f21281827a263dc94ed0dae350))

Full set of changes: [`3.4.0...3.5.0`][3.5.0]

[3.5.0]: https://github.com/pronamic/wp-pronamic-pay-contact-form-7/compare/v3.4.0...v3.5.0

## [3.4.0] - 2023-12-18

### Changed
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.4.0",
"version": "3.5.0",
"description": "Contact Form 7 driver for the WordPress payment processing library.",
"author": {
"name": "Pronamic",
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.4.0
* Version: 3.5.0
* 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.4.0
Stable tag: 3.5.0

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

0 comments on commit 1ae6716

Please sign in to comment.