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

Releases: userfrosting/support

4.5.0

21 Apr 00:23
20962ff
Compare
Choose a tag to compare
  • Update dependencies

4.4.1

28 Dec 19:18
c9310f4
Compare
Choose a tag to compare
  • Replaced Travis with GitHub Action for build
  • Fix deprecation in tests

4.4.0

18 Mar 00:56
81d6e80
Compare
Choose a tag to compare
  • Update dependencies

4.3.4

06 Jan 00:50
84d3c31
Compare
Choose a tag to compare
  • Added PHP 7.4 to Travis
  • Fix issue with test data

4.3.3

05 Nov 14:31
6d60e0d
Compare
Choose a tag to compare

Remove '?string' in UserFrosting\Support\Repository:mergeItems() method to restore compatability with RequestSchemaInterface.

4.3.2

05 Nov 13:31
67f8eb1
Compare
Choose a tag to compare

Remove ':array' in UserFrosting\Support\Repository\PathBuilder:buildPaths() abstract method to restore compatability with ConfigPathBuilder

4.3.1

05 Nov 00:40
1dba247
Compare
Choose a tag to compare
  • 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

22 Jun 15:06
51ca416
Compare
Choose a tag to compare
  • Dropping support for PHP 5.6 & 7.0
  • Updated Illuminate/Config to 5.8
  • Updated PHPUnit to 7.5

4.2.1

10 Apr 03:10
50238b2
Compare
Choose a tag to compare
  • 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

13 Jan 20:53
a0ee5de
Compare
Choose a tag to compare
  • Replaced rockettheme/toolbox with userfrosting/uniformresourcelocator.