Skip to content

Latest commit

 

History

History
218 lines (149 loc) · 8.59 KB

CHANGELOG.md

File metadata and controls

218 lines (149 loc) · 8.59 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.5.1 - 2024-12-17

Commits

Full set of changes: 4.5.0...4.5.1

4.5.0 - 2024-09-09

Changed

  • Added plugin information to redirect transaction request. (#5)

Full set of changes: 4.4.0...4.5.0

4.4.0 - 2024-03-26

Added

  • Added <plugin> information to direct transaction request message. (880676c)

Composer

Full set of changes: 4.3.4...4.4.0

4.3.4 - 2023-10-13

Commits

  • Removed unused use Pronamic\WordPress\Pay\Core\Server. (068672d)
  • No longer user Server::get method, will be removed. (55879af)
  • It is recommended not to use reserved keyword "default". (e2543fa)
  • All output should be run through an escaping function. (73632a1)
  • It is recommended not to use reserved keyword "class". (e14f177)

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. (4a66e2d)
  • Updated .gitattributes (a144daa)

Full set of changes: 4.3.2...4.3.3

4.3.2 - 2023-03-27

Commits

Full set of changes: 4.3.1...4.3.2

4.3.1 - 2023-01-31

Composer

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

4.3.0 - 2022-12-22

Commits

  • Use pronamic/wp-http for remote request and SimleXML. (59882c9)
  • Improving PHP 8.0 support. (2f6be14)

Composer

4.2.0 - 2022-09-26

  • Updated payment methods registration.

4.1.2 - 2022-08-15

4.1.1 - 2022-05-30

Fixed

  • Fix possible "Warning: Invalid argument supplied for foreach()" with incomplete config.

4.1.0 - 2022-04-11

  • No longer use global core mode.
  • No longer catch exceptions, should be handled downstream.
  • Remove gateway error usage, exception should be handled downstream.

4.0.1 - 2022-02-16

  • Fixed possible error "Call to a member function get_total() on null".

4.0.0 - 2022-01-11

Changed

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.
  • Changed TaxedMoney to Money, no tax info.
  • Switched to pronamic/wp-coding-standards.

2.1.3 - 2021-04-26

  • Happy 2021.

2.1.2 - 2021-01-18

  • Added support for In3 payment method.
  • Added partial support for Santander 'Betaal per maand' payment method.

2.1.1 - 2020-06-02

  • Update setting consumer bank details.

2.1.0 - 2020-03-19

  • Extend from AbstractGatewayIntegration class.

2.0.6 - 2020-02-03

  • Improved error handling.

2.0.5 - 2019-12-22

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

2.0.4 - 2019-08-27

  • Updated packages.

2.0.3 - 2018-12-12

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

2.0.2 - 2018-05-14

  • Switched to PHP namespaces.

2.0.1 - 2017-12-12

  • Added support for first and last name.

2.0.0 - 2016-11-02

1.1.4 - 2016-03-22

  • Updated gateway settings.

1.1.3 - 2016-03-02

  • Added get settings function.
  • Moving some code the connect library.

1.1.2 - 2016-02-01

  • Added an gateway settings class.

1.1.1 - 2015-03-26

  • Updated to WordPress pay core library version 1.2.0.

1.1.0 - 2015-02-27

  • Updated to WordPress pay core library version 1.1.0.

1.0.0 - 2015-01-19

  • First release.