Skip to content

Commit

Permalink
Merge pull request #57 from VirtusLab/fix/3.6-compatibility
Browse files Browse the repository at this point in the history
fix: compatibility with strapi 3.6.x
  • Loading branch information
cyp3rius authored Apr 26, 2021
2 parents b76def4 + ca3d36c commit 2164ed4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Complete installation requirements are exact same as for Strapi itself and can b

**Supported Strapi versions**:

- Strapi v3.5.3 (recently tested)
- Strapi v3.6.0 (recently tested)
- Strapi v3.x

(This plugin may work with the older Strapi versions, but these are not tested nor officially supported at this time.)
Expand Down
2 changes: 1 addition & 1 deletion config/functions/bootstrap.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@ module.exports = async () => {
}

const { actionProvider } = strapi.admin.services.permission;
actionProvider.register(actions);
await actionProvider.registerMany(actions);
};
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "strapi-plugin-navigation",
"version": "1.0.0",
"version": "1.0.1",
"description": "Strapi - Navigation plugin",
"strapi": {
"name": "Navigation",
Expand All @@ -27,8 +27,8 @@
"reactstrap": "8.4.1",
"redux-saga": "^0.16.0",
"request": "^2.83.0",
"strapi-helper-plugin": "3.5.3",
"strapi-utils": "3.5.3",
"strapi-helper-plugin": "3.6.0",
"strapi-utils": "3.6.0",
"uuidv4": "^6.2.6",
"slugify": "^1.4.5",
"pluralize": "^8.0.0"
Expand Down

0 comments on commit 2164ed4

Please sign in to comment.