All notable changes to this project will be documented in this file.
This projects adheres to Semantic Versioning and Keep a CHANGELOG.
4.4.2 - 2023-12-18
- Fixed "Deprecated: Creation of dynamic property Pronamic\WordPress\Pay\Extensions\FormidableForms\Extension::$action is deprecated". (eaa641b)
- Fixed "Deprecated: Creation of dynamic property ... is deprecated". (3d38755)
Full set of changes: 4.4.1...4.4.2
4.4.1 - 2023-11-15
- Fixed "Fatal error: Uncaught Error: Call to undefined method Pronamic\WordPress\Pay\Fields\SelectFieldOption::render()". (82f886e)
Full set of changes: 4.4.0...4.4.1
4.4.0 - 2023-09-11
- Merge pull request #5 from pronamic/4-add-support-for-order-id-setting (7222a5c)
- Fixed
Closures / anonymous functions only have access to $this if used within a class or when bound to an object using bindTo()
. (11690f8) - Added setting for order ID template. (c49948b)
- phpcbf (7d250b9)
- More DRY settings fields. (91e03d4)
Full set of changes: 4.3.4...4.4.0
4.3.4 - 2023-06-01
- Switch from
pronamic/wp-deployer
topronamic/pronamic-cli
. (676ce44) - Updated .gitattributes (213ee43)
Full set of changes: 4.3.3...4.3.4
4.3.3 - 2023-03-27
- Set Composer type to WordPress plugin. (055a8c2)
- Updated .gitattributes (d25a8c0)
- Requires PHP: 7.4. (fd2345b)
Full set of changes: 4.3.2...4.3.3
4.3.2 - 2023-01-31
- Changed
php
from>=8.0
to>=7.4
. Full set of changes:4.3.1...4.3.2
4.3.1 - 2023-01-18
Full set of changes: 4.3.0...4.3.1
4.3.0 - 2022-12-23
- Added https://github.com/WordPress/wp-plugin-dependencies. (e35ee01)
- No longer use
filter_
functions and deprecatedFILTER_SANITIZE_STRING
. (58cb81a)
- Changed
php
from>=5.6.20
to>=8.0
. - Changed
wp-pay/core
from^4.4
tov4.6.0
. Release notes: https://github.com/pronamic/wp-pay-core/releases/tag/v4.2.1 Full set of changes:4.2.1...4.3.0
4.2.1 - 2022-09-27
- Update to
wp-pay/core
version^4.4
.
4.2.0 - 2022-09-26
- Updated for new payment methods and fields registration.
4.1.1 - 2022-08-15
- Fixed not showing error messages if form success action is not 'message'.
4.1.0 - 2022-04-11
- Add payment action setting for gateway configuration.
4.0.0 - 2022-01-10
- Updated to https://github.com/pronamic/wp-pay-core/releases/tag/4.0.0.
- Added support for checkboxes field type.
- Don't force description to have a dynamic part (use
[id]
in transaction description setting instead).
3.0.0 - 2021-08-05
- Updated to
pronamic/wp-pay-core
version3.0.0
. - Updated to
pronamic/wp-money
version2.0.0
. - Changed
TaxedMoney
toMoney
, no tax info. - Switched to
pronamic/wp-coding-standards
. - Ignore unsupported recurring-only payment methods in payment method select field.
2.2.1 - 2021-01-21
- Fixed using undefined variable.
- Removed debug code.
2.2.0 - 2021-01-14
- Simplified icon hover style.
- Updated form action icon.
- Added support for form settings redirect success URL.
- Removed payment data class.
2.1.4 - 2020-11-09
- Improved error handling on payment start.
- Fixed incorrect amount when using product fields.
2.1.3 - 2020-06-02
- Add payment origin post ID.
2.1.2 - 2020-04-20
- Updated settings description for delaying email notifications.
2.1.1 - 2020-04-03
- Set plugin integration name.
2.1.0 - 2020-03-19
- Extension extends abstract plugin integration with dependency.
2.0.4 - 2019-12-22
- Improved error handling with exceptions.
- Updated usage of deprecated
addItem()
method. - Updated payment status class name.
2.0.3 - 2019-08-26
- Updated packages.
2.0.2 - 2019-05-15
- Improve support for AJAX enabled forms.
2.0.1 - 2018-12-12
- Use renamed item methods in payment data.
2.0.0 - 2018-05-14
- Switched to PHP namespaces.
1.0.2 - 2017-01-25
- Added filter for payment source link and description.
1.0.1 - 2016-03-23
- Added support for transaction description.
- First release.