Releases: userfrosting/fortress
Releases · userfrosting/fortress
4.4.1
- Replaced Travis with GitHub Action for build
- Upgrade deprecation in tests
4.4.0
- Added support for
UserFrosting/i18n
4.4.0
- Fix bad param when loading YAML from
RequestSchema
- Enables extension of the
RequestDataTransformer
class by allowing implementation of a custom transformField
function (#29)
- Changed private method into protected ones to improve extensibility (#30)
4.3.0
- Dropping support for PHP 5.6 & 7.0
- Updated dependencies
- Updated PHPUnit to 7.5
4.2.2
- Fix error if custom validator doesn't provides a message.
- Removed broken and deprecated
RequestSchema::loadSchema
method.
- 100% Test coverage ([#24])
4.2.1
- Fix issue with ResourceLocator
4.2.0
- Updated Dependencies for 4.2
4.1.2
- Updated Run Method to add NameSpace Array (#23)