cookify
Version:
Simple, customizable open source cookie consent banner for GDPR law
44 lines (30 loc) • 1.38 kB
Markdown
# Changelog
All notable changes to `Cookify` will be documented in this file.
## v3.0.2 - 2021-07-19
- Fixed Bug in `changeScriptType()` where scripts are not loaded in Firefox
- Fixed Bug in `initCheckboxes()` where scripts loaded multiple times
- Fixed Bug in test file where src is imported
- Fixed Bug in event `onCheckboxClick` where script type changes directly to 'plain' without selected `saveWithChange`
- Changed inline script in test file to 'performance'
## v3.0.1 - 2021-07-15
- Modified test file with excluded source code implementation
- Modified documentation
- Added both inline and src code for testing
## v3.0.0 - 2021-05-15
- Added different Events for actions
- Added a new socialcard
- Added a file `bootstrap.html` for testing
- Finished the documentation for v3
## v2.1.0 - 2020-11-09
- More options to in itialize data for cookify
- Extended examples
## v2.0.0 - 2020-11-08
- JSON data can be passed directly while constucting `new Cookify({ ... })`
- Added Error Handling for the initialization
- Minimized the initialization process
- Dropped support for inline javascript styles and class names
Own CSS need to be created
- Added CSS example
- Added option to choose between a cookie or a fingerprint for the cookie button
## v1.1.3 - 2020-10-22
- Added javascript inline styles and class names