We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ff47da commit 4002d46Copy full SHA for 4002d46
CHANGELOG.md
@@ -1,20 +1,29 @@
1
# Changelog
2
3
-## 1.0.2 - 2019-08-12
+## 1.1.0 - 2019-08-16
4
+
5
### Added
- - Added Role Middleware
6
7
+- Role Middleware
8
+- Tests for php 7.4
9
10
+### Changed
11
12
+- Minimal php version is 7.2
13
14
## 1.0.1 - 2018-12-11
15
16
17
18
- `hasPermission` is an alias of `hasPermissionTo` #2
19
20
### Fixed
21
22
- Typo in readme #3
-- Quoted paprameter in blade directive #4
23
+- Quoted parameter in blade directive #4
24
25
## 1.0.0 - 2018-11-28
26
27
-- All, init release
28
29
+- Init release
0 commit comments