Skip to content

Releases: pronamic/wp-mollie

1.7.0

18 Oct 11:36
Compare
Choose a tag to compare

Commits

Composer

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

1.6.0

27 May 12:06
Compare
Choose a tag to compare

Commits

Composer

1.5.1

12 Feb 19:50
Compare
Choose a tag to compare

Added

  • Added constant for the TWINT method. (331a5a3)

1.5.0

07 Feb 18:58
Compare
Choose a tag to compare

Added

  • Added support for card token. 2941dee

Changed

  • The HTTP timeout option is increased when connecting to Mollie via WP-Cron, WP-CLI or the Action Scheduler library. pronamic/wp-pay-core#170

1.4.0

13 Oct 11:36
Compare
Choose a tag to compare

Changed

  • The payment details ($payment->get_details()) object is now an instance of the ObjectAccess class. (469c231)

1.3.0

11 Sep 09:02
Compare
Choose a tag to compare

Commits

Composer

  • Removed justinrainbow/json-schema ^5.2.
  • Changed php from >=7.4 to >=8.0.

1.2.3

23 Aug 08:47
Compare
Choose a tag to compare

Commits

  • Fixed some WPCS 3 warnings. (c05be91)

1.2.2

12 Jul 08:46
Compare
Choose a tag to compare

Commits

  • Switch to pronamic/pronamic-cli. (eb47e96)
  • Added constant for the Billie method. (a2b6e58)

1.2.1

04 Apr 07:36
ce5ffff
Compare
Choose a tag to compare

Fixed

  • Fixed PHP warning about missing package.json file.

Commits

1.2.0

29 Mar 07:27
Compare
Choose a tag to compare

Changed

  • Extended support for refunds.

Commits

  • Set Composer type to WordPress plugin. (f5ea1bb)
  • Introduce a Client->get_payment_reunfds( $payment_id, $parameters ) method. (88028f6)
  • Don't set type of metadata in JSON schema, since it's documented as mixed. (34f1e4f)
  • Added function Payment->has_refunds(). (36b3062)
  • Added in3 method constant. (7966503)
  • Added support for order payment line ID. (8a3dc0e)
  • Added support for en_GB locale. (a735ca4)