All notable changes to Cookify
will be documented in this file.
- 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 selectedsaveWithChange
- Changed inline script in test file to 'performance'
- Modified test file with excluded source code implementation
- Modified documentation
- Added both inline and src code for testing
- Added different Events for actions
- Added a new socialcard
- Added a file
bootstrap.html
for testing - Finished the documentation for v3
- More options to in itialize data for cookify
- Extended examples
- 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
- Added javascript inline styles and class names