Skip to content

Releases: olssonm/l5-very-basic-auth

v4.1

22 Jan 06:41
ede0f0c
Compare
Choose a tag to compare

Minor edits and cleanup.

Documentation now also available in Japanese.

v4.0

30 Aug 14:14
Compare
Choose a tag to compare

Support for Laravel 5.5, also with Package Auto-Discovery (read more in the documentation).

v3.0

27 Jan 16:54
Compare
Choose a tag to compare

Laravel 5.4 support

Laravel 5.4 changed up some things on how middlewares are loaded onto routes from – for example – a service provider (read more here under "Routing"). This is now fixed.

Misc. other changes, cleanups and tweaks.

v2.1.0

22 Nov 12:30
Compare
Choose a tag to compare

Updates to enable a view as a response as a compliment to the plain text message. This also enables translation-functions and more for the response (see #11 for discussion).

Tweaks, updates, improved readme and some cleanups.

v2.0.1

14 Sep 12:20
Compare
Choose a tag to compare

Minor fixes; adjusted the branch alias for composer.

Laravel 5.3 compatability

25 Aug 06:53
Compare
Choose a tag to compare

Minor adjustments and checks to make sure the package works with the newly released Laravel 5.3.

v1.2.1

14 Jun 22:27
Compare
Choose a tag to compare

A minor issue with the used testing framework (orchestra/testbench) could cause extremely long install times upon composer require when not using the --no-dev-flag, even leading to timeouts on occasions.

Issue has been fixed together with some other minor updates to README.md etc.

v1.2

20 Nov 10:12
Compare
Choose a tag to compare

Added security by using random passwords upon first usage. Still use $ php artisan vendor:install to edit the configuration by yourself.

Updates to documentation/readme.md.

v1.1.1

10 Aug 20:47
Compare
Choose a tag to compare

Minor fixes and tweaks to composer.json and readme.md.

v1.1

10 Aug 08:00
Compare
Choose a tag to compare

Fixed mockery as a dev-dependency.
Added testing for registered middleware.