Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
rappasoft committed Sep 14, 2020
2 parents 4b7989e + ee43df0 commit c4b52a7
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 3 deletions.
18 changes: 17 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,29 @@ All notable changes to `lockout` will be documented in this file

## [Unreleased]

## [3.0.0] - 2020-09-13

### Changed

- Laravel 8 Support

## [2.0.0] - 2020-03-17

### Changed

- Laravel 7 Support

## [1.0.1] - 2020-06-26

### Added

- Ability to define a list of pages to whitelist and by what request method.

## 1.0.0 - 2020-02-19

- Initial release

[Unreleased]: https://github.com/rappasoft/laravel-boilerplate/compare/v1.0.1...develop
[Unreleased]: https://github.com/rappasoft/laravel-boilerplate/compare/v3.0.0...develop
[3.0.0]: https://github.com/rappasoft/laravel-boilerplate/compare/v2.0.0...v3.0.0
[2.0.0]: https://github.com/rappasoft/laravel-boilerplate/compare/v1.0.1...v2.0.0
[1.0.1]: https://github.com/rappasoft/laravel-boilerplate/compare/v1.0.0...v1.0.1
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ composer require rappasoft/lockout
:---------|:----------
6.x | 1.x
7.x | 2.x
8.x | 3.x

## Publish

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
}
],
"require": {
"php": "^7.2.5",
"illuminate/support": "^6.0|^7.0"
"php": "^7.3",
"illuminate/support": "^6.0|^7.0|^8.0"
},
"require-dev": {
"orchestra/testbench": "^4.0|^5.0",
Expand Down

0 comments on commit c4b52a7

Please sign in to comment.