Skip to content

Releases: pluginpal/strapi-plugin-config-sync

v1.0.1

25 Apr 15:37

Choose a tag to compare

Features

Bug fixes

  • If config data gets corrupted we now exclude those records and gracefully warn you about it instead of throwing you an error (#51)
  • If you are trying to query more then 100 records of a given type you won't get duplicate entries anymore.
  • A fix was made in the README (#50)

Other

  • Outdated dependencies have been updated

v1.0.0

16 Mar 21:23

Choose a tag to compare

Stable release 🎉

Changes:

  • Migrate <Text> component to <Typography> component (#46)
  • Disallow importing through the CLI when the /config/sync dir is empty
  • Move the admin page from the sidebar to the settings section

v1.0.0-beta.8

26 Jan 18:28

Choose a tag to compare

Fix issue in the bootstrap function

v1.0.0-beta.7

25 Jan 16:45

Choose a tag to compare

Disallow the importOnBootstrap setting to be used in the development env

v1.0.0-beta.6

25 Jan 10:07

Choose a tag to compare

Fixed advanced relation import (#42)

v1.0.0-beta.5

19 Jan 16:55
6a05393

Choose a tag to compare

  • Combined UID from multiple fields (#40) - @tilman

See documentation here:
https://github.com/boazpoolman/strapi-plugin-config-sync#uid

v1.0.0-beta.4

13 Jan 18:55

Choose a tag to compare

  • Fixed an issue with the importOnBootstrap setting.

v1.0.0-beta.3

07 Jan 11:53

Choose a tag to compare

  • Consistency in use of dependencies (#36)

v1.0.0-beta.2

07 Jan 09:21

Choose a tag to compare

  • Added tests for the CLI
  • Updated some dependencies
  • Added immutable and redux-immutable as a direct plugin dependency (#35)

v1.0.0-beta.1

29 Dec 01:23

Choose a tag to compare

New features 🎉

  • Sync custom types (#21)

Cleanup

  • Rewritten some of the plugin settings
  • Added logging for when you delete default roles (#12)
  • Allow excluding config with a wildcard (#10)

No more breaking changes leading up to the stable release. Only bugfixes.