diff --git a/.badges.json b/.badges.json index 8268581..8c2766f 100644 --- a/.badges.json +++ b/.badges.json @@ -4,7 +4,7 @@ { "fileName": "version.svg", "label": "npm", - "status": "1.4.0", + "status": "1.6.0", "icon": "npm" } ] diff --git a/.github/badges/version.svg b/.github/badges/version.svg index d19adc3..cf1fb67 100644 --- a/.github/badges/version.svg +++ b/.github/badges/version.svg @@ -1,20 +1,20 @@ - - npm: 1.4.0 - + + npm: 1.6.0 + - - + + - + diff --git a/CHANGELOG.md b/CHANGELOG.md index 5dccd2c..24c1f30 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package-lock.json b/package-lock.json index a3f0ce7..956fb49 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@localazy/strapi-plugin", - "version": "1.5.0", + "version": "1.6.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@localazy/strapi-plugin", - "version": "1.5.0", + "version": "1.6.0", "license": "MIT", "dependencies": { "jszip": "^3.10.1", diff --git a/package.json b/package.json index bf651f8..877f70c 100644 --- a/package.json +++ b/package.json @@ -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",