Skip to content
Merged

1.6.0 #128

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .badges.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
{
"fileName": "version.svg",
"label": "npm",
"status": "1.4.0",
"status": "1.6.0",
"icon": "npm"
}
]
Expand Down
16 changes: 8 additions & 8 deletions .github/badges/version.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
# 1.6.0 (2026-07-01)

### πŸ”€ Pull Requests

- [RBAC support β€” four plugin permissions + admin route gates (LOC-4200) #127](https://github.com/localazy/strapi-plugin/pull/127)

### ✨ Features

- RBAC support β€” register four plugin permissions + gate all admin routes (LOC-4200) ([d06cd79](https://github.com/localazy/strapi-plugin/commit/d06cd79)) ([#127](https://github.com/localazy/strapi-plugin/pull/127))

### πŸ› Bug Fixes

- address David's RBAC follow-ups on LOC-4200 ([d06cd79](https://github.com/localazy/strapi-plugin/commit/d06cd79)) ([#127](https://github.com/localazy/strapi-plugin/pull/127))
- drop category from plugins-section RBAC actions so they register (LOC-4200) ([d06cd79](https://github.com/localazy/strapi-plugin/commit/d06cd79)) ([#127](https://github.com/localazy/strapi-plugin/pull/127))
- gate destructive plugin-settings PUT behind settings.update (LOC-4200) ([d06cd79](https://github.com/localazy/strapi-plugin/commit/d06cd79)) ([#127](https://github.com/localazy/strapi-plugin/pull/127))
- gate settings routes and webhook-author select by RBAC (LOC-4200) ([d06cd79](https://github.com/localazy/strapi-plugin/commit/d06cd79)) ([#127](https://github.com/localazy/strapi-plugin/pull/127))
- send Download ui-languages with transfer request (LOC-4200) ([d06cd79](https://github.com/localazy/strapi-plugin/commit/d06cd79)) ([#127](https://github.com/localazy/strapi-plugin/pull/127))
- surface all four RBAC permissions in the Plugins tab (LOC-4200) ([d06cd79](https://github.com/localazy/strapi-plugin/commit/d06cd79)) ([#127](https://github.com/localazy/strapi-plugin/pull/127))

### 🧰 Other Commits

- trim verbose RBAC code comments (LOC-4200) ([d06cd79](https://github.com/localazy/strapi-plugin/commit/d06cd79)) ([#127](https://github.com/localazy/strapi-plugin/pull/127))

# 1.4.0 (2026-05-13)

### πŸ”€ Pull Requests
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@localazy/strapi-plugin",
"version": "1.5.0",
"version": "1.6.0",
"description": "The official Strapi Plugin by Localazy.",
"keywords": [
"strapi",
Expand Down
Loading