Releases: pronamic/wp-pronamic-pay-gravityforms
Releases · pronamic/wp-pronamic-pay-gravityforms
4.5.3
4.5.2
4.5.1
4.5.0
4.4.2
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
4.4.0
Commits
- Added support for https://github.com/WordPress/wp-plugin-dependencies. (5d7688c)
- Fixed "Deprecated: dirname(): Passing null to parameter #1 ($path) of type string is deprecated in /wp-content/plugins/gravityforms/includes/addon/class-gf-addon.php on line 6168". (91e5328)
Composer
- Changed
php
from>=5.6.20
to>=8.0
. - Changed
pronamic/wp-datetime
from^2.0
tov2.1.0
.
Release notes: https://github.com/pronamic/wp-datetime/releases/tag/v4.3.0 - Changed
pronamic/wp-money
from^2.0
tov2.2.0
.
Release notes: https://github.com/pronamic/wp-money/releases/tag/v4.3.0 - Changed
pronamic/wp-number
from^1.1
tov1.2.0
.
Release notes: https://github.com/pronamic/wp-number/releases/tag/v4.3.0 - Changed
wp-pay/core
from^4.5
tov4.6.0
.
Release notes: https://github.com/pronamic/wp-pay-core/releases/tag/v4.3.0
4.3.0
- No support for manual renewals with Gravity Forms.
4.2.0
- Fixed conditional logic object without any logic.
- Updated for new payment methods and fields registration.
4.0.0
Changed
- Updated to https://github.com/pronamic/wp-pay-core/releases/tag/4.0.0.
- Use Number object for money and calculations.
Fixed
- Also set alignment phase amount to payment lines amount when not prorating.
- Fixed setting quantity for product options (props @R3dRidl3).