Skip to content

Releases: pronamic/wp-pronamic-pay-woocommerce

4.10.0

16 Dec 11:11
Compare
Choose a tag to compare

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

19 Jun 12:58
Compare
Choose a tag to compare

Commits

  • No longer use inline <style>-element. (d014181)
  • Removed sanitize order ID logic for Sisow. (b24e733)

4.9.0

07 Jun 12:24
Compare
Choose a tag to compare

Commits

Composer

4.8.0

26 Mar 12:05
Compare
Choose a tag to compare

Changed

  • Revised payment gateway icon functionality. (9c858da)

Fixed

  • Fixed Pronamic Pay subscription meta box visibility. (988bca2)

Composer

4.7.1

07 Feb 20:15
Compare
Choose a tag to compare

Fixed

  • Fixed "Fatal error: Uncaught Error: Call to undefined function wc_get_order()" in source text if WooCommerce is not active. (c4ccf37)

4.7.0

18 Dec 13:54
Compare
Choose a tag to compare

Commits

  • Added BNPL disclaimer to In3 and Klarna. (58b8309)
  • Store VAT number from "WooCommerce EU VAT Number" plugin in customer/payment. (ba05c39)
  • Added method description for the credit card gateway. (801598e)
  • Added method description for Riverty. (bae4dac)
  • Added the Riverty disclaimer. (96ec8d9)

4.6.3

06 Nov 12:24
Compare
Choose a tag to compare

Changed

  • Meta box HPOS compat. (ed25f45)
  • Added gateway settings field default value (fixes #62). (d67e020)

4.6.2

30 Oct 10:04
Compare
Choose a tag to compare

Changed

  • Improved escaping of some HTML elements.
  • Added some missing if ( ! defined( 'ABSPATH' ) ) statements.

Composer

  • Added pronamic/wp-html ^2.2.

4.6.1

18 Oct 14:13
Compare
Choose a tag to compare

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

13 Oct 12:41
Compare
Choose a tag to compare

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)