Skip to content
This repository has been archived by the owner on Aug 5, 2021. It is now read-only.

Latest commit

 

History

History
87 lines (68 loc) · 3.23 KB

CHANGELOG.md

File metadata and controls

87 lines (68 loc) · 3.23 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.

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.

2.1.1 - 2021-04-26

  • Happy 2021.

2.1.0 - 2020-03-19

  • Update setting consumer bank details.
  • Extend from AbstractGatewayIntegration class.

2.0.3 - 2019-12-22

  • Added support for payments without method specified.
  • Added URL to manual in gateway settings.
  • Improved bank transfer payment instructions.
  • Updated payment status class name.

2.0.2 - 2019-08-27

  • Updated packages.

2.0.1 - 2018-12-12

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

2.0.0 - 2018-05-14

  • Switched to PHP namespaces.

1.0.7 - 2017-05-01

  • Fixed issuer not set if payment method is not empty.
  • Improved error handling for inactive payment methods.
  • Make payment method required.

1.0.6 - 2017-04-07

  • Only set iDEAL payment method if none set yet.
  • Added two extra payment methods.
  • Added extra supported payment methods.

1.0.5 - 2016-10-20

  • Added payment_status_request feature support.
  • Removed schedule status check event, this will be part of the Pronamic iDEAL plugin.
  • Simplified payment methods constants code.
  • Added error status.

1.0.4 - 2016-06-08

  • Simplified the gateway payment start function.

1.0.3 - 2016-03-22

  • Added webhook listener.
  • Added scheduled events to check transaction status.
  • Updated gateway settings.

1.0.2 - 2016-03-02

  • Added get_settings function.
  • Moved get_gateway_class() function to the configuration class.
  • Removed get_config_class(), no longer required.

1.0.1 - 2016-02-03

  • Fix fatal error "Can't use method return value in write context".

1.0.0 - 2016-02-01

  • First release.