Skip to content

Commit e945dec

Browse files
committed
chore: version bump
1 parent f4a24cb commit e945dec

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

Migration-Guide.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,6 @@ To properly migrate the plugin please copy the following migration files to your
1212
- `migrations/strapi-plugin-navigation-3.0.0-no-1-related-id-to-documentid.js` - **if you're on any of the `2.x` versions**
1313
- `migrations/strapi-plugin-navigation-3.0.0-no-2-locale-slug-regular-slug.js` - **if you're on version `< 3.0.0-beta.4`**
1414
- `migrations/strapi-plugin-navigation-3.0.0-no-3-morph-relation.js` - **if you're on version `< 3.0.0-beta.6`**
15+
- `migrations/strapi-plugin-navigation-3.0.0-no-4-additional-fields.js` - **if you're on any of the `2.x` versions**
1516

1617
More about applying database migrations you can find in [**Strapi 5 Documentation**](https://docs.strapi.io/dev-docs/database-migrations).

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "strapi-plugin-navigation",
3-
"version": "3.0.11",
3+
"version": "3.0.12",
44
"description": "Strapi - Navigation plugin",
55
"strapi": {
66
"name": "navigation",

0 commit comments

Comments
 (0)