Skip to content
This repository has been archived by the owner on Jan 10, 2022. It is now read-only.

Latest commit

 

History

History
72 lines (54 loc) · 2.61 KB

CHANGELOG.md

File metadata and controls

72 lines (54 loc) · 2.61 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.
  • Changed TaxedMoney to Money, no tax info.
  • Switched to pronamic/wp-coding-standards.

2.3.2 - 2021-01-19

  • Fixed using unknown classes.

2.3.1 - 2021-01-18

  • Fixed syntax errors.

2.3.0 - 2021-01-14

  • Removed payment data class.

2.2.1 - 2020-04-03

  • Updated integration dependencies.
  • Set plugin integration name.

2.2.0 - 2020-03-19

  • Extension extends abstract plugin integration.

2.1.2 - 2019-12-22

  • Improved error handling with exceptions.
  • Updated usage of deprecated addItem() method.
  • Updated payment status class name.

2.1.1 - 2019-08-26

  • Updated packages.

2.1.0 - 2018-12-12

  • Fix processing status updates.
  • Add source information filters.

2.0.0 - 2018-05-14

  • Switched to PHP namespaces.

1.0.3 - 2016-04-12

  • No longer use camelCase for payment data.

1.0.2 - 2016-02-11

  • Removed status code from redirect.

1.0.1 - 2015-03-03

  • Changed WordPress pay core library requirement from ~1.0.0 to >=1.0.0.

1.0.0 - 2015-01-20

  • First release.