Skip to content

Releases: pronamic/wp-pronamic-pay-gravityforms

4.5.3

10 Mar 14:22
Compare
Choose a tag to compare

Commits

  • Set Composer type to wordpress-plugin. (9e5255a)
  • Updated .gitattributes (fca89e2)
  • Set default inputs parameter to true in dropdown input. (69a3f52)

4.5.2

16 Feb 08:44
1158331
Compare
Choose a tag to compare

Fixed

  • Fixed field inputs options in recurring amount settings field. (#30)

Composer

4.5.1

31 Jan 12:56
Compare
Choose a tag to compare

Commits

  • Fixed all choices being removed from payment method field when using the Gravity Forms Partial Entries Add-On (fixes #27). (73cb2e8)

Composer

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

4.5.0

18 Jan 13:30
Compare
Choose a tag to compare

Added

  • Added support for trial period subscription.

Changed

  • Editing a Gravity Forms payment feed uses less JavaScript.

Commits

  • Only show delay notifications settings if there is one ore more. (b85708e)

4.4.2

04 Jan 19:53
Compare
Choose a tag to compare

Fixed

  • Fixed problem with saving status page settings in payment feed. (#14)

Commits

  • Use REST API to sanitize complex input types. (4c0ffa3)
  • Use file hashes for script and style version. (d6d75c4)
  • Fixed PHPStan: Callback expects 1 parameter, $accepted_args is set to 3. (5b2dfc6)
  • Removed GravityForms::update_entry( $entry ) function, no longer support Gravity Forms versions before 1.8.8. (f945126)
  • The gform_entry_post_save hook is a filter, not an action. (eec0d35)
  • Happy 2023. (8572f8e)

4.4.1

23 Dec 14:22
51c7033
Compare
Choose a tag to compare

Commits

  • Fixed incorrect update message after updating payment feed. (39f5e1e)

4.4.0

23 Dec 08:14
Compare
Choose a tag to compare

Commits

Composer

4.3.0

07 Nov 09:43
Compare
Choose a tag to compare
  • No support for manual renewals with Gravity Forms.

4.2.0

27 Sep 08:00
76d436e
Compare
Choose a tag to compare
  • Fixed conditional logic object without any logic.
  • Updated for new payment methods and fields registration.

4.0.0

10 Jan 15:12
Compare
Choose a tag to compare

Changed

Fixed

  • Also set alignment phase amount to payment lines amount when not prorating.
  • Fixed setting quantity for product options (props @R3dRidl3).