All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
1.3.3 - 2024-12-17
- Happy 2024. (5e3574f)
Full set of changes: 1.3.2...1.3.3
1.3.2 - 2024-06-07
- Move PHPStan and Psalm from vendor-bin directory. (900dd94)
- Coding standards. (af59d9c)
- Added test for pronamic/wp-pronamic-pay-gravityforms#40 (comment). (1bd35aa)
Full set of changes: 1.3.1...1.3.2
1.3.1 - 2024-05-15
- Fixed "Deprecated: Calling ReflectionProperty::setValue() with a single argument is deprecated". (803e7d7)
- Fixed "All output should be run through an escaping function". (754b9da)
- Fixed "It is recommended not to use reserved keyword "string" as function parameter name. Found: $string". (a903388)
- Fixed "It is recommended not to use reserved keyword "string" as function parameter name. Found: $string". (52a8a30)
- Updated composer.json (70aa3de)
Full set of changes: 1.3.0...1.3.1
1.3.0 - 2023-03-21
- Set Composer type to "wordpress-plugin". (6383fcf)
- Added
negative
function. (9cf872b) - Use Yoast/PHPUnit-Polyfills. (461fdd9)
- Created .gitattributes (1627e69)
Full set of changes: 1.2.1...1.3.0
1.2.1 - 2023-01-31
- Changed
php
from>=8.0
to>=7.4
. Full set of changes:1.2.0...1.2.1
1.2.0 - 2022-12-19
- Increased minimum PHP version to version
8
or higher. - Improved support for PHP
8.1
and8.2
. - Removed usage of deprecated constant
FILTER_SANITIZE_STRING
.
Full set of changes: 1.1.1...1.2.0
- Coding standards.
1.1.0 - 2022-01-10
- Improved precision support pronamic/wp-pronamic-pay#281.
1.0.1 - 2021-09-30
- Added number parser.
1.0.0 - 2021-07-02
- First release.