strapi-plugin-navigation 2.5.4 → 2.5.5

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
@@ -5,16 +5,16 @@
5
5
  <h1>Strapi v4 - Navigation plugin</h1>
6
6
  <p>Create consumable navigation with a simple and straightforward visual builder</p>
7
7
  <a href="https://www.npmjs.org/package/strapi-plugin-navigation">
8
- <img alt="GitHub package.json version" src="https://img.shields.io/github/package-json/v/VirtusLab-Open-Source/strapi-plugin-navigation?label=npm&logo=npm">
8
+ <img alt="GitHub package.json version" src="https://img.shields.io/github/package-json/v/VirtusLab-Open-Source/strapi-plugin-navigation/strapi-v4?label=npm&logo=npm">
9
9
  </a>
10
10
  <a href="https://www.npmjs.org/package/strapi-plugin-navigation">
11
11
  <img src="https://img.shields.io/npm/dm/strapi-plugin-navigation.svg" alt="Monthly download on NPM" />
12
12
  </a>
13
13
  <a href="https://circleci.com/gh/VirtusLab/strapi-plugin-navigation">
14
- <img src="https://circleci.com/gh/VirtusLab-Open-Source/strapi-plugin-navigation.svg?style=shield" alt="CircleCI" />
14
+ <img src="https://circleci.com/gh/VirtusLab-Open-Source/strapi-plugin-navigation/tree/strapi-v4.svg?style=shield" alt="CircleCI" />
15
15
  </a>
16
16
  <a href="https://codecov.io/gh/VirtusLab/strapi-plugin-navigation">
17
- <img src="https://codecov.io/gh/VirtusLab/strapi-plugin-navigation/coverage.svg?branch=master" alt="codecov.io" />
17
+ <img src="https://codecov.io/gh/VirtusLab/strapi-plugin-navigation/coverage.svg?branch=strapi-v4" alt="codecov.io" />
18
18
  </a>
19
19
  </div>
20
20
 
@@ -54,8 +54,8 @@ Strapi Navigation Plugin provides a website navigation / menu builder feature fo
54
54
  17. [👨‍💻 Community support](#-community-support)
55
55
 
56
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)
57
+ - **Strapi v5** - [v3.x](https://github.com/VirtusLab-Open-Source/strapi-plugin-navigation)
58
+ - **Strapi v4** - (current) [v2.x](https://github.com/VirtusLab-Open-Source/strapi-plugin-navigation/tree/strapi-v4)
59
59
  - **Strapi v3** - [v1.x](https://github.com/VirtusLab-Open-Source/strapi-plugin-navigation/tree/strapi-v3)
60
60
 
61
61
  ## ✨ Features
@@ -70,11 +70,6 @@ Strapi Navigation Plugin provides a website navigation / menu builder feature fo
70
70
  - **Customizable:** Possibility to customize the options like: available Content Types, Maximum level for "attach to menu", Additional fields (audience)
71
71
  - **[Audit log](https://github.com/VirtusLab/strapi-molecules/tree/master/packages/strapi-plugin-audit-log):** integration with Strapi Molecules Audit Log plugin that provides changes track record
72
72
 
73
- ## ⚙️ Versions
74
-
75
- - **Strapi v4** - (current) - [v2.x](https://github.com/VirtusLab-Open-Source/strapi-plugin-navigation)
76
- - **Strapi v3** - [v1.x](https://github.com/VirtusLab-Open-Source/strapi-plugin-navigation/tree/strapi-v3)
77
-
78
73
  ## ⏳ Installation
79
74
 
80
75
  ### Via Strapi Markerplace
@@ -124,7 +119,7 @@ Complete installation requirements are exact same as for Strapi itself and can b
124
119
 
125
120
  **Supported Strapi versions**:
126
121
 
127
- - Strapi v4.25.11 (recently tested)
122
+ - Strapi v4.25.17 (recently tested)
128
123
  - Strapi v4.x
129
124
 
130
125
  > 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.4",
3
+ "version": "2.5.5",
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.11",
19
+ "@strapi/utils": "^4.25.17",
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.11",
31
+ "@strapi/data-transfer": "4.25.17",
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",