All Versions
44
Latest Version
Avg Release Cycle
108 days
Latest Release
742 days ago

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 on IlluminateCookie returning incorrect type.

    ADDED

    • ๐Ÿ‘Œ Support for Laravel 5.5 Package Discovery.
  • v2.0.15 Changes

    February 23, 2017

    REVISED

    • ๐Ÿ‘ Loosened cartalyst/support version.
  • 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, 2016

    ADDED

    • 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.
  • 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, 2015

    REVISED

    • ๐Ÿ‘‰ Use json methods for various cookie implementations.