Skip to content

Commit 074382c

Browse files
drbytegithub-actions[bot]
authored andcommitted
Update CHANGELOG
1 parent dbd3d46 commit 074382c

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
All notable changes to `laravel-permission` will be documented in this file
44

5+
## 5.5.15 - 2022-10-23
6+
7+
Autocomplete all Blade directives via Laravel Idea plugin
8+
9+
### What's Changed
10+
11+
- Autocomplete all Blade directives via Laravel Idea plugin by @maartenpaauw in https://github.com/spatie/laravel-permission/pull/2210
12+
- Add tests for display roles/permissions on UnauthorizedException by @erikn69 in https://github.com/spatie/laravel-permission/pull/2228
13+
14+
**Full Changelog**: https://github.com/spatie/laravel-permission/compare/5.5.14...5.5.15
15+
516
## 5.5.14 - 2022-10-21
617

718
FIXED BREAKING CHANGE. (Sorry about that!)
@@ -501,6 +512,7 @@ The following changes are not "breaking", but worth making the updates to your a
501512

502513

503514

515+
504516
```
505517
1. Also this is a good time to point out that now with v2.25.0 and v2.26.0 most permission-cache-reset scenarios may no longer be needed in your app, so it's worth reviewing those cases, as you may gain some app speed improvement by removing unnecessary cache resets.
506518

@@ -564,6 +576,7 @@ The following changes are not "breaking", but worth making the updates to your a
564576

565577

566578

579+
567580
```
568581
## 2.19.1 - 2018-09-14
569582

0 commit comments

Comments
 (0)