Skip to content
This repository has been archived by the owner on Feb 16, 2022. It is now read-only.

Commit

Permalink
Merge branch 'release/v2.1.1'
Browse files Browse the repository at this point in the history
* release/v2.1.1:
  Bump version
  Fix yajra/laravel-datatables-fractal and league/fractal compatibility
  Update changelog
  • Loading branch information
Omranic committed Jun 2, 2019
2 parents 5ede69a + a44e1bc commit c98d3c6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](CONTRIBUTING.md).


## [v2.1.1] - 2019-06-02
- Fix yajra/laravel-datatables-fractal and league/fractal compatibility

## [v2.1.0] - 2019-06-02
- Update composer deps
- Drop PHP 7.1 travis test
- Refactor migrations and artisan commands, and tweak service provider publishes functionality

## [v2.0.0] - 2019-03-03
- Require PHP 7.2 & Laravel 5.8
- Rename environment variable QUEUE_DRIVER to QUEUE_CONNECTION
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"cortex/foundation": "^2.0.0",
"davejamesmiller/laravel-breadcrumbs": "^5.2.0",
"laravelcollective/html": "~5.8.0",
"league/fractal": "^0.18.0",
"league/fractal": "^0.17.0",
"proengsoft/laravel-jsvalidation": "^2.4.0",
"rinvex/laravel-attributes": "^2.0.0",
"rinvex/laravel-composer": "^2.0.0",
Expand Down

0 comments on commit c98d3c6

Please sign in to comment.