Releases: pronamic/wp-pay-core
Releases · pronamic/wp-pay-core
4.7.3
Commits
- Fixed duplicate execution of
$gateway->start( $payment )
in redirect routine of HTML form gateways. (467aeb5) - Lowered payment amount to
0.00
for credit card and PayPal authorizations when updating mandate. (3132ff6) - Use Mollie Checkout to choose payment method on manual subscription renewal. (af9c0c9)
4.7.2
Changed
- Improved admin tour, only navigate to enabled modules.
- Improved admin dashboard, only show about page link when an about page is defined.
- Simplified database upgrades, all upgrades are now executed without user confirmation.
Fixed
- Fixed "Fatal error: Uncaught Error: Undefined constant "PRONAMIC_PAY_DEBUG". (10b7865)
4.7.1
4.7.0
Fixed
- Show payment methods list in the built-in payment forms, solves problem with bank choice with iDEAL Advanced. (#89)
Commits
4.6.0
Updated
- Increased minimum PHP version to version
8
or higher. - Improved support for PHP
8.1
and8.2
. - Removed usage of deprecated constant
FILTER_SANITIZE_STRING
. - Updated
pronamic/wp-http
library to version^1.2
. - Updated logos library to version
1.13.0
. (25ea2f9)
Fixed
- Fixed using Mollie client from
pronamic/wp-mollie
. (dc21b2a) - The
display_post_states
hook is a filter, not an action. (8b82c99)
Changed
- Credit card properties are nullable. (80a7db9)
Removed
- Removed
Util::simplexml_load_string( $string )
, no longer used. (ff878d7) - Removed
Pronamic\WordPress\Pay\Core\Util::remote_get_body()
function, no longer used. (e0faca4) - Removed usage of deprecated
\FILTER_SANITIZE_STRING
in gateway settings fields. (2a1e778) - Removed unused
Util::input_has_vars()
. (53fe34f) - Removed
Pronamic\WordPress\Pay\Core\XML\Security
class, no longer used. (f7c9169) - Removed unused method
Core\Util::input_fields_html()
. (608597b) - Removed
xmlseclibs.php
, library is no longer used. (8c91fbb)
Added
- Added Riverty payment method constant. (95ba774)
4.5.0
- Catch exceptions while retrieving options from for example iDEAL issuer select fields. (#78)
- Allow subscription payments at gateways that don't have support for recurring payments. (pronamic/wp-pronamic-pay-woocommerce#15)
- Added MobilePay payment method. (pronamic/wp-pronamic-pay-adyen#16)
4.4.1
- Added support for multi-dimensional array in
Util::html_hidden_fields()
method (#73). - Fixed setting empty consumer bank details object (pronamic/wp-pronamic-pay-mollie#11).
- Removed payment method specific support values
recurring_apple_pay
,recurring_credit_card
andrecurring_direct_debit
. - Removed
Gateway->update_subscription( Payment $payment )
method, no longer used. (pronamic/wp-pay-core#41) - Removed
Gateway->cancel_subscription( Subscription $subscription )
method, no longer used. (pronamic/wp-pay-core#41).
4.4.0
4.3.0
Added
- Added billing and shipping address details to test payments.
- Added tax details to test payments.
- Added
Authorized
payment status. (#pronamic/wp-pay-core#66)
Fixed
- Fixed "PHP Deprecated: locale_accept_from_http(): Passing null to parameter #1 ($header) of type string is deprecated".
4.2.1
Fixed
- Improved Pronamic service call.