All Versions
44
Latest Version
Avg Release Cycle
108 days
Latest Release
44 days ago
Changelog History
Page 4
Changelog History
Page 4
-
v1.0.13 Changes
July 21, 2015⚡️
UPDATED
- ⚠
composer.json
to fix Composer warnings about migrations.
- ⚠
-
v1.0.12 Changes
June 25, 2015⚡️
UPDATED
.travis.yml
file contents.
🛠
FIXED
- ⚠ Method visibility on the
PermissibleTrait
to avoid warnings on some IDE's.
-
v1.0.11 Changes
June 24, 2015⚡️
UPDATED
- License to 3-clause BSD.
- Some other minor tweaks.
-
v1.0.10 Changes
May 22, 2015🛠
FIXED
- 👻 Throw an exception when registering with a blank password.
-
v1.0.9 Changes
March 13, 2015🛠
FIXED
- Set the user object on the
Sentinel
class to null after logout. - Detect client ip using symfony's
Request
class on the native bootstrapper.
- Set the user object on the
-
v1.0.8 Changes
January 23, 2015🛠
FIXED
- 🛠 Fixed a bug on the
findByCredentials
method that caused the first user to be returned when an empty array is passed.
ADDED
- ➕ Added mysql database schema.
- 🛠 Fixed a bug on the
-
v1.0.7 Changes
October 21, 2014🛠
FIXED
- ➕ Added the
$hidden
property to the user model with the password field being hidden by default.
- ➕ Added the
-
v1.0.6 Changes
September 24, 2014🛠
FIXED
- 👻 Wrap garbageCollect into a try catch block to prevent an exception from being thrown if the database is not setup.
-
v1.0.5 Changes
September 16, 2014🛠
FIXED
- 🛠 Fixed a minor issue when deleting a user, the method wasn't returning the expected boolean only null.
-
v1.0.4 Changes
September 15, 2014REVISED
- 👌 Improved the requirements to allow the installation on Laravel 5.0.