diff --git a/CHANGELOG.md b/CHANGELOG.md index a3fe5e2..80d9962 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,16 @@ This projects adheres to [Semantic Versioning](http://semver.org/) and [Keep a C ## [Unreleased][unreleased] - +## [3.7.0] - 2024-12-17 + +### Commits + +- Store submissions with Flamingo when redirected for payment. ([6cbdb96](https://github.com/pronamic/wp-pronamic-pay-contact-form-7/commit/6cbdb962f6f7946383e9b07829ff64d0fe685fa9)) + +Full set of changes: [`3.6.0...3.7.0`][3.7.0] + +[3.7.0]: https://github.com/pronamic/wp-pronamic-pay-contact-form-7/compare/v3.6.0...v3.7.0 + ## [3.6.0] - 2024-09-27 ### Added diff --git a/package.json b/package.json index 73c3741..0c8b532 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "contact-form-7", - "version": "3.6.0", + "version": "3.7.0", "description": "Contact Form 7 driver for the WordPress payment processing library.", "author": { "name": "Pronamic", diff --git a/pronamic-pay-contact-form-7.php b/pronamic-pay-contact-form-7.php index 3063500..e3d2b54 100644 --- a/pronamic-pay-contact-form-7.php +++ b/pronamic-pay-contact-form-7.php @@ -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.6.0 + * Version: 3.7.0 * Requires at least: 4.7 * Requires PHP: 7.4 * diff --git a/readme.txt b/readme.txt index 3b532d4..0cf0f59 100644 --- a/readme.txt +++ b/readme.txt @@ -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.6.0 +Stable tag: 3.7.0 Extend the Pronamic Pay plugin with Contact Form 7 support to receive payments through a variety of payment providers.