Skip to content

Releases: pronamic/wp-pronamic-pay-contact-form-7

3.6.0

27 Sep 13:46
ab3a1d7
Compare
Choose a tag to compare

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

26 Mar 11:15
Compare
Choose a tag to compare

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

07 Feb 20:01
Compare
Choose a tag to compare

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

18 Dec 11:23
Compare
Choose a tag to compare

Changed

  • Added support for multiple pronamic_pay_amount tags. (16)

Composer

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

3.3.2

30 Oct 09:58
Compare
Choose a tag to compare

Commits

  • Fixed "Fatal error: Uncaught Error: Call to undefined method Pronamic\WordPress\Pay\Fields\SelectFieldOption::render()" (method has been removed in pronamic/wp-pay-core@519532b). (4f2f437)

3.3.1

13 Oct 12:30
Compare
Choose a tag to compare

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

28 Aug 09:07
0359b87
Compare
Choose a tag to compare

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

01 Jun 10:14
Compare
Choose a tag to compare

Commits

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

3.2.4

10 Mar 14:57
Compare
Choose a tag to compare

Commits

3.2.3

03 Mar 08:20
Compare
Choose a tag to compare

Changed

  • Updated .gitattributes.