All Versions
44
Latest Version
Avg Release Cycle
108 days
Latest Release
1077 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v2.0.17 Changes
November 28, 2017๐
FIXED
- Incorrect docblock on the Illuminate Reminder Repository.
ADDED
- Null Cookie implementation.
-
v2.0.16 Changes
November 28, 2017๐
FIXED
- Issue on
get
method onIlluminateCookie
returning incorrect type.
ADDED
- ๐ Support for Laravel 5.5 Package Discovery.
- Issue on
-
v2.0.15 Changes
February 23, 2017REVISED
- ๐ Loosened
cartalyst/support
version.
- ๐ Loosened
-
v2.0.14 Changes
January 30, 2017๐
FIXED
- Specify engine on the reminders table.
- Single option on the native bootstrapper.
- A bug causing
inRole
to return false after one iteration. - ๐ Use the event dispatcher contract.
-
v2.0.13 Changes
September 05, 2016ADDED
- Missing Throttle repository getter/setter.
- ๐ Laravel 5.3 support.
โก๏ธ
UPDATED
- Detach the role from users when the role is deleted.
- ๐ง Pass persistence model from the configuration to the native bootstrapper.
๐
REMOVED
- โ Removed usage of Laravel helpers.
-
v2.0.12 Changes
May 13, 2016โก๏ธ
UPDATED
- โฌ๏ธ Bump
paragonie/random_compat
version. - ๐ Use CSPRNG for salts.
- โฌ๏ธ Bump
-
v2.0.11 Changes
April 28, 2016โก๏ธ
UPDATED
- ๐ User model to check if the model is being soft deleted.
- ๐ Native Session to better check if session is open or closed.
-
v2.0.10 Changes
April 28, 2016๐
FIXED
- โ Delete method on the user model not returning parent.
- โ Removed unused imports on some tests.
- โ Reference to the stdClass on tests.
- Various docblocks.
โก๏ธ
UPDATED
- 0๏ธโฃ User model to hide the hashed password by default.
-
v2.0.9 Changes
February 11, 2016๐
FIXED
- Bypassing specific checkpoints.
ADDED
- A new database schema file for MySQL 5.6+.
-
v2.0.8 Changes
November 25, 2015REVISED
- ๐ Use json methods for various cookie implementations.