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

Commit

Permalink
4.3.4 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
lcharette authored Jan 6, 2020
2 parents 6d60e0d + fddbbc1 commit 84d3c31
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ php:
- 7.1
- 7.2
- 7.3
- 7.4

before_script:
- travis_retry composer self-update
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [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.

Expand Down
2 changes: 1 addition & 1 deletion tests/Repository/data/core/owls/tyto.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"plumage": "floofy"
"plumage": "floofy"
}

0 comments on commit 84d3c31

Please sign in to comment.