Skip to content

Commit

Permalink
v3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rvdsteege committed Aug 28, 2023
1 parent 1ab8557 commit 0359b87
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 3 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
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.2.5",
"version": "3.3.0",
"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.2.5
* Version: 3.3.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.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.

0 comments on commit 0359b87

Please sign in to comment.