Skip to content
This repository has been archived by the owner on Apr 28, 2024. It is now read-only.

Latest commit

 

History

History
executable file
·
76 lines (58 loc) · 2.68 KB

CHANGELOG.md

File metadata and controls

executable file
·
76 lines (58 loc) · 2.68 KB

Changelog

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.

  • Update dependencies
  • Replaced Travis with GitHub Action for build
  • Fix deprecation in tests
  • Update dependencies
  • Added PHP 7.4 to Travis
  • Fix issue with test data
  • Remove '?string' in UserFrosting\Support\Repository:mergeItems() method to restore compatability with RequestSchemaInterface.
  • Remove ':array' in UserFrosting\Support\Repository\PathBuilder:buildPaths() abstract method to restore compatability with ConfigPathBuilder
  • 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
  • Dropping support for PHP 5.6 & 7.0
  • Updated Illuminate/Config to 5.8
  • Updated PHPUnit to 7.5
  • 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
  • Replaced rockettheme/toolbox with userfrosting/uniformresourcelocator.
  • Lower required version of symfony/yaml
  • Implement DotenvEditor class
  • Implement NotFoundException
  • Implement Loader and PathBuilder classes
  • Some renaming of variables
  • Unit tests...finally

4.0.0

  • Initial Release