Skip to content

Releases: pluginpal/strapi-plugin-config-sync

v1.2.0

15 Oct 08:17
c959e95
Compare
Choose a tag to compare

Features 🚀

Bug fixes 🐛

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

Other ✅

v1.1.3

29 Jul 17:53
Compare
Choose a tag to compare

Bug fixes 🐛

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

Other ✅

  • Dependency updates

v1.1.2

28 Apr 16:48
3591cfa
Compare
Choose a tag to compare

Fixes 🐛

v1.1.1

10 Feb 17:34
Compare
Choose a tag to compare

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

v1.1.0

06 Dec 09:17
Compare
Choose a tag to compare

Features 🚀

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 ✅

v1.0.4

06 Sep 20:05
Compare
Choose a tag to compare

v1.0.3

08 Aug 21:04
Compare
Choose a tag to compare

Bugfixes

  • Exclude core-store.plugin_upload_metrics by default

Documentation

  • Updated README
  • Renamed the settings tab title

v1.0.2

14 Jun 17:05
Compare
Choose a tag to compare

Features

  • Let other plugins register their own config types (example)
  • Support for Strapi 4.3 with typescript

Bug fixes

  • Fix for filenames containing a / character (#56)

v1.0.1

25 Apr 15:37
Compare
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
Compare
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