Releases: ijsto/strapi-plugin-migrate
v3.6.3
With this release, we add permission type validation.
This means that if between different environments the permission types are mismatching (for example, when you have a plugin installed in one environment, but not in the other, the plugin will throw an error on the server (you will need to inspect the logs) and let you know which permission type is missing.
3.6.2
With this release we are moving the plugin interface into Settings/Migrate
.
With that the functionality of Strapi-Plugin-Migrate
is now limited to Super Admin users only.
Read more in the docs
Thank you @pr0gr8mm3r for the contribution!
3.5.30
With this release we have cleaned up routes, controllers and zombie code.
We have also added a couple pointers in CONTRIBUTING.md to make it easier to contribute to this package.
In the following days/weeks we aim to further clean up, add more documentation and guides for contributing and improve some UI components.
To update, please refer to:
https://github.com/ijsto/strapi-plugin-migrate#updating-to-new-version
The command to run is:
yarn add strapi-plugin-migrate@latest && yarn build --clean
v3.0.0
This release finalizes the first production version of the file and clipboard exports for Settings & Layouts, User Permissions.
Content types are not yet supported.
Webhooks are coming with the next feature release in near future.