All notable changes to this project will be documented in this file.
This projects adheres to Semantic Versioning and Keep a CHANGELOG.
4.3.2 - 2024-12-17
- Happy 2024. (94544e9)
Full set of changes: 4.3.1...4.3.2
4.3.1 - 2024-06-19
Full set of changes: 4.3.0...4.3.1
4.3.0 - 2024-06-07
- Please note: In the "Pronamic Pay" plugin, all images have been removed from the
wp-content/plugins/pronamic-ideal/images/
folder. Users who use images from this folder for the Event Espresso payment methods button URL settings will need to update their settings. Users can upload images to their WordPress media library themselves. Logos and icons of popular payment methods can be found at https://github.com/pronamic/wp-pay-logos.
- Removed the Pronamic gateway deafult icon URL.
- No longer use files from plugin directory
pronamic-ideal/images
. (fa893a6) - Make standalone plugin for easier development and testing. (31e388c)
- Added
automattic/jetpack-autoloader
^3.0
. - Added
composer/installers
^2.2
. - Added
woocommerce/action-scheduler
^3.8
.
Full set of changes: 4.2.4...4.3.0
4.2.4 - 2024-03-26
- Fixed "All output should be run through an escaping function". (f71ca74)
- 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: 4.2.3...4.2.4
4.2.3 - 2023-06-01
- Switch from
pronamic/wp-deployer
topronamic/pronamic-cli
. (078fa8c) - Updated .gitattributes (f491f44)
Full set of changes: 4.2.2...4.2.3
4.2.2 - 2023-03-27
- Set Composer type to WordPress plugin. (3579839)
- Updated .gitattributes (c6ed85a)
- Requires PHP: 7.4. (36ea581)
Full set of changes: 4.2.1...4.2.2
4.2.1 - 2023-01-31
- Changed
php
from>=8.0
to>=7.4
. Full set of changes:4.2.0...4.2.1
4.2.0 - 2022-12-23
- Changed
php
from>=5.6.20
to>=8.0
. - Changed
wp-pay/core
from^4.5
tov4.6.0
. Release notes: https://github.com/pronamic/wp-pay-core/releases/tag/v4.1.2 Full set of changes:4.1.2...4.2.0
4.1.2 - 2022-11-07
- Fixed "Expected type 'null|array'. Found 'string'.".
4.1.1 - 2022-09-27
- Update to
wp-pay/core
version^4.4
.
4.1.0 - 2022-09-26
- Updated for new payment methods and fields registration.
4.0.0 - 2022-01-10
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
.
2.3.2 - 2021-05-11
- Use
$transaction->remaining()
instead of$transaction->total()
so that incomplete or manual payments are also included. - Fixed "Non-static method EventEspressoHelper::get_description() should not be called statically" warning/error.
2.3.1 - 2021-04-26
- Fixed setting payment method.
2.3.0 - 2021-01-14
- Removed payment data class.
2.2.1 - 2020-04-03
- Set plugin integration name.
2.2.0 - 2020-03-19
- Extension extends from abstract plugin integration.
2.1.3 - 2019-12-22
- Improved error handling with exceptions.
- Updated usage of deprecated
addItem()
method. - Updated output fields to use payment.
- Updated payment status class name.
2.1.2 - 2019-08-26
- Updated packages.
2.1.1 - 2018-09-28
- Use updated iDEAL gateway class name.
- Use cards icon as default icon for Pronamic payment method too.
2.1.0 - 2018-08-28
- Complete rewrite of the library.
- Removed support for Event Espresso version older than 4.6.
2.0.0 - 2018-05-14
- Switched to PHP namespaces.
1.1.6 - 2017-01-25
- Added filter for payment source description and URL.
1.1.5 - 2016-10-20
- Use payment redirect URL.
- Added help text with available tags.
- Added support for custom transaction descriptions.
1.1.4 - 2016-04-12
- No longer use camelCase for payment data.
- Set global WordPress gateway config as default config in gateways.
1.1.3 - 2016-02-11
- Fix only first payment updates EE transaction.
- Set default payment method to iDEAL if required.
- Added iDEAL gateway and payment method.
- Removed status code from redirect in status_update.
1.1.2 - 2015-10-14
- Fix sending multiple notifications.
1.1.1 - 2015-04-02
- Updated WordPress pay core library to version 1.2.0.
- No longer parse HTML input fields but use the new get_output_fields() function.
- Added workaround for strange behaviour with 2 config select options.
1.1.0 - 2015-03-25
- Added experimental support for Event Espresso 4.6 (or higher).
1.0.3 - 2015-03-03
- Changed WordPress pay core library requirement from
~1.0.0
to>=1.0.0
.
1.0.2 - 2015-02-16
- Fixed fatal error on Event Espresso version 4.6 (or higher).
1.0.1 - 2015-01-27
- Fixed issue with getting customer name.
- First release.