Skip to content

Latest commit

 

History

History
187 lines (122 loc) · 7.47 KB

CHANGELOG.md

File metadata and controls

187 lines (122 loc) · 7.47 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.3.3 - 2024-12-17

Commits

  • Allow automattic/jetpack-autoloader Composer plugin. (bb372d9)
  • Happy 2024. (e752cc0)

Full set of changes: 3.3.2...3.3.3

3.3.2 - 2024-03-26

Commits

  • Fixed “Missing script: ‘login’” on npm start. (c606ac5)

Composer

Full set of changes: 3.3.1...3.3.2

3.3.1 - 2024-02-13

Changed

Full set of changes: 3.3.0...3.3.1

3.3.0 - 2024-02-07

Changed

  • The code further complies with (WordPress) coding standards.

Full set of changes: 3.2.4...3.3.0

3.2.4 - 2023-10-13

Commits

  • Added ninja-forms-save-progress for #8. (118b910)
  • Added extra Ninja Forms extensions for testing features. (50fa9b8)
  • Use new pronamic/wp-env-quick-login library. (e27cdcd)
  • Auto setup after wp-env start. (ab9314f)

Full set of changes: 3.2.3...3.2.4

3.2.3 - 2023-06-01

Commits

  • Switch from pronamic/wp-deployer to pronamic/pronamic-cli. (164e796)

Full set of changes: 3.2.2...3.2.3

3.2.2 - 2023-03-27

Commits

  • Set Composer type to WordPress plugin. (159c033)
  • No longer use \pronamic_pay_plugin()->get_pages(). (794a80f)
  • Created .gitattributes (726c751)
  • Requires PHP: 7.4. (1c0fff0)

Full set of changes: 3.2.1...3.2.2

3.2.1 - 2023-01-31

Composer

  • Changed php from >=8.0 to >=7.4. Full set of changes: 3.2.0...3.2.1

3.2.0 - 2022-12-23

Commits

  • Added "Requires Plugins" header. (11eb54d)
  • No longer use deprecated FILTER_SANITIZE_STRING. (9f926c4)

Composer

3.1.1 - 2022-09-27

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

3.1.0 - 2022-09-26

  • Updated for new payment methods and fields registration.

3.0.1 - 2022-02-16

  • Fixed delaying all actions (#4).

3.0.0 - 2022-01-10

Changed

2.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.

1.5.1 - 2021-05-28

  • Improved delayed actions.

1.5.0 - 2021-04-26

  • Added support for delayed actions.

1.4.0 - 2021-01-21

  • Added gateway configuration setting to form action.

1.3.0 - 2021-01-14

  • Removed payment data class.
  • Fixed notice payment redirect URL.

1.2.0 - 2020-04-03

  • Added payment status page action settings.
  • Updated action redirect to use payment redirect URL.
  • Updated integration dependencies.
  • Set plugin integration name.

1.1.0 - 2020-03-19

  • Fix incorrect selected payment method in payment methods fields when editing entry.
  • Extension extends abstract plugin integration.

1.0.3 - 2019-12-22

  • Improved error handling with exceptions.

1.0.2 - 2019-08-26

  • Updated packages.

1.0.1 - 2019-04-15

  • Fix form builder not loading due to removed 'pricing' field type section since Ninja Forms 3.4.6.
  • Workaround Ninja Forms not passing plugin default currency setting correctly.

1.0.0 - 2018-05-16

  • First release.