Releases: pronamic/wp-pronamic-pay-woocommerce
Releases · pronamic/wp-pronamic-pay-woocommerce
4.10.0
Added
- Added setting "Show iDEAL issuers", since the launch of the new iDEAL 2.0 platform, it is recommended to no longer show the iDEAL issuer selection field on the WooCommerce checkout form.
Changed
- Orders paid via the direct debit (SEPA) payment method will now have the status 'on-hold' instead of 'pending'. This status ensures that customers cannot (re)pay for the order during the direct debit, which can take several days to process.
4.9.1
4.9.0
Commits
- Added
{payment_lines_name}
tag to description (pronamic/pronamic-pay#100). (ee9eec2) - No longer use Composer bin plugin. (34c4da1)
- Also store Pronamic payment ID in WooCommerce order for subscriptions payments. (7caf7df)
Composer
- Changed
php
from>=8.0
to>=8.1
. - Changed
wp-pay/core
from^4.16
tov4.19.0
.
Release notes: https://github.com/pronamic/wp-pay-core/releases/tag/v4.19.0
4.8.0
Changed
- Revised payment gateway icon functionality. (9c858da)
Fixed
- Fixed Pronamic Pay subscription meta box visibility. (988bca2)
Composer
- Added
automattic/jetpack-autoloader
^3.0
. - Added
woocommerce/action-scheduler
^3.7
. - Changed
php
from>=7.4
to>=8.0
. - Changed
wp-pay/core
from^4.9
tov4.16.0
.
Release notes: https://github.com/pronamic/wp-pay-core/releases/tag/v4.16.0
4.7.1
4.7.0
4.6.3
4.6.2
Changed
- Improved escaping of some HTML elements.
- Added some missing
if ( ! defined( 'ABSPATH' ) )
statements.
Composer
- Added
pronamic/wp-html
^2.2
.
4.6.1
Fixed
- The
4.2.0
upgrade script for WooCommerce Subscriptions will now only schedule it's actions when WooCommerce Subscriptions is running. (60) - When paying for subscriptions via Mollie that are manually renewed, the payment is no longer marked to Mollie as a first payment for obtaining a mandate. This makes it possible to also use the Mollie bank transfer payment method to pay for subscriptions that are manually renewed. (58)
4.6.0
Added
- Added Pronamic Pay meta box on the WooCommerce admin order page.
- Added Pronamic Pay meta box on the WooCommerce Subscriptions admin subscription page.
- Added/improved support for the WooCommerce Subscriptions change payment method feature.
Changed
- Updated to latest Pronamic coding standards. (cdf4b84)
- Only set order status to pending payment if order still needs payment and order status is not already pending. (7892e23)
Fixed
- HTML is no longer allowed in the WooCommerce thank you order received text. (cf5ae1b)