Skip to content

Latest commit

 

History

History
223 lines (161 loc) · 8.93 KB

CHANGELOG.md

File metadata and controls

223 lines (161 loc) · 8.93 KB

Change Log

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

This projects adheres to Semantic Versioning and Keep a CHANGELOG.

4.3.4 - 2024-03-26

Commits

Full set of changes: 4.3.3...4.3.4

4.3.3 - 2023-06-01

Commits

  • Switch from pronamic/wp-deployer to pronamic/pronamic-cli. (b53a9fa)
  • Updated .gitattributes (60718b3)

Full set of changes: 4.3.2...4.3.3

4.3.2 - 2023-03-29

Commits

  • Set Composer type to wordpress-plugin. (5014877)
  • Change refund function signature. (c2d2732)
  • Updated .gitattributes (0e5fa4c)
  • Requires PHP: 7.4. (3bb5d4a)

Composer

4.3.1 - 2023-01-31

Added

  • Added Software HTTP header to all remote Buckaroo requests for partnership.

Composer

  • Changed php from >=8.0 to >=7.4. Full set of changes: 4.3.0...4.3.1

4.3.0 - 2022-12-29

Commits

Composer

4.2.2 - 2022-10-11

  • Fixed possible "Warning: Invalid argument supplied for foreach()" when enriching payment methods (#7).

4.2.1 - 2022-09-27

  • Update to wp-pay/core version ^4.4.

4.2.0 - 2022-09-26

4.1.0 - 2022-04-11

  • No longer catch exception, should be handled downstream.
  • No longer use core gateway mode.

4.0.0 - 2022-01-11

Changed

Fixed

  • Fix "Fatal error: Uncaught Exception: Could not JSON decode response, HTTP response: "400 Bad Request", HTTP body length: "67", JSON error: "Syntax error"." when getting issuers with invalid configuration.

3.0.2 - 2021-08-18

  • Fix "Fatal error: Uncaught Error: Undefined class constant 'V_PAY'".

3.0.1 - 2021-08-16

  • Added support for American Express, Maestro, Mastercard, V PAY and Visa.
  • Save CustomerIBAN and CustomerBIC for Sofort payments.

3.0.0 - 2021-08-05

  • Updated to pronamic/wp-pay-core version 3.0.0.
  • Updated to pronamic/wp-money version 2.0.0.
  • Switched to pronamic/wp-coding-standards.
  • Fix setting BIC as consumer bank details IBAN in status update.
  • Updated hooks documentation.

2.2.0 - 2021-06-18

  • Added initial support for refunds.
  • Added WP-CLI command to retrieve the transaction status by transaction key.
  • Updated integration to JSON API.
  • Switched to WordPress REST API for Push URL.

2.1.2 - 2021-04-26

  • Started using pronamic/wp-http.

2.1.1 - 2020-04-20

  • Fixed HTML entities in payment description resulting in invalid signature error.

2.1.0 - 2020-03-19

  • Update setting consumer bank details.

2.0.4 - 2019-12-22

  • Added URL to manual in gateway settings.
  • Improved error handling with exceptions.
  • Updated output fields to use payment.
  • Updated payment status class name.

2.0.3 - 2019-08-27

  • Updated packages.

2.0.2 - 2019-03-29

  • Improved Buckaroo push response handling when payment was not found.
  • Added missing PHP namespace alias usage Pronamic\WordPress\Pay\Core\Server.

2.0.1 - 2018-12-12

  • Use issuer field from core gateway.
  • Updated deprecated function calls.

2.0.0 - 2018-05-09

  • Switched to PHP namespaces.

1.2.9 - 2017-12-12

  • Added support for PayPal payment method.

1.2.8 - 2017-05-01

  • Use custom payment ID field in transaction request/response instead of invoice number.

1.2.7 - 2017-04-10

  • Use brq_push parameter for the Buckaroo Push URL.

1.2.6 - 2016-10-20

  • Fixed unable to use payment method 'All available methods'.
  • Added new Bancontact constant.
  • Fixed Fatal error: Call to undefined method Pronamic_WP_Pay_Gateways_Buckaroo_Client::get_error().

1.2.5 - 2016-06-14

  • Simplified the gateway payment start function.

1.2.4 - 2016-04-12

  • Added support for iDEAL issuer.

1.2.3 - 2016-03-23

  • Added product and dashboard URLs.
  • Updated gateway settings and add support for 'brq_excludedservices' parameter.
  • Added advanced setting for 'brq_invoicenumber' parameter.

1.2.2 - 2016-03-02

  • Added get settings function.

1.2.1 - 2016-02-01

  • Added an gateway settings class.

1.2.0 - 2015-11-02

  • Renamed namespace prefix from 'class Pronamic_WP_Pay_Buckaroo_' to 'Pronamic_WP_Pay_Gateways_Buckaroo_'.

1.1.2 - 2015-10-14

  • Fix incorrect signature due to slashes in data.

1.1.1 - 2015-03-26

  • Updated WordPress pay core library to version 1.2.0.
  • Return array with output fields instead of HTML.

1.1.0 - 2015-02-27

[1.0.0] - 2015-01-19

  • First release.