strapi-plugin-migrate
Version:
Strapi Content Migration.
41 lines (22 loc) • 991 B
Markdown
# Changelog
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
### [3.0.3](https://github.com/ijsto/strapi-plugin-migrate/compare/v3.0.0...v3.0.3) (2021-02-24)
### Bug Fixes
* correct way to check permissions for all databases ([233222e](https://github.com/ijsto/strapi-plugin-migrate/commit/233222ef65512bf0c75db6ec5167e0c95219e5c6))
## [0.1.0] - 2020-08-07
### Added
- Removes current roles - now synchronizes roles automatically.
- Multiple major UI changes
- Option to back up data by copying existing settings.
### Changed
- Role adjustment moved to a modal UI
## [0.0.2] - 2020-08-03
### Added
- retrieveCurrentRoles()
- Admin UI components
- CHANGELOG.md
### Changed
- Improved retrieveSqlString() - now possible to provide replacement IDs for User roles in destination environment
## [0.0.1] - 2020-08-03
### INITIAL COMMIT
- Initial Commit