All notable changes to Lock - Laravel will be documented in this file. This file follows the Keep a CHANGELOG standards.
- Laravel 5.5 support
- Laravel 5.4 support
- Added a new
UserLock
class to handle the default Lock instance - Added a new
InitLockAwareTrait
middleware to bootstrap theLockAware
trait
- PHP 5.6 and Laravel 5.3 are now the new minimum requirements
- Completely reworked the
LockServiceProvider
class permissions
option in the acl only handles role configuration now- Moved the
config
andmigrations
directories out of the src directory
- Fixed a another class dependency issue (#36)
- Switched from Scrutinizer to Code Climate
- Fixed a class dependency issue (#34)
- Require PHP 5.5.9+
- Dropped support for Laravel 5.0
- Removed
lock
andlock.manager
aliases from IoC container bindings
- Laravel 5.1 support (#27)
- More stricter version constraints for Laravel 5 (#20)
- Laravel 5 support (#15)
- Fixed a bug with permission caching performance (#8)
- Permissions are now cached at runtime. Permissions are only reset when permissions are stored or removed
- Fixed a bug where the guest caller had an incorrect id set
- Implemented forgotten aliases
- Added Scrutinizer config
- Use new
createFromData
method to support data objects - Fix a bug where the default driver couldn't be changed
- Added badges to the readme
- Fixed a critical bug in the config file
Initial release.