Skip to content
This repository has been archived by the owner on Nov 12, 2020. It is now read-only.

Commit

Permalink
Merge pull request #14 from jkniest/develop
Browse files Browse the repository at this point in the history
Release 1.0.4
  • Loading branch information
jkniest authored Jan 30, 2018
2 parents 7658064 + 25e2e7e commit 4983a71
Show file tree
Hide file tree
Showing 3 changed files with 320 additions and 358 deletions.
5 changes: 5 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).

## [1.0.4] - 2018-01-30
### Added
- Support for laravel 5.6 ([#13](https://github.com/jkniest/HTMLCache/pull/13))

## [1.0.3] - 2018-01-07
### Changed
- GET parameters are now considered in the cache generation
Expand All @@ -27,3 +31,4 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
[1.0.1]: https://github.com/jkniest/HTMLCache/compare/1.0.0...1.0.1
[1.0.2]: https://github.com/jkniest/HTMLCache/compare/1.0.1...1.0.2
[1.0.3]: https://github.com/jkniest/HTMLCache/compare/1.0.2...1.0.3
[1.0.4]: https://github.com/jkniest/HTMLCache/compare/1.0.3...1.0.4
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "A simple HTML Cache middleware for laravel",
"type": "library",
"require": {
"laravel/framework": "^5.4|^5.5"
"laravel/framework": "^5.4|^5.5|^5.6"
},
"require-dev": {
"phpunit/phpunit": "^6.3",
Expand Down
Loading

0 comments on commit 4983a71

Please sign in to comment.