Skip to content

Latest commit

 

History

History
282 lines (172 loc) · 11.2 KB

CHANGELOG.md

File metadata and controls

282 lines (172 loc) · 11.2 KB

Change Log

All notable changes to this project will be documented in this file.

This projects adheres to Semantic Versioning and Keep a CHANGELOG.

4.0.1 - 2025-03-03

Fixed

  • Fixed fatal error due to incorrect file path (fix #24). (3cb1fa8)

Full set of changes: 4.0.0...4.0.1

4.0.0 - 2025-02-27

🚀 Improved

  • Marked several PHP classes as final to prevent unintended extensions.
  • Relocated form tag classes from Pronamic\WordPress\Pay\Extensions\ContactForm7\Tags to Pronamic\WordPress\Pay\Extensions\ContactForm7 for better organization.
  • Refined code by removing unnecessary comments and documentation blocks.

🆕 Added

  • Contact Form 7 form ID is now stored in meta.
  • Contact Form 7 form hash is now stored in meta.
  • Introduced support for the Contact Form 7 "Additional Setting" pronamic_pay_success_redirect_url, allowing users to configure a custom redirect URL after a successful payment.

🔄 Updated

  • Updated copyright to 2025.
  • Verified compatibility with WordPress 6.7.

3.7.0 - 2024-12-17

Commits

  • Store submissions with Flamingo when redirected for payment. (6cbdb96)

Full set of changes: 3.6.0...3.7.0

3.6.0 - 2024-09-27

Added

  • Added support for setting currency with pronamic_pay_currency field name or option. (#20)

Changed

Composer

Full set of changes: 3.5.1...3.6.0

3.5.1 - 2024-03-26

Commits

  • Fixed "error 'detail' is never reassigned. Use 'const' instead". (94f9a98)
  • Added .pronamic-build-ignore. (b042aa9)

Composer

Full set of changes: 3.5.0...3.5.1

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)

Full set of changes: 3.4.0...3.5.0

3.4.0 - 2023-12-18

Changed

  • Added support for multiple pronamic_pay_amount tags. (16)

Composer

  • Changed php from >=7.4 to >=8.0.

Full set of changes: 3.3.2...3.4.0

3.3.2 - 2023-10-30

Commits

Full set of changes: 3.3.1...3.3.2

3.3.1 - 2023-10-13

Commits

  • Removed some left overs, subscriptions are not supported in current state. (a8aef13)

Full set of changes: 3.3.0...3.3.1

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)
  • Fixed "Cannot call method add() on Pronamic\WordPress\Money\Money|string". (aa98a06)
  • Improve handling free text value. (d13802a)
  • Use $submission->get_posted_string( $name ) for submission value. (3ce7845)
  • Check if submission is not null to fix issue #10. (6cff3de)

Full set of changes: 3.2.5...3.3.0

3.2.5 - 2023-06-01

Commits

  • Switch from pronamic/wp-deployer to pronamic/pronamic-cli. (6407876)
  • Prevent duplicate integration registration. (c69b923)

Full set of changes: 3.2.4...3.2.5

3.2.4 - 2023-03-10

Commits

Full set of changes: 3.2.3...3.2.4

3.2.3 - 2023-03-03

Changed

  • Updated .gitattributes.

Full set of changes: 3.2.2...3.2.3

3.2.2 - 2023-02-23

Commits

  • Added support for multiple free text value options. (84d9856)
  • Updated payment start on form submit. (631888a) Full set of changes: 3.2.1...3.2.2

3.2.1 - 2023-01-31

Composer

  • Changed php from >=8.0 to >=7.4. Full set of changes: 3.2.0...3.2.1

3.2.0 - 2022-12-23

Commits

Composer

3.1.2 - 2022-09-27

  • Updated version number in readme.txt.

3.1.1 - 2022-09-27

  • Update to wp-pay/core version ^4.4.

3.1.0 - 2022-09-26

  • Updated for new payment methods and fields registration.

3.0.3 - 2022-06-03

Fixed

  • Fix iDEAL bank select field when bank options are grouped (for example by country) by payment service provider. (#2)

3.0.2 - 2022-05-30

Fixed

  • Fix getting submission value from select option with quotes. (#1)

3.0.1 - 2022-04-12

  • Updated version number in readme.txt.

3.0.0 - 2022-01-10

Chnaged

2.0.0 - 2021-08-05

  • Updated to pronamic/wp-pay-core version 3.0.0.
  • Updated to pronamic/wp-money version 2.0.0.
  • Changed TaxedMoney to Money, no tax info.
  • Switched to pronamic/wp-coding-standards.

1.1.1 - 2021-06-18

  • Improved error handling on form submission.

1.1.0 - 2021-04-26

  • Added support for getting submission value by tag name.
  • Fixed handling tag options with non-unique values.
  • Fixed processing form entry for active payment methods only.
  • Improved compatibility with Contact Form 7 Conditional Fields add-on.

1.0.3 - 2021-01-14

  • Fix redirecting when scripts are disabled through wpcf7_load_js filter.

1.0.2 - 2020-11-09

  • Fixed getting amount from free text value.

1.0.1 - 2020-07-08

  • Update main plugin file name.
  • Add readme.

1.0.0 - 2020-07-08

  • First release.