diff --git a/CHANGELOG.md b/CHANGELOG.md index f3dc6b091..b8a95a093 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,7 @@ * Autocomplete in Case Setup Wizard properly handles `media:` and `thumb:` prefixes. Nice refactoring for more prefixes. https://github.com/o19s/quepid/pull/46 by @moshebla with refactor by @worleydl. * Post the onboarding wizard you would often see your queries being stalled in loading. Only workaround was to reload the Javascript app. https://github.com/o19s/quepid/pull/69 by @worleydl fixes https://github.com/o19s/quepid/issues/66 * app.quepid.com needs to get explicit consent from users to receive emails related to Quepid and related features. Introducing a new `customize_quepid.rb` file in initializers to start supporting more customizations of Quepid. https://github.com/o19s/quepid/pull/68 by @worleydl. +* Only show cookie acceptance popup if COOKIES_URL is set. https://github.com/o19s/quepid/pull/71 by @epugh fixes https://github.com/o19s/quepid/issues/70 by @epugh. ## 6.0.2 - 11/26/2019 * Deprecate www.quepid.com/support in favor of linking to wiki. https://github.com/o19s/quepid/pull/18 by @epugh fixes https://github.com/o19s/quepid/issues/17