Releases: scify/laravel-cookies-consent
Releases · scify/laravel-cookies-consent
v1.0.0 - First Stable Release
This is the first stable release of the plugin!
Feel free to download, try and customize it. If you find any issues, please report them to the issue page.
Check out the CONTRIBUTING.md guide to contribute to this open-source project!
v0.9.4 - Use of langPath() Laravel method, in order to publish the translation resources
The plugin now uses Laravel's app()->langPath()
method, in order to publish the translation files.
v0.9.3 - Plugin is now compatible with all 7.x and 8.x versions
Set the required PHP version to either 7.x
or 8.x
, in order to accommodate older Laravel installations.
v0.9.2 - Fixed bugs on cookie prefix, improved documentation
- Now the cookie prefix is set entirely from the configuration file. The trailing character should be set there.
v0.9.0 - Tested and improved UI in smaller screens
- Improved UI design in smaller (phone & tablet) screens.
- The plugin is now ready to be tested and used in 3rd party Laravel apps.
v0.0.3 - Improvements in Design & Layout
Improved the overall design and fixed the width of the cookies container
v0.0.2 - Added translations, cookie lifetime duration
- Added the ability to set cookie duration
- Fixed container width on larger screens
- Added remaining languages
- Improved README.md instructions
v0.0.1 First Testing Version
This is the initial release of the plugin.
SciFY Team will start testing the plugin in our own projects and proceed to the release of version 1.0.0, when deem applicable.