Skip to content

Commit

Permalink
v3.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rvdsteege committed Sep 27, 2024
1 parent 2ad32ff commit ab3a1d7
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 3 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,26 @@ This projects adheres to [Semantic Versioning](http://semver.org/) and [Keep a C
## [Unreleased][unreleased]
-

## [3.6.0] - 2024-09-27

### Added

- Added support for setting currency with `pronamic_pay_currency` field name or option. ([#20](https://github.com/pronamic/wp-pronamic-pay-contact-form-7/issues/20))

### Changed

- Require PHP 8.1. ([2ad32ff](https://github.com/pronamic/wp-pronamic-pay-contact-form-7/commit/2ad32ff5cfc11cbe529a540f1dc2ef58eacd37fb))

### Composer

- Changed `php` from `>=8.0` to `>=8.1`.
- Changed `wp-pay/core` from `^4.16` to `v4.22.1`.
Release notes: https://github.com/pronamic/wp-pay-core/releases/tag/v4.22.1

Full set of changes: [`3.5.1...3.6.0`][3.6.0]

[3.6.0]: https://github.com/pronamic/wp-pronamic-pay-contact-form-7/compare/v3.5.1...v3.6.0

## [3.5.1] - 2024-03-26

### 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.5.1",
"version": "3.6.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.5.1
* Version: 3.6.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.5.1
Stable tag: 3.6.0

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

0 comments on commit ab3a1d7

Please sign in to comment.