From 9fa3a40daca044a8cc5ef0fc2036ee97077eb67a Mon Sep 17 00:00:00 2001 From: david-vaclavek <49518842+david-vaclavek@users.noreply.github.com> Date: Wed, 1 Jul 2026 11:38:02 +0200 Subject: [PATCH 1/2] =?UTF-8?q?=F0=9F=9A=80=20release:=201.6.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .badges.json | 2 +- .github/badges/version.svg | 16 ++++++++-------- CHANGELOG.md | 22 ++++++++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 5 files changed, 34 insertions(+), 12 deletions(-) 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..4090393 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,25 @@ +# 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", From 0ede04dab9d0f56c40e9c316949d0a7038660286 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20V=C3=A1clavek?= <49518842+david-vaclavek@users.noreply.github.com> Date: Wed, 1 Jul 2026 11:42:19 +0200 Subject: [PATCH 2/2] Update CHANGELOG for version 1.6.0 Fix formatting --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4090393..24c1f30 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,5 @@ # 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)