Skip to content

Releases: scify/laravel-cookies-consent

v1.0.0 - First Stable Release

19 Dec 08:23
Compare
Choose a tag to compare

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

09 Dec 09:15
Compare
Choose a tag to compare

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

21 Nov 13:37
Compare
Choose a tag to compare

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

21 Nov 13:17
Compare
Choose a tag to compare
  • 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

21 Nov 12:22
Compare
Choose a tag to compare
  • 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

21 Nov 07:52
Compare
Choose a tag to compare

Improved the overall design and fixed the width of the cookies container

v0.0.2 - Added translations, cookie lifetime duration

18 Nov 17:56
Compare
Choose a tag to compare
  • 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

18 Nov 14:06
Compare
Choose a tag to compare

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.