Skip to content

Releases: olssonm/l5-very-basic-auth

v7.1

22 Feb 17:38
e20be0d
Compare
Choose a tag to compare

What's Changed

  • Add Laravel 11 Support by @sweptsquash in #64
  • Update readme by @olssonm in #65
  • Support for Laravel 7 and Laravel 8 has been dropped
  • Support for PHP 7.4 has been dropped

New Contributors

Full Changelog: v7.0...v7.1

v7.0

02 Oct 09:11
9efadad
Compare
Choose a tag to compare

This release fixes an issue where a config.php was attempted to be written with each request if bad permissions where used on the system.

Note: With this release and going forward basic auth is inactive if no user/password is set. This is so that different apps doesn't end up with any default credentials. This warrants a major update from v6 to v7. Other than that, this version is fully backwards compatible.

What's Changed

Full Changelog: v6.9...v7.0

v6.9

31 Jan 08:43
c1f4284
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v6.8...v6.9

v6.8

16 Sep 08:58
a6bdd07
Compare
Choose a tag to compare

What's Changed

  • Ability to set fully customizable response-handler by @olssonm in #59
  • Drops support for Laravel 6 and older PHP versions (7.2 and 7.3).

Full Changelog: v6.7...v6.8

v6.7

30 Jan 10:18
af56806
Compare
Choose a tag to compare

What's Changed

  • Add support for Laravel 9

Full Changelog: v6.6...v6.7

v6.6

22 Oct 07:06
a34f992
Compare
Choose a tag to compare

Hint to use predefined ENVs in the very_basic_auth-config file; env('BASIC_AUTH_USERNAME') and env('BASIC_AUTH_PASSWORD'). The auto-generated random password is still used as a fallback.

Various other fixes and improvements.

v6.5

04 Dec 09:50
e643612
Compare
Choose a tag to compare

Bump for compatibility-check with PHP 8.

v6.4

09 Sep 11:18
a839ec2
Compare
Choose a tag to compare

Support for the just released Laravel 8.

v6.3

05 Mar 10:11
03fa6bf
Compare
Choose a tag to compare

Hotfix for error in composer.json. Supersedes v6.2.

v6.2

05 Mar 08:46
748b195
Compare
Choose a tag to compare

Updated composer.json for use with the just released Laravel 7.

Minor version bump as this version does not contain any breaking changes.