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
Full set of changes: 3.3.2...3.3.3
3.3.2 - 2024-03-26
- Fixed “Missing script: ‘login’” on
npm start
. (c606ac5)
- Changed
php
from>=7.4
to>=8.0
. - Changed
wp-pay/core
from^4.6
tov4.16.0
. Release notes: https://github.com/pronamic/wp-pay-core/releases/tag/v4.16.0
Full set of changes: 3.3.1...3.3.2
3.3.1 - 2024-02-13
- No longer allow direct file access to plugin file. pronamic/pronamic-pay-with-mollie-for-ninja-forms#2
Full set of changes: 3.3.0...3.3.1
3.3.0 - 2024-02-07
- The code further complies with (WordPress) coding standards.
Full set of changes: 3.2.4...3.3.0
3.2.4 - 2023-10-13
- 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
- Switch from
pronamic/wp-deployer
topronamic/pronamic-cli
. (164e796)
Full set of changes: 3.2.2...3.2.3
3.2.2 - 2023-03-27
- 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
- Changed
php
from>=8.0
to>=7.4
. Full set of changes:3.2.0...3.2.1
3.2.0 - 2022-12-23
- Added "Requires Plugins" header. (11eb54d)
- No longer use deprecated
FILTER_SANITIZE_STRING
. (9f926c4)
- 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/v3.1.1 Full set of changes:3.1.1...3.2.0
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
- Updated to https://github.com/pronamic/wp-pay-core/releases/tag/4.0.0.
- Cleanup Ninja Forms session once payment has been fulfilled.
2.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
.
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.
- First release.