Skip to content

Releases: lukeraymonddowning/honey

v1.0.0

29 Apr 14:29
cdc9dbc
Compare
Choose a tag to compare
Prep 1.0

0.6.0

21 Feb 09:21
193de5a
Compare
Choose a tag to compare

What's Changed

  • fix: Handling DecryptException in JavascriptInputValue by @crayon1337 in #65

New Contributors

Full Changelog: 0.5.0...0.6.0

0.5.0

03 Feb 12:50
f093e9b
Compare
Choose a tag to compare

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

New Contributors

Full Changelog: 0.4.0...0.5.0

v0.4.0

25 Jan 13:42
7fbc6bd
Compare
Choose a tag to compare
v0.4.0 Pre-release
Pre-release

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

17 Mar 12:39
5e9465d
Compare
Choose a tag to compare

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

05 Dec 16:08
Compare
Choose a tag to compare

There was a bug with Livewire due to reCaptcha tokens being 1 time use. This release fixes that.

Honey no longer requires Alpine JS

04 Dec 20:58
2f57109
Compare
Choose a tag to compare
Pre-release
Merge pull request #7 from lukeraymonddowning/vanilla-js

Removes the requirement for Alpine JS

Fixes a crash during install on certain environments

03 Dec 08:36
a18b846
Compare
Choose a tag to compare
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!

02 Dec 17:30
c957701
Compare
Choose a tag to compare
Pre-release

I'm excited to announce that Livewire is now supported in Honey!

Honey can now be disabled in different environments

27 Nov 21:20
871bb57
Compare
Choose a tag to compare
Merge pull request #4 from lukeraymonddowning/disabling

Allows disabling of Honey and environment detection.