Releases: bit-apps-pro/wp-validator
Releases · bit-apps-pro/wp-validator
Release list
1.2.3
What's Changed
- fix: improve validation data handling and sanitization logic by @csemazharul in #14
Full Changelog: 1.2.2...1.2.3
1.2.2
1.2.1
1.2.0
Updated the minimum PHP version requirement from 5.6 to 7.2
Added a new validation rule
1.1.0
1.0.3
Changelog
Feature
- Added new sanitization rule.
Fixed
- Validated function returning unwanted data
1.0.2
Changelog
Feature
- Added input sanitization functionality.
Improvement
- Extended the
between,min, andmaxrules to support the array and numeric.
Fixed
- Resolved the "custom rule class not found" issue.