Releases: lukeraymonddowning/honey
Releases · lukeraymonddowning/honey
v1.0.0
0.6.0
What's Changed
- fix: Handling DecryptException in JavascriptInputValue by @crayon1337 in #65
New Contributors
- @crayon1337 made their first contribution in #65
Full Changelog: 0.5.0...0.6.0
0.5.0
Please note that the minimum required version of PHP is 8.1, and the minimum required version of Laravel is 9.49
What's Changed
- fix: 🐛 fixed undefined array key "honey_time" error by @AntonioJABV in #60
- fix: 🐛 fixed undefined array key "honey_time" error by @lukeraymonddowning in #61
- fixes #32 vuejs side effect warning by @swilla in #56
- chore(deps): Laravel 10 support by @lukeraymonddowning in #62
New Contributors
- @AntonioJABV made their first contribution in #60
- @swilla made their first contribution in #56
Full Changelog: 0.4.0...0.5.0
v0.4.0
What's Changed
- Laravel 9 Support by @lukeraymonddowning in #50
- Support for Laravel 7 has been dropped
- Support for Laravel 7.4 has been dropped
Full Changelog: 0.3.4...0.4.0
Fixes an issue when using Honey with Vue
Thanks to @adriaanzon for this fix. If you're experiencing issues when using Honey with Vue, you can now disable the JavascriptInputFilledCheck
in the config file and you should be good to go.
Improves testing and installation, and fixes a Livewire bug
There was a bug with Livewire due to reCaptcha tokens being 1 time use. This release fixes that.
Honey no longer requires Alpine JS
Merge pull request #7 from lukeraymonddowning/vanilla-js Removes the requirement for Alpine JS
Fixes a crash during install on certain environments
Merge pull request #8 from lukeraymonddowning/in_array_error_fix Fixes a bug where in some environments, config was returning null.
Honey now supports Livewire!
I'm excited to announce that Livewire is now supported in Honey!
Honey can now be disabled in different environments
Merge pull request #4 from lukeraymonddowning/disabling Allows disabling of Honey and environment detection.