Strapi Plugin Config Sync Versions Save

:recycle: CLI & GUI for continuous migration of config data across environments

1.2.5

3 weeks ago

Fixes 🐛

  • Fix issue with the importOnBootstrap ignore from the previous release (1.2.4)

1.2.4

3 weeks ago

Features 🚀

  • Ignore the importOnBootstrap setting if you're using the config-sync CLI

Other ✅

  • Updated contact info in the package.json

1.2.3

6 months ago

✅ chore(deps): bump browserify-sign from 4.2.1 to 4.2.2 #115 @dependabot

1.2.2

6 months ago

Bug fixes 🐛

  • Remove recursive config sanitisation to prevent #110 @boazpoolman
  • Add a fallback to strapi.query for all strapi.entityService queries to prevent #109 @boazpoolman

Other ✅

1.2.1

6 months ago

Bug fixes 🐛

  • Locked react-diff-viewer-continued to version 3.2.6 to prevent #105 @boazpoolman

Other ✅

  • Bump @babel/traverse dependency to 7.23.2 #106 @dependabot
  • Updated README @boazpoolman

1.2.0

7 months ago

Features 🚀

  • Support for component relations in config files (#93) @PhilippPaoli
  • Spanish translation (#102) @joker-x

Bug fixes 🐛

  • Updated screenshot in the README to reflect the current state of the plugin (#100) @karlkeefer

Other ✅

  • Dropped node 16 support (#104) @MSACC
  • New documentation in the README about relations in config files @boazpoolman
  • Dependency updates @boazpoolman

1.1.3

9 months ago

Bug fixes 🐛

  • Exclude 'core-store.plugin_upload_api-folder' by default (#92)

Other ✅

  • Dependency updates

1.1.2

1 year ago

Fixes 🐛

  • Exclude 'core-store.strapi_content_types_schema' by default #87 (@boazpoolman)
  • Exclude EE Information by default #88 (@LucaNerlich)
  • Fixed a typo in the README #91 (@yonghunJ)

1.1.1

1 year ago

Fixes 🐛

  • Update default settings in README to reflect the actual default settings @liarco
  • Fix CI build shield in the README

Other ✅

  • New CI worflow to automatically publish to NPM @Techwolf12
  • Update CI to run for node 18 aswell
  • Update CI to not install devDependencies for integration tests
  • Security updates

1.1.0

1 year ago

Features 🚀

  • New soft setting for gracefully importing config (#78) @boazpoolman

Bug fixes 🐛

  • Don't recompile typescript project if already compiled (#77) @timraasveld
  • Forbid deletion of the super-admin role to prevent database corruption (#63) @boazpoolman

Other ✅