Releases: userfrosting/support
Releases · userfrosting/support
4.4.1
- Replaced Travis with GitHub Action for build
- Fix deprecation in tests
4.3.4
- Added PHP 7.4 to Travis
- Fix issue with test data
4.3.3
Remove '?string' in UserFrosting\Support\Repository:mergeItems()
method to restore compatability with RequestSchemaInterface.
4.3.2
Remove ':array' in UserFrosting\Support\Repository\PathBuilder:buildPaths()
abstract method to restore compatability with ConfigPathBuilder
4.3.1
- Improved code quality & type hinting
- Fixed issue where an empty Yaml file would produce a null. Now returns an empty array
UserFrosting\Support\DotenvEditor\DotenvEditor::load
will throw an error if a null
path is passed.
- Replaced deprecated code in
UserFrosting\Support\Repository\Repository
4.3.0
- Dropping support for PHP 5.6 & 7.0
- Updated Illuminate/Config to 5.8
- Updated PHPUnit to 7.5
4.2.1
- Fix issue with FileRepositoryLoader's
prependPath
method.
- Fix issue with
Util::stripPrefix
if prefix is same as string to process on PHP 5.6.
- 100% test coverage
4.2.0
- Replaced
rockettheme/toolbox
with userfrosting/uniformresourcelocator
.