Releases: pronamic/wp-number
Releases · pronamic/wp-number
1.3.2
1.3.1
Commits
- 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)
1.3.0
1.2.1
Composer
- Changed
php
from>=8.0
to>=7.4
.
1.2.0
- 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
.
1.0.1
- Added number parser.
1.0.0
Added
- First release.