Skip to content

Latest commit

 

History

History
181 lines (104 loc) · 6.77 KB

CHANGELOG.md

File metadata and controls

181 lines (104 loc) · 6.77 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

1.7.0 - 2024-10-18

Commits

Composer

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

Full set of changes: 1.6.0...1.7.0

1.6.0 - 2024-05-27

Commits

Composer

Full set of changes: 1.5.1...1.6.0

1.5.1 - 2024-02-12

Added

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

Full set of changes: 1.5.0...1.5.1

1.5.0 - 2024-02-07

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

Full set of changes: 1.4.0...1.5.0

1.4.0 - 2023-10-13

Changed

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

Full set of changes: 1.3.0...1.4.0

1.3.0 - 2023-09-11

Commits

Composer

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

Full set of changes: 1.2.3...1.3.0

1.2.3 - 2023-08-23

Commits

  • Fixed some WPCS 3 warnings. (c05be91)

Full set of changes: 1.2.2...1.2.3

1.2.2 - 2023-07-12

Commits

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

Full set of changes: 1.2.1...1.2.2

1.2.1 - 2023-04-04

Fixed

  • Fixed PHP warning about missing package.json file.

Commits

Full set of changes: 1.2.0...1.2.1

1.2.0 - 2023-03-29

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)

Full set of changes: 1.1.1...1.2.0

1.1.1 - 2023-01-31

Composer

  • Changed php from >=8.0 to >=7.4. Full set of changes: 1.1.0...1.1.1

1.1.0 - 2022-12-22

Commits

Composer

  • Changed php from >=7.4 to >=8.0. Full set of changes: 1.0.0...1.1.0

1.0.0 - 2022-11-28

Added