strapi-plugin-navigation 2.5.3 → 2.5.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -16,12 +16,6 @@
16
16
  <a href="https://codecov.io/gh/VirtusLab/strapi-plugin-navigation">
17
17
  <img src="https://codecov.io/gh/VirtusLab/strapi-plugin-navigation/coverage.svg?branch=master" alt="codecov.io" />
18
18
  </a>
19
- <a href="https://sharing.clickup.com/tl/xhcmx-43/strapiv-4-navigation-roadmap">
20
- <img src="https://img.shields.io/website?down_message=roadmap&label=product&up_message=roadmap&url=https%3A%2F%2Fsharing.clickup.com%2Ftl%2Fxhcmx-43%2Fstrapiv-4-navigation-roadmap" />
21
- </a>
22
- <a href="https://sharing.clickup.com/b/6-169004201-2/strapiv-4-navigation-board">
23
- <img src="https://img.shields.io/website?down_message=board&label=product&up_color=blue&up_message=board&url=https%3A%2F%2Fsharing.clickup.com%2Fb%2F6-169004201-2%2Fstrapiv-4-navigation-board" />
24
- </a>
25
19
  </div>
26
20
 
27
21
  ---
@@ -37,26 +31,32 @@ Strapi Navigation Plugin provides a website navigation / menu builder feature fo
37
31
  - RFR (ready for handling by Redux First Router)
38
32
 
39
33
  ### Table of Contents
40
- 1. [ Features](#-features)
41
- 2. [ Installation](#-installation)
42
- 3. [🖐 Requirements](#-requirements)
43
- 4. [🔧 Basic Configuration](#-configuration)
34
+ 1. [💎 Versions](#-versions)
35
+ 2. [ Features](#-features)
36
+ 3. [ Installation](#-installation)
37
+ 4. [🖐 Requirements](#-requirements)
38
+ 5. [🔧 Basic Configuration](#-configuration)
44
39
  - [Settings page](#in-v203-and-newer)
45
40
  - [Plugin file](#in-v202-and-older--default-configuration-state-for-v203-and-newer)
46
- 5. [🔧 GraphQL Configuration](#-gql-configuration)
47
- 6. [🌍 i18n Internationalization](#-i18n-internationalization)
48
- 7. [👤 RBAC](#-rbac)
49
- 8. [🔐 Authorization strategy](#-authorization-strategy)
50
- 9. [🕸️ Public API specification](#%EF%B8%8F-public-api-specification)
41
+ 6. [🔧 GraphQL Configuration](#-gql-configuration)
42
+ 7. [🌍 i18n Internationalization](#-i18n-internationalization)
43
+ 8. [👤 RBAC](#-rbac)
44
+ 9. [🔐 Authorization strategy](#-authorization-strategy)
45
+ 10. [🕸️ Public API specification](#%EF%B8%8F-public-api-specification)
51
46
  - [REST API](#rest-api)
52
47
  - [GraphQL API](#graphql-api)
53
- 10. [🔌 Extensions](#-extensions)
54
- 11. [🌿 Model lifecycle hooks](#model-life-cycle-hooks)
55
- 11. [🧹 REST Cache](#rest-cache)
56
- 12. [🧩 Examples](#-examples)
57
- 13. [💬 FAQ](#-faq)
58
- 14. [🤝 Contributing](#-contributing)
59
- 15. [👨‍💻 Community support](#-community-support)
48
+ 11. [🔌 Extensions](#-extensions)
49
+ 12. [🌿 Model lifecycle hooks](#model-life-cycle-hooks)
50
+ 13. [🧹 REST Cache](#rest-cache)
51
+ 14. [🧩 Examples](#-examples)
52
+ 15. [💬 FAQ](#-faq)
53
+ 16. [🤝 Contributing](#-contributing)
54
+ 17. [👨‍💻 Community support](#-community-support)
55
+
56
+ ## 💎 Versions
57
+ - **Strapi v5** - [v3.x](https://github.com/VirtusLab-Open-Source/strapi-plugin-navigation/tree/v5)
58
+ - **Strapi v4** - (current) [v2.x](https://github.com/VirtusLab-Open-Source/strapi-plugin-navigation)
59
+ - **Strapi v3** - [v1.x](https://github.com/VirtusLab-Open-Source/strapi-plugin-navigation/tree/strapi-v3)
60
60
 
61
61
  ## ✨ Features
62
62
 
@@ -124,7 +124,7 @@ Complete installation requirements are exact same as for Strapi itself and can b
124
124
 
125
125
  **Supported Strapi versions**:
126
126
 
127
- - Strapi v4.24.x (recently tested)
127
+ - Strapi v4.25.11 (recently tested)
128
128
  - Strapi v4.x
129
129
 
130
130
  > This plugin is designed for **Strapi v4** and is not working with v3.x. To get version for **Strapi v3** install version [v1.x](https://github.com/VirtusLab-Open-Source/strapi-plugin-navigation/tree/strapi-v3).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "strapi-plugin-navigation",
3
- "version": "2.5.3",
3
+ "version": "2.5.4",
4
4
  "description": "Strapi - Navigation plugin",
5
5
  "strapi": {
6
6
  "name": "navigation",
@@ -16,7 +16,7 @@
16
16
  "types": "./types/index.d.ts",
17
17
  "dependencies": {
18
18
  "@sindresorhus/slugify": "1.1.0",
19
- "@strapi/utils": "^4.25.8",
19
+ "@strapi/utils": "^4.25.11",
20
20
  "lodash": "^4.17.21",
21
21
  "pluralize": "^8.0.0",
22
22
  "react": "^18.2.0",
@@ -28,7 +28,7 @@
28
28
  },
29
29
  "devDependencies": {},
30
30
  "peerDependencies": {
31
- "@strapi/data-transfer": "4.25.8",
31
+ "@strapi/data-transfer": "4.25.11",
32
32
  "@strapi/strapi": "4.x",
33
33
  "react": "^17.0.0 || ^18.0.0",
34
34
  "react-dom": "^17.0.0 || ^18.0.0",