From 0359b8790dc947d8170b99f3f37e5f5f8e8fda59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Reu=CC=88el=20van=20der=20Steege?= Date: Mon, 28 Aug 2023 11:06:55 +0200 Subject: [PATCH] v3.3.0 --- CHANGELOG.md | 22 ++++++++++++++++++++++ package.json | 2 +- pronamic-pay-contact-form-7.php | 2 +- readme.txt | 2 +- 4 files changed, 25 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c4b56c3..a897fd8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,28 @@ This projects adheres to [Semantic Versioning](http://semver.org/) and [Keep a C ## [Unreleased][unreleased] - +## [3.3.0] - 2023-08-28 + +### Changed + +- Improved processing of form submission data. + +### Fixed + +- Fixed compatibility with plugin "Send PDF for Contact Form 7". + +### Commits + +- Use `substr()` instead of `substr_replace()`. ([f245ee2](https://github.com/pronamic/wp-pronamic-pay-contact-form-7/commit/f245ee2daf483d1ae000a21f95a7fcb88581f673)) +- Fixed "Cannot call method add() on Pronamic\WordPress\Money\Money|string". ([aa98a06](https://github.com/pronamic/wp-pronamic-pay-contact-form-7/commit/aa98a065b1a7c8282ee877bafbd7d4c7b87613a0)) +- Improve handling free text value. ([d13802a](https://github.com/pronamic/wp-pronamic-pay-contact-form-7/commit/d13802a2244ef7ccd525b448b64979c94f965b23)) +- Use `$submission->get_posted_string( $name )` for submission value. ([3ce7845](https://github.com/pronamic/wp-pronamic-pay-contact-form-7/commit/3ce7845de705a5fd69e5607b1895f19c4a5caf86)) +- Check if submission is not null to fix issue #10. ([6cff3de](https://github.com/pronamic/wp-pronamic-pay-contact-form-7/commit/6cff3decf1e7b66a91d76ac50cd7b8140662a556)) + +Full set of changes: [`3.2.5...3.3.0`][3.3.0] + +[3.3.0]: https://github.com/pronamic/wp-pronamic-pay-contact-form-7/compare/v3.2.5...v3.3.0 + ## [3.2.5] - 2023-06-01 ### Commits diff --git a/package.json b/package.json index ab58066..2380f50 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "contact-form-7", - "version": "3.2.5", + "version": "3.3.0", "description": "Contact Form 7 driver for the WordPress payment processing library.", "repository": { "type": "git", diff --git a/pronamic-pay-contact-form-7.php b/pronamic-pay-contact-form-7.php index 45bd73d..2e9365b 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.2.5 + * Version: 3.3.0 * Requires at least: 4.7 * Requires PHP: 7.4 * diff --git a/readme.txt b/readme.txt index 997363c..4f931a4 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.2.5 +Stable tag: 3.3.0 Extend the Pronamic Pay plugin with Contact Form 7 support to receive payments through a variety of payment providers.