From 84ac569c25ad8faf2d74de7b97bcc7396f287368 Mon Sep 17 00:00:00 2001 From: Suhayb Wardany Date: Mon, 30 Jan 2017 09:59:05 +0200 Subject: [PATCH] bump version, update changelog and copyright headers Signed-off-by: Suhayb Wardany --- CHANGELOG.md | 7 +++++++ LICENSE | 2 +- README.md | 2 +- src/Activations/ActivationInterface.php | 4 ++-- src/Activations/ActivationRepositoryInterface.php | 4 ++-- src/Activations/EloquentActivation.php | 4 ++-- src/Activations/IlluminateActivationRepository.php | 4 ++-- src/Checkpoints/ActivationCheckpoint.php | 4 ++-- src/Checkpoints/AuthenticatedCheckpoint.php | 4 ++-- src/Checkpoints/CheckpointInterface.php | 4 ++-- src/Checkpoints/NotActivatedException.php | 4 ++-- src/Checkpoints/ThrottleCheckpoint.php | 4 ++-- src/Checkpoints/ThrottlingException.php | 4 ++-- src/Cookies/CICookie.php | 4 ++-- src/Cookies/CookieInterface.php | 4 ++-- src/Cookies/FuelPHPCookie.php | 4 ++-- src/Cookies/IlluminateCookie.php | 4 ++-- src/Cookies/NativeCookie.php | 4 ++-- src/Hashing/BcryptHasher.php | 4 ++-- src/Hashing/CallbackHasher.php | 4 ++-- src/Hashing/Hasher.php | 4 ++-- src/Hashing/HasherInterface.php | 4 ++-- src/Hashing/NativeHasher.php | 4 ++-- src/Hashing/Sha256Hasher.php | 4 ++-- src/Hashing/WhirlpoolHasher.php | 4 ++-- src/Laravel/Facades/Activation.php | 4 ++-- src/Laravel/Facades/Reminder.php | 4 ++-- src/Laravel/Facades/Sentinel.php | 4 ++-- src/Laravel/SentinelServiceProvider.php | 4 ++-- src/Native/ConfigRepository.php | 4 ++-- src/Native/Facades/Sentinel.php | 4 ++-- src/Native/SentinelBootstrapper.php | 4 ++-- src/Permissions/PermissibleInterface.php | 4 ++-- src/Permissions/PermissibleTrait.php | 4 ++-- src/Permissions/PermissionsInterface.php | 4 ++-- src/Permissions/PermissionsTrait.php | 4 ++-- src/Permissions/StandardPermissions.php | 4 ++-- src/Permissions/StrictPermissions.php | 4 ++-- src/Persistences/EloquentPersistence.php | 4 ++-- src/Persistences/IlluminatePersistenceRepository.php | 4 ++-- src/Persistences/PersistableInterface.php | 4 ++-- src/Persistences/PersistenceInterface.php | 4 ++-- src/Persistences/PersistenceRepositoryInterface.php | 4 ++-- src/Reminders/EloquentReminder.php | 4 ++-- src/Reminders/IlluminateReminderRepository.php | 4 ++-- src/Reminders/ReminderRepositoryInterface.php | 4 ++-- src/Roles/EloquentRole.php | 4 ++-- src/Roles/IlluminateRoleRepository.php | 4 ++-- src/Roles/RoleInterface.php | 4 ++-- src/Roles/RoleRepositoryInterface.php | 4 ++-- src/Roles/RoleableInterface.php | 4 ++-- src/Sentinel.php | 4 ++-- src/Sessions/CISession.php | 4 ++-- src/Sessions/FuelPHPSession.php | 4 ++-- src/Sessions/IlluminateSession.php | 4 ++-- src/Sessions/NativeSession.php | 4 ++-- src/Sessions/SessionInterface.php | 4 ++-- src/Throttling/EloquentThrottle.php | 4 ++-- src/Throttling/IlluminateThrottleRepository.php | 4 ++-- src/Throttling/ThrottleRepositoryInterface.php | 4 ++-- src/Users/EloquentUser.php | 4 ++-- src/Users/IlluminateUserRepository.php | 4 ++-- src/Users/UserInterface.php | 4 ++-- src/Users/UserRepositoryInterface.php | 4 ++-- src/config/config.php | 4 ++-- .../2014_07_02_230147_migration_cartalyst_sentinel.php | 8 ++++---- tests/ActivationCheckpointTest.php | 4 ++-- tests/BcryptHasherTest.php | 4 ++-- tests/CICookieTest.php | 4 ++-- tests/CISessionTest.php | 4 ++-- tests/CallbackHasherTest.php | 4 ++-- tests/CheckpointsTest.php | 4 ++-- tests/EloquentActivationTest.php | 4 ++-- tests/EloquentPersistenceTest.php | 4 ++-- tests/EloquentReminderTest.php | 4 ++-- tests/EloquentRoleTest.php | 4 ++-- tests/EloquentUserTest.php | 4 ++-- tests/FuelPHPCookieTest.php | 4 ++-- tests/FuelPHPSessionTest.php | 4 ++-- tests/IlluminateActivationRepositoryTest.php | 4 ++-- tests/IlluminateCookieTest.php | 4 ++-- tests/IlluminatePersistenceRepositoryTest.php | 4 ++-- tests/IlluminateReminderRepositoryTest.php | 4 ++-- tests/IlluminateRoleRepositoryTest.php | 4 ++-- tests/IlluminateSessionTest.php | 4 ++-- tests/IlluminateThrottleRepositoryTest.php | 4 ++-- tests/IlluminateUserRepositoryTest.php | 4 ++-- tests/NativeCookieTest.php | 4 ++-- tests/NativeHasherTest.php | 4 ++-- tests/NativeSessionTest.php | 4 ++-- tests/PermissibleTraitTest.php | 4 ++-- tests/PermissionsTraitTest.php | 4 ++-- tests/SentinelBootstrapperTest.php | 4 ++-- tests/SentinelTest.php | 4 ++-- tests/Sha256HasherTest.php | 4 ++-- tests/StandardPermissionsTest.php | 4 ++-- tests/StrictPermissionsTest.php | 4 ++-- tests/ThrottleCheckpointTest.php | 4 ++-- tests/WhirlpoolHasherTest.php | 4 ++-- tests/stubs/ci/CI_Input.php | 4 ++-- tests/stubs/ci/CI_Session.php | 4 ++-- tests/stubs/fuelphp/Fuel/Core/Cookie.php | 4 ++-- tests/stubs/fuelphp/Fuel/Core/Session_Driver.php | 4 ++-- 103 files changed, 211 insertions(+), 204 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4aafd0cc..8205d5cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,13 @@ We do not give estimated times for completion on `Accepted` Proposals. --- +### v2.0.14 - 2017-01-30 + +`FIXED` + +- Specify engine on the reminders table. +- Single option on the native bootstrapper. + ### v2.0.13 - 2016-09-05 `ADDED` diff --git a/LICENSE b/LICENSE index d8e5c953..4b0b3ff3 100644 --- a/LICENSE +++ b/LICENSE @@ -1,5 +1,5 @@ The BSD 3-Clause License -Copyright (c) 2011-2015, Cartalyst LLC +Copyright (c) 2011-2017, Cartalyst LLC All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/README.md b/README.md index 26fc7e2b..81df372e 100644 --- a/README.md +++ b/README.md @@ -43,4 +43,4 @@ Bug reports, feature requests, and pull requests can be submitted by following o This software is released under the [BSD 3-Clause](LICENSE) License. -© 2011-2016 Cartalyst LLC, All rights reserved. +© 2011-2017 Cartalyst LLC, All rights reserved. diff --git a/src/Activations/ActivationInterface.php b/src/Activations/ActivationInterface.php index 60271551..f85b8cf9 100644 --- a/src/Activations/ActivationInterface.php +++ b/src/Activations/ActivationInterface.php @@ -11,10 +11,10 @@ * bundled with this package in the LICENSE file. * * @package Sentinel - * @version 2.0.13 + * @version 2.0.14 * @author Cartalyst LLC * @license BSD License (3-clause) - * @copyright (c) 2011-2016, Cartalyst LLC + * @copyright (c) 2011-2017, Cartalyst LLC * @link http://cartalyst.com */ diff --git a/src/Activations/ActivationRepositoryInterface.php b/src/Activations/ActivationRepositoryInterface.php index e844c9f1..31493841 100644 --- a/src/Activations/ActivationRepositoryInterface.php +++ b/src/Activations/ActivationRepositoryInterface.php @@ -11,10 +11,10 @@ * bundled with this package in the LICENSE file. * * @package Sentinel - * @version 2.0.13 + * @version 2.0.14 * @author Cartalyst LLC * @license BSD License (3-clause) - * @copyright (c) 2011-2016, Cartalyst LLC + * @copyright (c) 2011-2017, Cartalyst LLC * @link http://cartalyst.com */ diff --git a/src/Activations/EloquentActivation.php b/src/Activations/EloquentActivation.php index 065a0d6a..bd677839 100644 --- a/src/Activations/EloquentActivation.php +++ b/src/Activations/EloquentActivation.php @@ -11,10 +11,10 @@ * bundled with this package in the LICENSE file. * * @package Sentinel - * @version 2.0.13 + * @version 2.0.14 * @author Cartalyst LLC * @license BSD License (3-clause) - * @copyright (c) 2011-2016, Cartalyst LLC + * @copyright (c) 2011-2017, Cartalyst LLC * @link http://cartalyst.com */ diff --git a/src/Activations/IlluminateActivationRepository.php b/src/Activations/IlluminateActivationRepository.php index f14da916..81754108 100644 --- a/src/Activations/IlluminateActivationRepository.php +++ b/src/Activations/IlluminateActivationRepository.php @@ -11,10 +11,10 @@ * bundled with this package in the LICENSE file. * * @package Sentinel - * @version 2.0.13 + * @version 2.0.14 * @author Cartalyst LLC * @license BSD License (3-clause) - * @copyright (c) 2011-2016, Cartalyst LLC + * @copyright (c) 2011-2017, Cartalyst LLC * @link http://cartalyst.com */ diff --git a/src/Checkpoints/ActivationCheckpoint.php b/src/Checkpoints/ActivationCheckpoint.php index f6d9deeb..95b8ba95 100644 --- a/src/Checkpoints/ActivationCheckpoint.php +++ b/src/Checkpoints/ActivationCheckpoint.php @@ -11,10 +11,10 @@ * bundled with this package in the LICENSE file. * * @package Sentinel - * @version 2.0.13 + * @version 2.0.14 * @author Cartalyst LLC * @license BSD License (3-clause) - * @copyright (c) 2011-2016, Cartalyst LLC + * @copyright (c) 2011-2017, Cartalyst LLC * @link http://cartalyst.com */ diff --git a/src/Checkpoints/AuthenticatedCheckpoint.php b/src/Checkpoints/AuthenticatedCheckpoint.php index 0470fe29..ac6ae47f 100644 --- a/src/Checkpoints/AuthenticatedCheckpoint.php +++ b/src/Checkpoints/AuthenticatedCheckpoint.php @@ -11,10 +11,10 @@ * bundled with this package in the LICENSE file. * * @package Sentinel - * @version 2.0.13 + * @version 2.0.14 * @author Cartalyst LLC * @license BSD License (3-clause) - * @copyright (c) 2011-2016, Cartalyst LLC + * @copyright (c) 2011-2017, Cartalyst LLC * @link http://cartalyst.com */ diff --git a/src/Checkpoints/CheckpointInterface.php b/src/Checkpoints/CheckpointInterface.php index e0f0681f..1d2ae733 100644 --- a/src/Checkpoints/CheckpointInterface.php +++ b/src/Checkpoints/CheckpointInterface.php @@ -11,10 +11,10 @@ * bundled with this package in the LICENSE file. * * @package Sentinel - * @version 2.0.13 + * @version 2.0.14 * @author Cartalyst LLC * @license BSD License (3-clause) - * @copyright (c) 2011-2016, Cartalyst LLC + * @copyright (c) 2011-2017, Cartalyst LLC * @link http://cartalyst.com */ diff --git a/src/Checkpoints/NotActivatedException.php b/src/Checkpoints/NotActivatedException.php index cfc35cf9..22399a3d 100644 --- a/src/Checkpoints/NotActivatedException.php +++ b/src/Checkpoints/NotActivatedException.php @@ -11,10 +11,10 @@ * bundled with this package in the LICENSE file. * * @package Sentinel - * @version 2.0.13 + * @version 2.0.14 * @author Cartalyst LLC * @license BSD License (3-clause) - * @copyright (c) 2011-2016, Cartalyst LLC + * @copyright (c) 2011-2017, Cartalyst LLC * @link http://cartalyst.com */ diff --git a/src/Checkpoints/ThrottleCheckpoint.php b/src/Checkpoints/ThrottleCheckpoint.php index d42df6ab..744467dc 100644 --- a/src/Checkpoints/ThrottleCheckpoint.php +++ b/src/Checkpoints/ThrottleCheckpoint.php @@ -11,10 +11,10 @@ * bundled with this package in the LICENSE file. * * @package Sentinel - * @version 2.0.13 + * @version 2.0.14 * @author Cartalyst LLC * @license BSD License (3-clause) - * @copyright (c) 2011-2016, Cartalyst LLC + * @copyright (c) 2011-2017, Cartalyst LLC * @link http://cartalyst.com */ diff --git a/src/Checkpoints/ThrottlingException.php b/src/Checkpoints/ThrottlingException.php index b7663298..bdc12499 100644 --- a/src/Checkpoints/ThrottlingException.php +++ b/src/Checkpoints/ThrottlingException.php @@ -11,10 +11,10 @@ * bundled with this package in the LICENSE file. * * @package Sentinel - * @version 2.0.13 + * @version 2.0.14 * @author Cartalyst LLC * @license BSD License (3-clause) - * @copyright (c) 2011-2016, Cartalyst LLC + * @copyright (c) 2011-2017, Cartalyst LLC * @link http://cartalyst.com */ diff --git a/src/Cookies/CICookie.php b/src/Cookies/CICookie.php index b31215bb..235d7072 100644 --- a/src/Cookies/CICookie.php +++ b/src/Cookies/CICookie.php @@ -11,10 +11,10 @@ * bundled with this package in the LICENSE file. * * @package Sentinel - * @version 2.0.13 + * @version 2.0.14 * @author Cartalyst LLC * @license BSD License (3-clause) - * @copyright (c) 2011-2016, Cartalyst LLC + * @copyright (c) 2011-2017, Cartalyst LLC * @link http://cartalyst.com */ diff --git a/src/Cookies/CookieInterface.php b/src/Cookies/CookieInterface.php index a9625c76..8a8d9ac4 100644 --- a/src/Cookies/CookieInterface.php +++ b/src/Cookies/CookieInterface.php @@ -11,10 +11,10 @@ * bundled with this package in the LICENSE file. * * @package Sentinel - * @version 2.0.13 + * @version 2.0.14 * @author Cartalyst LLC * @license BSD License (3-clause) - * @copyright (c) 2011-2016, Cartalyst LLC + * @copyright (c) 2011-2017, Cartalyst LLC * @link http://cartalyst.com */ diff --git a/src/Cookies/FuelPHPCookie.php b/src/Cookies/FuelPHPCookie.php index 9e2a64b0..607183f8 100644 --- a/src/Cookies/FuelPHPCookie.php +++ b/src/Cookies/FuelPHPCookie.php @@ -11,10 +11,10 @@ * bundled with this package in the LICENSE file. * * @package Sentinel - * @version 2.0.13 + * @version 2.0.14 * @author Cartalyst LLC * @license BSD License (3-clause) - * @copyright (c) 2011-2016, Cartalyst LLC + * @copyright (c) 2011-2017, Cartalyst LLC * @link http://cartalyst.com */ diff --git a/src/Cookies/IlluminateCookie.php b/src/Cookies/IlluminateCookie.php index e76ae371..5c95a445 100644 --- a/src/Cookies/IlluminateCookie.php +++ b/src/Cookies/IlluminateCookie.php @@ -11,10 +11,10 @@ * bundled with this package in the LICENSE file. * * @package Sentinel - * @version 2.0.13 + * @version 2.0.14 * @author Cartalyst LLC * @license BSD License (3-clause) - * @copyright (c) 2011-2016, Cartalyst LLC + * @copyright (c) 2011-2017, Cartalyst LLC * @link http://cartalyst.com */ diff --git a/src/Cookies/NativeCookie.php b/src/Cookies/NativeCookie.php index 9127a2e5..737439db 100644 --- a/src/Cookies/NativeCookie.php +++ b/src/Cookies/NativeCookie.php @@ -11,10 +11,10 @@ * bundled with this package in the LICENSE file. * * @package Sentinel - * @version 2.0.13 + * @version 2.0.14 * @author Cartalyst LLC * @license BSD License (3-clause) - * @copyright (c) 2011-2016, Cartalyst LLC + * @copyright (c) 2011-2017, Cartalyst LLC * @link http://cartalyst.com */ diff --git a/src/Hashing/BcryptHasher.php b/src/Hashing/BcryptHasher.php index 14d19c07..1ccf55c2 100644 --- a/src/Hashing/BcryptHasher.php +++ b/src/Hashing/BcryptHasher.php @@ -11,10 +11,10 @@ * bundled with this package in the LICENSE file. * * @package Sentinel - * @version 2.0.13 + * @version 2.0.14 * @author Cartalyst LLC * @license BSD License (3-clause) - * @copyright (c) 2011-2016, Cartalyst LLC + * @copyright (c) 2011-2017, Cartalyst LLC * @link http://cartalyst.com */ diff --git a/src/Hashing/CallbackHasher.php b/src/Hashing/CallbackHasher.php index 1f9a8aca..27aa04b1 100644 --- a/src/Hashing/CallbackHasher.php +++ b/src/Hashing/CallbackHasher.php @@ -11,10 +11,10 @@ * bundled with this package in the LICENSE file. * * @package Sentinel - * @version 2.0.13 + * @version 2.0.14 * @author Cartalyst LLC * @license BSD License (3-clause) - * @copyright (c) 2011-2016, Cartalyst LLC + * @copyright (c) 2011-2017, Cartalyst LLC * @link http://cartalyst.com */ diff --git a/src/Hashing/Hasher.php b/src/Hashing/Hasher.php index 5dd338f0..5ebbca61 100644 --- a/src/Hashing/Hasher.php +++ b/src/Hashing/Hasher.php @@ -11,10 +11,10 @@ * bundled with this package in the LICENSE file. * * @package Sentinel - * @version 2.0.13 + * @version 2.0.14 * @author Cartalyst LLC * @license BSD License (3-clause) - * @copyright (c) 2011-2016, Cartalyst LLC + * @copyright (c) 2011-2017, Cartalyst LLC * @link http://cartalyst.com */ diff --git a/src/Hashing/HasherInterface.php b/src/Hashing/HasherInterface.php index 1082bee7..5e7df659 100644 --- a/src/Hashing/HasherInterface.php +++ b/src/Hashing/HasherInterface.php @@ -11,10 +11,10 @@ * bundled with this package in the LICENSE file. * * @package Sentinel - * @version 2.0.13 + * @version 2.0.14 * @author Cartalyst LLC * @license BSD License (3-clause) - * @copyright (c) 2011-2016, Cartalyst LLC + * @copyright (c) 2011-2017, Cartalyst LLC * @link http://cartalyst.com */ diff --git a/src/Hashing/NativeHasher.php b/src/Hashing/NativeHasher.php index fbf559df..3100bcdb 100644 --- a/src/Hashing/NativeHasher.php +++ b/src/Hashing/NativeHasher.php @@ -11,10 +11,10 @@ * bundled with this package in the LICENSE file. * * @package Sentinel - * @version 2.0.13 + * @version 2.0.14 * @author Cartalyst LLC * @license BSD License (3-clause) - * @copyright (c) 2011-2016, Cartalyst LLC + * @copyright (c) 2011-2017, Cartalyst LLC * @link http://cartalyst.com */ diff --git a/src/Hashing/Sha256Hasher.php b/src/Hashing/Sha256Hasher.php index be6b39a7..d7f714aa 100644 --- a/src/Hashing/Sha256Hasher.php +++ b/src/Hashing/Sha256Hasher.php @@ -11,10 +11,10 @@ * bundled with this package in the LICENSE file. * * @package Sentinel - * @version 2.0.13 + * @version 2.0.14 * @author Cartalyst LLC * @license BSD License (3-clause) - * @copyright (c) 2011-2016, Cartalyst LLC + * @copyright (c) 2011-2017, Cartalyst LLC * @link http://cartalyst.com */ diff --git a/src/Hashing/WhirlpoolHasher.php b/src/Hashing/WhirlpoolHasher.php index 036a5f76..c0e0c4e7 100644 --- a/src/Hashing/WhirlpoolHasher.php +++ b/src/Hashing/WhirlpoolHasher.php @@ -11,10 +11,10 @@ * bundled with this package in the LICENSE file. * * @package Sentinel - * @version 2.0.13 + * @version 2.0.14 * @author Cartalyst LLC * @license BSD License (3-clause) - * @copyright (c) 2011-2016, Cartalyst LLC + * @copyright (c) 2011-2017, Cartalyst LLC * @link http://cartalyst.com */ diff --git a/src/Laravel/Facades/Activation.php b/src/Laravel/Facades/Activation.php index f437d1e6..9a73fc26 100644 --- a/src/Laravel/Facades/Activation.php +++ b/src/Laravel/Facades/Activation.php @@ -11,10 +11,10 @@ * bundled with this package in the LICENSE file. * * @package Sentinel - * @version 2.0.13 + * @version 2.0.14 * @author Cartalyst LLC * @license BSD License (3-clause) - * @copyright (c) 2011-2016, Cartalyst LLC + * @copyright (c) 2011-2017, Cartalyst LLC * @link http://cartalyst.com */ diff --git a/src/Laravel/Facades/Reminder.php b/src/Laravel/Facades/Reminder.php index bb747201..8bf5453d 100644 --- a/src/Laravel/Facades/Reminder.php +++ b/src/Laravel/Facades/Reminder.php @@ -11,10 +11,10 @@ * bundled with this package in the LICENSE file. * * @package Sentinel - * @version 2.0.13 + * @version 2.0.14 * @author Cartalyst LLC * @license BSD License (3-clause) - * @copyright (c) 2011-2016, Cartalyst LLC + * @copyright (c) 2011-2017, Cartalyst LLC * @link http://cartalyst.com */ diff --git a/src/Laravel/Facades/Sentinel.php b/src/Laravel/Facades/Sentinel.php index c853d217..f35b029e 100644 --- a/src/Laravel/Facades/Sentinel.php +++ b/src/Laravel/Facades/Sentinel.php @@ -11,10 +11,10 @@ * bundled with this package in the LICENSE file. * * @package Sentinel - * @version 2.0.13 + * @version 2.0.14 * @author Cartalyst LLC * @license BSD License (3-clause) - * @copyright (c) 2011-2016, Cartalyst LLC + * @copyright (c) 2011-2017, Cartalyst LLC * @link http://cartalyst.com */ diff --git a/src/Laravel/SentinelServiceProvider.php b/src/Laravel/SentinelServiceProvider.php index 654f7f2e..c9dc22b9 100644 --- a/src/Laravel/SentinelServiceProvider.php +++ b/src/Laravel/SentinelServiceProvider.php @@ -11,10 +11,10 @@ * bundled with this package in the LICENSE file. * * @package Sentinel - * @version 2.0.13 + * @version 2.0.14 * @author Cartalyst LLC * @license BSD License (3-clause) - * @copyright (c) 2011-2016, Cartalyst LLC + * @copyright (c) 2011-2017, Cartalyst LLC * @link http://cartalyst.com */ diff --git a/src/Native/ConfigRepository.php b/src/Native/ConfigRepository.php index 56a21454..641f2ed8 100644 --- a/src/Native/ConfigRepository.php +++ b/src/Native/ConfigRepository.php @@ -11,10 +11,10 @@ * bundled with this package in the LICENSE file. * * @package Sentinel - * @version 2.0.13 + * @version 2.0.14 * @author Cartalyst LLC * @license BSD License (3-clause) - * @copyright (c) 2011-2016, Cartalyst LLC + * @copyright (c) 2011-2017, Cartalyst LLC * @link http://cartalyst.com */ diff --git a/src/Native/Facades/Sentinel.php b/src/Native/Facades/Sentinel.php index 5cb3d40f..2b2ea309 100644 --- a/src/Native/Facades/Sentinel.php +++ b/src/Native/Facades/Sentinel.php @@ -11,10 +11,10 @@ * bundled with this package in the LICENSE file. * * @package Sentinel - * @version 2.0.13 + * @version 2.0.14 * @author Cartalyst LLC * @license BSD License (3-clause) - * @copyright (c) 2011-2016, Cartalyst LLC + * @copyright (c) 2011-2017, Cartalyst LLC * @link http://cartalyst.com */ diff --git a/src/Native/SentinelBootstrapper.php b/src/Native/SentinelBootstrapper.php index a92fe7eb..958ba138 100644 --- a/src/Native/SentinelBootstrapper.php +++ b/src/Native/SentinelBootstrapper.php @@ -11,10 +11,10 @@ * bundled with this package in the LICENSE file. * * @package Sentinel - * @version 2.0.13 + * @version 2.0.14 * @author Cartalyst LLC * @license BSD License (3-clause) - * @copyright (c) 2011-2016, Cartalyst LLC + * @copyright (c) 2011-2017, Cartalyst LLC * @link http://cartalyst.com */ diff --git a/src/Permissions/PermissibleInterface.php b/src/Permissions/PermissibleInterface.php index 711af947..a54d87c5 100644 --- a/src/Permissions/PermissibleInterface.php +++ b/src/Permissions/PermissibleInterface.php @@ -11,10 +11,10 @@ * bundled with this package in the LICENSE file. * * @package Sentinel - * @version 2.0.13 + * @version 2.0.14 * @author Cartalyst LLC * @license BSD License (3-clause) - * @copyright (c) 2011-2016, Cartalyst LLC + * @copyright (c) 2011-2017, Cartalyst LLC * @link http://cartalyst.com */ diff --git a/src/Permissions/PermissibleTrait.php b/src/Permissions/PermissibleTrait.php index 7da4195e..22a8e2fd 100644 --- a/src/Permissions/PermissibleTrait.php +++ b/src/Permissions/PermissibleTrait.php @@ -11,10 +11,10 @@ * bundled with this package in the LICENSE file. * * @package Sentinel - * @version 2.0.13 + * @version 2.0.14 * @author Cartalyst LLC * @license BSD License (3-clause) - * @copyright (c) 2011-2016, Cartalyst LLC + * @copyright (c) 2011-2017, Cartalyst LLC * @link http://cartalyst.com */ diff --git a/src/Permissions/PermissionsInterface.php b/src/Permissions/PermissionsInterface.php index 26a22ef7..bc848312 100644 --- a/src/Permissions/PermissionsInterface.php +++ b/src/Permissions/PermissionsInterface.php @@ -11,10 +11,10 @@ * bundled with this package in the LICENSE file. * * @package Sentinel - * @version 2.0.13 + * @version 2.0.14 * @author Cartalyst LLC * @license BSD License (3-clause) - * @copyright (c) 2011-2016, Cartalyst LLC + * @copyright (c) 2011-2017, Cartalyst LLC * @link http://cartalyst.com */ diff --git a/src/Permissions/PermissionsTrait.php b/src/Permissions/PermissionsTrait.php index 0b2607fe..aa3ffff1 100644 --- a/src/Permissions/PermissionsTrait.php +++ b/src/Permissions/PermissionsTrait.php @@ -11,10 +11,10 @@ * bundled with this package in the LICENSE file. * * @package Sentinel - * @version 2.0.13 + * @version 2.0.14 * @author Cartalyst LLC * @license BSD License (3-clause) - * @copyright (c) 2011-2016, Cartalyst LLC + * @copyright (c) 2011-2017, Cartalyst LLC * @link http://cartalyst.com */ diff --git a/src/Permissions/StandardPermissions.php b/src/Permissions/StandardPermissions.php index 0e1944b6..503a4e49 100644 --- a/src/Permissions/StandardPermissions.php +++ b/src/Permissions/StandardPermissions.php @@ -11,10 +11,10 @@ * bundled with this package in the LICENSE file. * * @package Sentinel - * @version 2.0.13 + * @version 2.0.14 * @author Cartalyst LLC * @license BSD License (3-clause) - * @copyright (c) 2011-2016, Cartalyst LLC + * @copyright (c) 2011-2017, Cartalyst LLC * @link http://cartalyst.com */ diff --git a/src/Permissions/StrictPermissions.php b/src/Permissions/StrictPermissions.php index 527fca56..a0ec2781 100644 --- a/src/Permissions/StrictPermissions.php +++ b/src/Permissions/StrictPermissions.php @@ -11,10 +11,10 @@ * bundled with this package in the LICENSE file. * * @package Sentinel - * @version 2.0.13 + * @version 2.0.14 * @author Cartalyst LLC * @license BSD License (3-clause) - * @copyright (c) 2011-2016, Cartalyst LLC + * @copyright (c) 2011-2017, Cartalyst LLC * @link http://cartalyst.com */ diff --git a/src/Persistences/EloquentPersistence.php b/src/Persistences/EloquentPersistence.php index 219dbaa8..ede17cc1 100644 --- a/src/Persistences/EloquentPersistence.php +++ b/src/Persistences/EloquentPersistence.php @@ -11,10 +11,10 @@ * bundled with this package in the LICENSE file. * * @package Sentinel - * @version 2.0.13 + * @version 2.0.14 * @author Cartalyst LLC * @license BSD License (3-clause) - * @copyright (c) 2011-2016, Cartalyst LLC + * @copyright (c) 2011-2017, Cartalyst LLC * @link http://cartalyst.com */ diff --git a/src/Persistences/IlluminatePersistenceRepository.php b/src/Persistences/IlluminatePersistenceRepository.php index 3b3eea17..7823a722 100644 --- a/src/Persistences/IlluminatePersistenceRepository.php +++ b/src/Persistences/IlluminatePersistenceRepository.php @@ -11,10 +11,10 @@ * bundled with this package in the LICENSE file. * * @package Sentinel - * @version 2.0.13 + * @version 2.0.14 * @author Cartalyst LLC * @license BSD License (3-clause) - * @copyright (c) 2011-2016, Cartalyst LLC + * @copyright (c) 2011-2017, Cartalyst LLC * @link http://cartalyst.com */ diff --git a/src/Persistences/PersistableInterface.php b/src/Persistences/PersistableInterface.php index e68c4799..30497e37 100644 --- a/src/Persistences/PersistableInterface.php +++ b/src/Persistences/PersistableInterface.php @@ -11,10 +11,10 @@ * bundled with this package in the LICENSE file. * * @package Sentinel - * @version 2.0.13 + * @version 2.0.14 * @author Cartalyst LLC * @license BSD License (3-clause) - * @copyright (c) 2011-2016, Cartalyst LLC + * @copyright (c) 2011-2017, Cartalyst LLC * @link http://cartalyst.com */ diff --git a/src/Persistences/PersistenceInterface.php b/src/Persistences/PersistenceInterface.php index f340d1d2..ccdc2869 100644 --- a/src/Persistences/PersistenceInterface.php +++ b/src/Persistences/PersistenceInterface.php @@ -11,10 +11,10 @@ * bundled with this package in the LICENSE file. * * @package Sentinel - * @version 2.0.13 + * @version 2.0.14 * @author Cartalyst LLC * @license BSD License (3-clause) - * @copyright (c) 2011-2016, Cartalyst LLC + * @copyright (c) 2011-2017, Cartalyst LLC * @link http://cartalyst.com */ diff --git a/src/Persistences/PersistenceRepositoryInterface.php b/src/Persistences/PersistenceRepositoryInterface.php index ff0f84ee..dd196236 100644 --- a/src/Persistences/PersistenceRepositoryInterface.php +++ b/src/Persistences/PersistenceRepositoryInterface.php @@ -11,10 +11,10 @@ * bundled with this package in the LICENSE file. * * @package Sentinel - * @version 2.0.13 + * @version 2.0.14 * @author Cartalyst LLC * @license BSD License (3-clause) - * @copyright (c) 2011-2016, Cartalyst LLC + * @copyright (c) 2011-2017, Cartalyst LLC * @link http://cartalyst.com */ diff --git a/src/Reminders/EloquentReminder.php b/src/Reminders/EloquentReminder.php index 17332bb3..c64fb214 100644 --- a/src/Reminders/EloquentReminder.php +++ b/src/Reminders/EloquentReminder.php @@ -11,10 +11,10 @@ * bundled with this package in the LICENSE file. * * @package Sentinel - * @version 2.0.13 + * @version 2.0.14 * @author Cartalyst LLC * @license BSD License (3-clause) - * @copyright (c) 2011-2016, Cartalyst LLC + * @copyright (c) 2011-2017, Cartalyst LLC * @link http://cartalyst.com */ diff --git a/src/Reminders/IlluminateReminderRepository.php b/src/Reminders/IlluminateReminderRepository.php index 8cad6ec3..23d20833 100644 --- a/src/Reminders/IlluminateReminderRepository.php +++ b/src/Reminders/IlluminateReminderRepository.php @@ -11,10 +11,10 @@ * bundled with this package in the LICENSE file. * * @package Sentinel - * @version 2.0.13 + * @version 2.0.14 * @author Cartalyst LLC * @license BSD License (3-clause) - * @copyright (c) 2011-2016, Cartalyst LLC + * @copyright (c) 2011-2017, Cartalyst LLC * @link http://cartalyst.com */ diff --git a/src/Reminders/ReminderRepositoryInterface.php b/src/Reminders/ReminderRepositoryInterface.php index 8446d072..7fe31f28 100644 --- a/src/Reminders/ReminderRepositoryInterface.php +++ b/src/Reminders/ReminderRepositoryInterface.php @@ -11,10 +11,10 @@ * bundled with this package in the LICENSE file. * * @package Sentinel - * @version 2.0.13 + * @version 2.0.14 * @author Cartalyst LLC * @license BSD License (3-clause) - * @copyright (c) 2011-2016, Cartalyst LLC + * @copyright (c) 2011-2017, Cartalyst LLC * @link http://cartalyst.com */ diff --git a/src/Roles/EloquentRole.php b/src/Roles/EloquentRole.php index e7debf92..a6f4aac5 100644 --- a/src/Roles/EloquentRole.php +++ b/src/Roles/EloquentRole.php @@ -11,10 +11,10 @@ * bundled with this package in the LICENSE file. * * @package Sentinel - * @version 2.0.13 + * @version 2.0.14 * @author Cartalyst LLC * @license BSD License (3-clause) - * @copyright (c) 2011-2016, Cartalyst LLC + * @copyright (c) 2011-2017, Cartalyst LLC * @link http://cartalyst.com */ diff --git a/src/Roles/IlluminateRoleRepository.php b/src/Roles/IlluminateRoleRepository.php index 927e744b..241bcb3b 100644 --- a/src/Roles/IlluminateRoleRepository.php +++ b/src/Roles/IlluminateRoleRepository.php @@ -11,10 +11,10 @@ * bundled with this package in the LICENSE file. * * @package Sentinel - * @version 2.0.13 + * @version 2.0.14 * @author Cartalyst LLC * @license BSD License (3-clause) - * @copyright (c) 2011-2016, Cartalyst LLC + * @copyright (c) 2011-2017, Cartalyst LLC * @link http://cartalyst.com */ diff --git a/src/Roles/RoleInterface.php b/src/Roles/RoleInterface.php index e3bd3957..13c5174d 100644 --- a/src/Roles/RoleInterface.php +++ b/src/Roles/RoleInterface.php @@ -11,10 +11,10 @@ * bundled with this package in the LICENSE file. * * @package Sentinel - * @version 2.0.13 + * @version 2.0.14 * @author Cartalyst LLC * @license BSD License (3-clause) - * @copyright (c) 2011-2016, Cartalyst LLC + * @copyright (c) 2011-2017, Cartalyst LLC * @link http://cartalyst.com */ diff --git a/src/Roles/RoleRepositoryInterface.php b/src/Roles/RoleRepositoryInterface.php index 834406a3..c808a399 100644 --- a/src/Roles/RoleRepositoryInterface.php +++ b/src/Roles/RoleRepositoryInterface.php @@ -11,10 +11,10 @@ * bundled with this package in the LICENSE file. * * @package Sentinel - * @version 2.0.13 + * @version 2.0.14 * @author Cartalyst LLC * @license BSD License (3-clause) - * @copyright (c) 2011-2016, Cartalyst LLC + * @copyright (c) 2011-2017, Cartalyst LLC * @link http://cartalyst.com */ diff --git a/src/Roles/RoleableInterface.php b/src/Roles/RoleableInterface.php index b97c9aef..9cea4808 100644 --- a/src/Roles/RoleableInterface.php +++ b/src/Roles/RoleableInterface.php @@ -11,10 +11,10 @@ * bundled with this package in the LICENSE file. * * @package Sentinel - * @version 2.0.13 + * @version 2.0.14 * @author Cartalyst LLC * @license BSD License (3-clause) - * @copyright (c) 2011-2016, Cartalyst LLC + * @copyright (c) 2011-2017, Cartalyst LLC * @link http://cartalyst.com */ diff --git a/src/Sentinel.php b/src/Sentinel.php index 0f53bcd0..ff6f6c26 100644 --- a/src/Sentinel.php +++ b/src/Sentinel.php @@ -11,10 +11,10 @@ * bundled with this package in the LICENSE file. * * @package Sentinel - * @version 2.0.13 + * @version 2.0.14 * @author Cartalyst LLC * @license BSD License (3-clause) - * @copyright (c) 2011-2016, Cartalyst LLC + * @copyright (c) 2011-2017, Cartalyst LLC * @link http://cartalyst.com */ diff --git a/src/Sessions/CISession.php b/src/Sessions/CISession.php index c346285c..0692e549 100644 --- a/src/Sessions/CISession.php +++ b/src/Sessions/CISession.php @@ -11,10 +11,10 @@ * bundled with this package in the LICENSE file. * * @package Sentinel - * @version 2.0.13 + * @version 2.0.14 * @author Cartalyst LLC * @license BSD License (3-clause) - * @copyright (c) 2011-2016, Cartalyst LLC + * @copyright (c) 2011-2017, Cartalyst LLC * @link http://cartalyst.com */ diff --git a/src/Sessions/FuelPHPSession.php b/src/Sessions/FuelPHPSession.php index 71e81bff..57a0b98d 100644 --- a/src/Sessions/FuelPHPSession.php +++ b/src/Sessions/FuelPHPSession.php @@ -11,10 +11,10 @@ * bundled with this package in the LICENSE file. * * @package Sentinel - * @version 2.0.13 + * @version 2.0.14 * @author Cartalyst LLC * @license BSD License (3-clause) - * @copyright (c) 2011-2016, Cartalyst LLC + * @copyright (c) 2011-2017, Cartalyst LLC * @link http://cartalyst.com */ diff --git a/src/Sessions/IlluminateSession.php b/src/Sessions/IlluminateSession.php index 95185223..aaeecab5 100644 --- a/src/Sessions/IlluminateSession.php +++ b/src/Sessions/IlluminateSession.php @@ -11,10 +11,10 @@ * bundled with this package in the LICENSE file. * * @package Sentinel - * @version 2.0.13 + * @version 2.0.14 * @author Cartalyst LLC * @license BSD License (3-clause) - * @copyright (c) 2011-2016, Cartalyst LLC + * @copyright (c) 2011-2017, Cartalyst LLC * @link http://cartalyst.com */ diff --git a/src/Sessions/NativeSession.php b/src/Sessions/NativeSession.php index b9eb0d8e..d3accc98 100644 --- a/src/Sessions/NativeSession.php +++ b/src/Sessions/NativeSession.php @@ -11,10 +11,10 @@ * bundled with this package in the LICENSE file. * * @package Sentinel - * @version 2.0.13 + * @version 2.0.14 * @author Cartalyst LLC * @license BSD License (3-clause) - * @copyright (c) 2011-2016, Cartalyst LLC + * @copyright (c) 2011-2017, Cartalyst LLC * @link http://cartalyst.com */ diff --git a/src/Sessions/SessionInterface.php b/src/Sessions/SessionInterface.php index 9d662f9f..19e1a4d4 100644 --- a/src/Sessions/SessionInterface.php +++ b/src/Sessions/SessionInterface.php @@ -11,10 +11,10 @@ * bundled with this package in the LICENSE file. * * @package Sentinel - * @version 2.0.13 + * @version 2.0.14 * @author Cartalyst LLC * @license BSD License (3-clause) - * @copyright (c) 2011-2016, Cartalyst LLC + * @copyright (c) 2011-2017, Cartalyst LLC * @link http://cartalyst.com */ diff --git a/src/Throttling/EloquentThrottle.php b/src/Throttling/EloquentThrottle.php index 6f28ec66..7508d161 100644 --- a/src/Throttling/EloquentThrottle.php +++ b/src/Throttling/EloquentThrottle.php @@ -11,10 +11,10 @@ * bundled with this package in the LICENSE file. * * @package Sentinel - * @version 2.0.13 + * @version 2.0.14 * @author Cartalyst LLC * @license BSD License (3-clause) - * @copyright (c) 2011-2016, Cartalyst LLC + * @copyright (c) 2011-2017, Cartalyst LLC * @link http://cartalyst.com */ diff --git a/src/Throttling/IlluminateThrottleRepository.php b/src/Throttling/IlluminateThrottleRepository.php index feb65c02..73b3f580 100644 --- a/src/Throttling/IlluminateThrottleRepository.php +++ b/src/Throttling/IlluminateThrottleRepository.php @@ -11,10 +11,10 @@ * bundled with this package in the LICENSE file. * * @package Sentinel - * @version 2.0.13 + * @version 2.0.14 * @author Cartalyst LLC * @license BSD License (3-clause) - * @copyright (c) 2011-2016, Cartalyst LLC + * @copyright (c) 2011-2017, Cartalyst LLC * @link http://cartalyst.com */ diff --git a/src/Throttling/ThrottleRepositoryInterface.php b/src/Throttling/ThrottleRepositoryInterface.php index 11145904..0154a514 100644 --- a/src/Throttling/ThrottleRepositoryInterface.php +++ b/src/Throttling/ThrottleRepositoryInterface.php @@ -11,10 +11,10 @@ * bundled with this package in the LICENSE file. * * @package Sentinel - * @version 2.0.13 + * @version 2.0.14 * @author Cartalyst LLC * @license BSD License (3-clause) - * @copyright (c) 2011-2016, Cartalyst LLC + * @copyright (c) 2011-2017, Cartalyst LLC * @link http://cartalyst.com */ diff --git a/src/Users/EloquentUser.php b/src/Users/EloquentUser.php index 1eb7845a..e6e9ca2b 100644 --- a/src/Users/EloquentUser.php +++ b/src/Users/EloquentUser.php @@ -11,10 +11,10 @@ * bundled with this package in the LICENSE file. * * @package Sentinel - * @version 2.0.13 + * @version 2.0.14 * @author Cartalyst LLC * @license BSD License (3-clause) - * @copyright (c) 2011-2016, Cartalyst LLC + * @copyright (c) 2011-2017, Cartalyst LLC * @link http://cartalyst.com */ diff --git a/src/Users/IlluminateUserRepository.php b/src/Users/IlluminateUserRepository.php index e7df627f..577974dc 100644 --- a/src/Users/IlluminateUserRepository.php +++ b/src/Users/IlluminateUserRepository.php @@ -11,10 +11,10 @@ * bundled with this package in the LICENSE file. * * @package Sentinel - * @version 2.0.13 + * @version 2.0.14 * @author Cartalyst LLC * @license BSD License (3-clause) - * @copyright (c) 2011-2016, Cartalyst LLC + * @copyright (c) 2011-2017, Cartalyst LLC * @link http://cartalyst.com */ diff --git a/src/Users/UserInterface.php b/src/Users/UserInterface.php index 488d2a29..6ad08c3e 100644 --- a/src/Users/UserInterface.php +++ b/src/Users/UserInterface.php @@ -11,10 +11,10 @@ * bundled with this package in the LICENSE file. * * @package Sentinel - * @version 2.0.13 + * @version 2.0.14 * @author Cartalyst LLC * @license BSD License (3-clause) - * @copyright (c) 2011-2016, Cartalyst LLC + * @copyright (c) 2011-2017, Cartalyst LLC * @link http://cartalyst.com */ diff --git a/src/Users/UserRepositoryInterface.php b/src/Users/UserRepositoryInterface.php index 414e9485..9d629f6e 100644 --- a/src/Users/UserRepositoryInterface.php +++ b/src/Users/UserRepositoryInterface.php @@ -11,10 +11,10 @@ * bundled with this package in the LICENSE file. * * @package Sentinel - * @version 2.0.13 + * @version 2.0.14 * @author Cartalyst LLC * @license BSD License (3-clause) - * @copyright (c) 2011-2016, Cartalyst LLC + * @copyright (c) 2011-2017, Cartalyst LLC * @link http://cartalyst.com */ diff --git a/src/config/config.php b/src/config/config.php index eccd7bd7..eddbdb74 100644 --- a/src/config/config.php +++ b/src/config/config.php @@ -11,10 +11,10 @@ * bundled with this package in the LICENSE file. * * @package Sentinel - * @version 2.0.13 + * @version 2.0.14 * @author Cartalyst LLC * @license BSD License (3-clause) - * @copyright (c) 2011-2016, Cartalyst LLC + * @copyright (c) 2011-2017, Cartalyst LLC * @link http://cartalyst.com */ diff --git a/src/migrations/2014_07_02_230147_migration_cartalyst_sentinel.php b/src/migrations/2014_07_02_230147_migration_cartalyst_sentinel.php index d5416351..6252a929 100644 --- a/src/migrations/2014_07_02_230147_migration_cartalyst_sentinel.php +++ b/src/migrations/2014_07_02_230147_migration_cartalyst_sentinel.php @@ -11,10 +11,10 @@ * bundled with this package in the LICENSE file. * * @package Sentinel - * @version 2.0.13 + * @version 2.0.14 * @author Cartalyst LLC * @license BSD License (3-clause) - * @copyright (c) 2011-2016, Cartalyst LLC + * @copyright (c) 2011-2017, Cartalyst LLC * @link http://cartalyst.com */ @@ -58,8 +58,8 @@ public function up() $table->boolean('completed')->default(0); $table->timestamp('completed_at')->nullable(); $table->timestamps(); - - $table->engine = 'InnoDB'; + + $table->engine = 'InnoDB'; }); Schema::create('roles', function (Blueprint $table) { diff --git a/tests/ActivationCheckpointTest.php b/tests/ActivationCheckpointTest.php index 21f6c467..ede325c6 100644 --- a/tests/ActivationCheckpointTest.php +++ b/tests/ActivationCheckpointTest.php @@ -11,10 +11,10 @@ * bundled with this package in the LICENSE file. * * @package Sentinel - * @version 2.0.13 + * @version 2.0.14 * @author Cartalyst LLC * @license BSD License (3-clause) - * @copyright (c) 2011-2016, Cartalyst LLC + * @copyright (c) 2011-2017, Cartalyst LLC * @link http://cartalyst.com */ diff --git a/tests/BcryptHasherTest.php b/tests/BcryptHasherTest.php index 88f65d86..7e0c2ccb 100644 --- a/tests/BcryptHasherTest.php +++ b/tests/BcryptHasherTest.php @@ -11,10 +11,10 @@ * bundled with this package in the LICENSE file. * * @package Sentinel - * @version 2.0.13 + * @version 2.0.14 * @author Cartalyst LLC * @license BSD License (3-clause) - * @copyright (c) 2011-2016, Cartalyst LLC + * @copyright (c) 2011-2017, Cartalyst LLC * @link http://cartalyst.com */ diff --git a/tests/CICookieTest.php b/tests/CICookieTest.php index c3dbd109..2562d54a 100644 --- a/tests/CICookieTest.php +++ b/tests/CICookieTest.php @@ -11,10 +11,10 @@ * bundled with this package in the LICENSE file. * * @package Sentinel - * @version 2.0.13 + * @version 2.0.14 * @author Cartalyst LLC * @license BSD License (3-clause) - * @copyright (c) 2011-2016, Cartalyst LLC + * @copyright (c) 2011-2017, Cartalyst LLC * @link http://cartalyst.com */ diff --git a/tests/CISessionTest.php b/tests/CISessionTest.php index 50fc0a1e..b3a0ee36 100644 --- a/tests/CISessionTest.php +++ b/tests/CISessionTest.php @@ -11,10 +11,10 @@ * bundled with this package in the LICENSE file. * * @package Sentinel - * @version 2.0.13 + * @version 2.0.14 * @author Cartalyst LLC * @license BSD License (3-clause) - * @copyright (c) 2011-2016, Cartalyst LLC + * @copyright (c) 2011-2017, Cartalyst LLC * @link http://cartalyst.com */ diff --git a/tests/CallbackHasherTest.php b/tests/CallbackHasherTest.php index 05d4fd41..cb943fda 100644 --- a/tests/CallbackHasherTest.php +++ b/tests/CallbackHasherTest.php @@ -11,10 +11,10 @@ * bundled with this package in the LICENSE file. * * @package Sentinel - * @version 2.0.13 + * @version 2.0.14 * @author Cartalyst LLC * @license BSD License (3-clause) - * @copyright (c) 2011-2016, Cartalyst LLC + * @copyright (c) 2011-2017, Cartalyst LLC * @link http://cartalyst.com */ diff --git a/tests/CheckpointsTest.php b/tests/CheckpointsTest.php index 30f22a1b..465c5408 100644 --- a/tests/CheckpointsTest.php +++ b/tests/CheckpointsTest.php @@ -11,10 +11,10 @@ * bundled with this package in the LICENSE file. * * @package Sentinel - * @version 2.0.13 + * @version 2.0.14 * @author Cartalyst LLC * @license BSD License (3-clause) - * @copyright (c) 2011-2016, Cartalyst LLC + * @copyright (c) 2011-2017, Cartalyst LLC * @link http://cartalyst.com */ diff --git a/tests/EloquentActivationTest.php b/tests/EloquentActivationTest.php index 9eb93db2..45246966 100644 --- a/tests/EloquentActivationTest.php +++ b/tests/EloquentActivationTest.php @@ -11,10 +11,10 @@ * bundled with this package in the LICENSE file. * * @package Sentinel - * @version 2.0.13 + * @version 2.0.14 * @author Cartalyst LLC * @license BSD License (3-clause) - * @copyright (c) 2011-2016, Cartalyst LLC + * @copyright (c) 2011-2017, Cartalyst LLC * @link http://cartalyst.com */ diff --git a/tests/EloquentPersistenceTest.php b/tests/EloquentPersistenceTest.php index c069bada..a17f0b61 100644 --- a/tests/EloquentPersistenceTest.php +++ b/tests/EloquentPersistenceTest.php @@ -11,10 +11,10 @@ * bundled with this package in the LICENSE file. * * @package Sentinel - * @version 2.0.13 + * @version 2.0.14 * @author Cartalyst LLC * @license BSD License (3-clause) - * @copyright (c) 2011-2016, Cartalyst LLC + * @copyright (c) 2011-2017, Cartalyst LLC * @link http://cartalyst.com */ diff --git a/tests/EloquentReminderTest.php b/tests/EloquentReminderTest.php index c7ce05a0..c3875bc2 100644 --- a/tests/EloquentReminderTest.php +++ b/tests/EloquentReminderTest.php @@ -11,10 +11,10 @@ * bundled with this package in the LICENSE file. * * @package Sentinel - * @version 2.0.13 + * @version 2.0.14 * @author Cartalyst LLC * @license BSD License (3-clause) - * @copyright (c) 2011-2016, Cartalyst LLC + * @copyright (c) 2011-2017, Cartalyst LLC * @link http://cartalyst.com */ diff --git a/tests/EloquentRoleTest.php b/tests/EloquentRoleTest.php index 76e4169b..6e5ea38d 100644 --- a/tests/EloquentRoleTest.php +++ b/tests/EloquentRoleTest.php @@ -11,10 +11,10 @@ * bundled with this package in the LICENSE file. * * @package Sentinel - * @version 2.0.13 + * @version 2.0.14 * @author Cartalyst LLC * @license BSD License (3-clause) - * @copyright (c) 2011-2016, Cartalyst LLC + * @copyright (c) 2011-2017, Cartalyst LLC * @link http://cartalyst.com */ diff --git a/tests/EloquentUserTest.php b/tests/EloquentUserTest.php index 8be72da2..0b12be5e 100644 --- a/tests/EloquentUserTest.php +++ b/tests/EloquentUserTest.php @@ -11,10 +11,10 @@ * bundled with this package in the LICENSE file. * * @package Sentinel - * @version 2.0.13 + * @version 2.0.14 * @author Cartalyst LLC * @license BSD License (3-clause) - * @copyright (c) 2011-2016, Cartalyst LLC + * @copyright (c) 2011-2017, Cartalyst LLC * @link http://cartalyst.com */ diff --git a/tests/FuelPHPCookieTest.php b/tests/FuelPHPCookieTest.php index 128a2aea..ee91763d 100644 --- a/tests/FuelPHPCookieTest.php +++ b/tests/FuelPHPCookieTest.php @@ -11,10 +11,10 @@ * bundled with this package in the LICENSE file. * * @package Sentinel - * @version 2.0.13 + * @version 2.0.14 * @author Cartalyst LLC * @license BSD License (3-clause) - * @copyright (c) 2011-2016, Cartalyst LLC + * @copyright (c) 2011-2017, Cartalyst LLC * @link http://cartalyst.com */ diff --git a/tests/FuelPHPSessionTest.php b/tests/FuelPHPSessionTest.php index 1821c963..a2435500 100644 --- a/tests/FuelPHPSessionTest.php +++ b/tests/FuelPHPSessionTest.php @@ -11,10 +11,10 @@ * bundled with this package in the LICENSE file. * * @package Sentinel - * @version 2.0.13 + * @version 2.0.14 * @author Cartalyst LLC * @license BSD License (3-clause) - * @copyright (c) 2011-2016, Cartalyst LLC + * @copyright (c) 2011-2017, Cartalyst LLC * @link http://cartalyst.com */ diff --git a/tests/IlluminateActivationRepositoryTest.php b/tests/IlluminateActivationRepositoryTest.php index ab61500b..c64b1239 100644 --- a/tests/IlluminateActivationRepositoryTest.php +++ b/tests/IlluminateActivationRepositoryTest.php @@ -11,10 +11,10 @@ * bundled with this package in the LICENSE file. * * @package Sentinel - * @version 2.0.13 + * @version 2.0.14 * @author Cartalyst LLC * @license BSD License (3-clause) - * @copyright (c) 2011-2016, Cartalyst LLC + * @copyright (c) 2011-2017, Cartalyst LLC * @link http://cartalyst.com */ diff --git a/tests/IlluminateCookieTest.php b/tests/IlluminateCookieTest.php index deed2656..aed7c2f7 100644 --- a/tests/IlluminateCookieTest.php +++ b/tests/IlluminateCookieTest.php @@ -11,10 +11,10 @@ * bundled with this package in the LICENSE file. * * @package Sentinel - * @version 2.0.13 + * @version 2.0.14 * @author Cartalyst LLC * @license BSD License (3-clause) - * @copyright (c) 2011-2016, Cartalyst LLC + * @copyright (c) 2011-2017, Cartalyst LLC * @link http://cartalyst.com */ diff --git a/tests/IlluminatePersistenceRepositoryTest.php b/tests/IlluminatePersistenceRepositoryTest.php index ae2063a2..6595273c 100644 --- a/tests/IlluminatePersistenceRepositoryTest.php +++ b/tests/IlluminatePersistenceRepositoryTest.php @@ -11,10 +11,10 @@ * bundled with this package in the LICENSE file. * * @package Sentinel - * @version 2.0.13 + * @version 2.0.14 * @author Cartalyst LLC * @license BSD License (3-clause) - * @copyright (c) 2011-2016, Cartalyst LLC + * @copyright (c) 2011-2017, Cartalyst LLC * @link http://cartalyst.com */ diff --git a/tests/IlluminateReminderRepositoryTest.php b/tests/IlluminateReminderRepositoryTest.php index 0d10fdec..9aba29f2 100644 --- a/tests/IlluminateReminderRepositoryTest.php +++ b/tests/IlluminateReminderRepositoryTest.php @@ -11,10 +11,10 @@ * bundled with this package in the LICENSE file. * * @package Sentinel - * @version 2.0.13 + * @version 2.0.14 * @author Cartalyst LLC * @license BSD License (3-clause) - * @copyright (c) 2011-2016, Cartalyst LLC + * @copyright (c) 2011-2017, Cartalyst LLC * @link http://cartalyst.com */ diff --git a/tests/IlluminateRoleRepositoryTest.php b/tests/IlluminateRoleRepositoryTest.php index da541d17..07401805 100644 --- a/tests/IlluminateRoleRepositoryTest.php +++ b/tests/IlluminateRoleRepositoryTest.php @@ -11,10 +11,10 @@ * bundled with this package in the LICENSE file. * * @package Sentinel - * @version 2.0.13 + * @version 2.0.14 * @author Cartalyst LLC * @license BSD License (3-clause) - * @copyright (c) 2011-2016, Cartalyst LLC + * @copyright (c) 2011-2017, Cartalyst LLC * @link http://cartalyst.com */ diff --git a/tests/IlluminateSessionTest.php b/tests/IlluminateSessionTest.php index 099d56fa..92d05279 100644 --- a/tests/IlluminateSessionTest.php +++ b/tests/IlluminateSessionTest.php @@ -11,10 +11,10 @@ * bundled with this package in the LICENSE file. * * @package Sentinel - * @version 2.0.13 + * @version 2.0.14 * @author Cartalyst LLC * @license BSD License (3-clause) - * @copyright (c) 2011-2016, Cartalyst LLC + * @copyright (c) 2011-2017, Cartalyst LLC * @link http://cartalyst.com */ diff --git a/tests/IlluminateThrottleRepositoryTest.php b/tests/IlluminateThrottleRepositoryTest.php index 6a9da49e..149bc94f 100644 --- a/tests/IlluminateThrottleRepositoryTest.php +++ b/tests/IlluminateThrottleRepositoryTest.php @@ -11,10 +11,10 @@ * bundled with this package in the LICENSE file. * * @package Sentinel - * @version 2.0.13 + * @version 2.0.14 * @author Cartalyst LLC * @license BSD License (3-clause) - * @copyright (c) 2011-2016, Cartalyst LLC + * @copyright (c) 2011-2017, Cartalyst LLC * @link http://cartalyst.com */ diff --git a/tests/IlluminateUserRepositoryTest.php b/tests/IlluminateUserRepositoryTest.php index 41d0dbd2..42a920da 100644 --- a/tests/IlluminateUserRepositoryTest.php +++ b/tests/IlluminateUserRepositoryTest.php @@ -11,10 +11,10 @@ * bundled with this package in the LICENSE file. * * @package Sentinel - * @version 2.0.13 + * @version 2.0.14 * @author Cartalyst LLC * @license BSD License (3-clause) - * @copyright (c) 2011-2016, Cartalyst LLC + * @copyright (c) 2011-2017, Cartalyst LLC * @link http://cartalyst.com */ diff --git a/tests/NativeCookieTest.php b/tests/NativeCookieTest.php index a57dd69d..04660049 100644 --- a/tests/NativeCookieTest.php +++ b/tests/NativeCookieTest.php @@ -11,10 +11,10 @@ * bundled with this package in the LICENSE file. * * @package Sentinel - * @version 2.0.13 + * @version 2.0.14 * @author Cartalyst LLC * @license BSD License (3-clause) - * @copyright (c) 2011-2016, Cartalyst LLC + * @copyright (c) 2011-2017, Cartalyst LLC * @link http://cartalyst.com */ diff --git a/tests/NativeHasherTest.php b/tests/NativeHasherTest.php index b25ba609..ba2ad918 100644 --- a/tests/NativeHasherTest.php +++ b/tests/NativeHasherTest.php @@ -11,10 +11,10 @@ * bundled with this package in the LICENSE file. * * @package Sentinel - * @version 2.0.13 + * @version 2.0.14 * @author Cartalyst LLC * @license BSD License (3-clause) - * @copyright (c) 2011-2016, Cartalyst LLC + * @copyright (c) 2011-2017, Cartalyst LLC * @link http://cartalyst.com */ diff --git a/tests/NativeSessionTest.php b/tests/NativeSessionTest.php index 436f9960..a02dddab 100644 --- a/tests/NativeSessionTest.php +++ b/tests/NativeSessionTest.php @@ -11,10 +11,10 @@ * bundled with this package in the LICENSE file. * * @package Sentinel - * @version 2.0.13 + * @version 2.0.14 * @author Cartalyst LLC * @license BSD License (3-clause) - * @copyright (c) 2011-2016, Cartalyst LLC + * @copyright (c) 2011-2017, Cartalyst LLC * @link http://cartalyst.com */ diff --git a/tests/PermissibleTraitTest.php b/tests/PermissibleTraitTest.php index f5e49078..5a64f34a 100644 --- a/tests/PermissibleTraitTest.php +++ b/tests/PermissibleTraitTest.php @@ -11,10 +11,10 @@ * bundled with this package in the LICENSE file. * * @package Sentinel - * @version 2.0.13 + * @version 2.0.14 * @author Cartalyst LLC * @license BSD License (3-clause) - * @copyright (c) 2011-2016, Cartalyst LLC + * @copyright (c) 2011-2017, Cartalyst LLC * @link http://cartalyst.com */ diff --git a/tests/PermissionsTraitTest.php b/tests/PermissionsTraitTest.php index 3ba2c4c8..ce11fcd0 100644 --- a/tests/PermissionsTraitTest.php +++ b/tests/PermissionsTraitTest.php @@ -11,10 +11,10 @@ * bundled with this package in the LICENSE file. * * @package Sentinel - * @version 2.0.13 + * @version 2.0.14 * @author Cartalyst LLC * @license BSD License (3-clause) - * @copyright (c) 2011-2016, Cartalyst LLC + * @copyright (c) 2011-2017, Cartalyst LLC * @link http://cartalyst.com */ diff --git a/tests/SentinelBootstrapperTest.php b/tests/SentinelBootstrapperTest.php index 28ce1ade..bda19b8d 100644 --- a/tests/SentinelBootstrapperTest.php +++ b/tests/SentinelBootstrapperTest.php @@ -11,10 +11,10 @@ * bundled with this package in the LICENSE file. * * @package Sentinel - * @version 2.0.13 + * @version 2.0.14 * @author Cartalyst LLC * @license BSD License (3-clause) - * @copyright (c) 2011-2016, Cartalyst LLC + * @copyright (c) 2011-2017, Cartalyst LLC * @link http://cartalyst.com */ diff --git a/tests/SentinelTest.php b/tests/SentinelTest.php index 87408c55..9e5fa6a9 100644 --- a/tests/SentinelTest.php +++ b/tests/SentinelTest.php @@ -11,10 +11,10 @@ * bundled with this package in the LICENSE file. * * @package Sentinel - * @version 2.0.13 + * @version 2.0.14 * @author Cartalyst LLC * @license BSD License (3-clause) - * @copyright (c) 2011-2016, Cartalyst LLC + * @copyright (c) 2011-2017, Cartalyst LLC * @link http://cartalyst.com */ diff --git a/tests/Sha256HasherTest.php b/tests/Sha256HasherTest.php index d5bd3fea..6fed255f 100644 --- a/tests/Sha256HasherTest.php +++ b/tests/Sha256HasherTest.php @@ -11,10 +11,10 @@ * bundled with this package in the LICENSE file. * * @package Sentinel - * @version 2.0.13 + * @version 2.0.14 * @author Cartalyst LLC * @license BSD License (3-clause) - * @copyright (c) 2011-2016, Cartalyst LLC + * @copyright (c) 2011-2017, Cartalyst LLC * @link http://cartalyst.com */ diff --git a/tests/StandardPermissionsTest.php b/tests/StandardPermissionsTest.php index c54068eb..2b5d9f9e 100644 --- a/tests/StandardPermissionsTest.php +++ b/tests/StandardPermissionsTest.php @@ -11,10 +11,10 @@ * bundled with this package in the LICENSE file. * * @package Sentinel - * @version 2.0.13 + * @version 2.0.14 * @author Cartalyst LLC * @license BSD License (3-clause) - * @copyright (c) 2011-2016, Cartalyst LLC + * @copyright (c) 2011-2017, Cartalyst LLC * @link http://cartalyst.com */ diff --git a/tests/StrictPermissionsTest.php b/tests/StrictPermissionsTest.php index 7844e8a8..3e3d8f2d 100644 --- a/tests/StrictPermissionsTest.php +++ b/tests/StrictPermissionsTest.php @@ -11,10 +11,10 @@ * bundled with this package in the LICENSE file. * * @package Sentinel - * @version 2.0.13 + * @version 2.0.14 * @author Cartalyst LLC * @license BSD License (3-clause) - * @copyright (c) 2011-2016, Cartalyst LLC + * @copyright (c) 2011-2017, Cartalyst LLC * @link http://cartalyst.com */ diff --git a/tests/ThrottleCheckpointTest.php b/tests/ThrottleCheckpointTest.php index 39854380..5dd7ce96 100644 --- a/tests/ThrottleCheckpointTest.php +++ b/tests/ThrottleCheckpointTest.php @@ -11,10 +11,10 @@ * bundled with this package in the LICENSE file. * * @package Sentinel - * @version 2.0.13 + * @version 2.0.14 * @author Cartalyst LLC * @license BSD License (3-clause) - * @copyright (c) 2011-2016, Cartalyst LLC + * @copyright (c) 2011-2017, Cartalyst LLC * @link http://cartalyst.com */ diff --git a/tests/WhirlpoolHasherTest.php b/tests/WhirlpoolHasherTest.php index 4a563cfc..b7b982a8 100644 --- a/tests/WhirlpoolHasherTest.php +++ b/tests/WhirlpoolHasherTest.php @@ -11,10 +11,10 @@ * bundled with this package in the LICENSE file. * * @package Sentinel - * @version 2.0.13 + * @version 2.0.14 * @author Cartalyst LLC * @license BSD License (3-clause) - * @copyright (c) 2011-2016, Cartalyst LLC + * @copyright (c) 2011-2017, Cartalyst LLC * @link http://cartalyst.com */ diff --git a/tests/stubs/ci/CI_Input.php b/tests/stubs/ci/CI_Input.php index 32344b87..899d4f42 100644 --- a/tests/stubs/ci/CI_Input.php +++ b/tests/stubs/ci/CI_Input.php @@ -11,10 +11,10 @@ * bundled with this package in the LICENSE file. * * @package Sentinel - * @version 2.0.13 + * @version 2.0.14 * @author Cartalyst LLC * @license BSD License (3-clause) - * @copyright (c) 2011-2016, Cartalyst LLC + * @copyright (c) 2011-2017, Cartalyst LLC * @link http://cartalyst.com */ diff --git a/tests/stubs/ci/CI_Session.php b/tests/stubs/ci/CI_Session.php index 814ab175..114bd834 100644 --- a/tests/stubs/ci/CI_Session.php +++ b/tests/stubs/ci/CI_Session.php @@ -11,10 +11,10 @@ * bundled with this package in the LICENSE file. * * @package Sentinel - * @version 2.0.13 + * @version 2.0.14 * @author Cartalyst LLC * @license BSD License (3-clause) - * @copyright (c) 2011-2016, Cartalyst LLC + * @copyright (c) 2011-2017, Cartalyst LLC * @link http://cartalyst.com */ diff --git a/tests/stubs/fuelphp/Fuel/Core/Cookie.php b/tests/stubs/fuelphp/Fuel/Core/Cookie.php index 3ec39dad..560bf10d 100644 --- a/tests/stubs/fuelphp/Fuel/Core/Cookie.php +++ b/tests/stubs/fuelphp/Fuel/Core/Cookie.php @@ -11,10 +11,10 @@ * bundled with this package in the LICENSE file. * * @package Sentinel - * @version 2.0.13 + * @version 2.0.14 * @author Cartalyst LLC * @license BSD License (3-clause) - * @copyright (c) 2011-2016, Cartalyst LLC + * @copyright (c) 2011-2017, Cartalyst LLC * @link http://cartalyst.com */ diff --git a/tests/stubs/fuelphp/Fuel/Core/Session_Driver.php b/tests/stubs/fuelphp/Fuel/Core/Session_Driver.php index 79d349af..ecfbf9d7 100644 --- a/tests/stubs/fuelphp/Fuel/Core/Session_Driver.php +++ b/tests/stubs/fuelphp/Fuel/Core/Session_Driver.php @@ -11,10 +11,10 @@ * bundled with this package in the LICENSE file. * * @package Sentinel - * @version 2.0.13 + * @version 2.0.14 * @author Cartalyst LLC * @license BSD License (3-clause) - * @copyright (c) 2011-2016, Cartalyst LLC + * @copyright (c) 2011-2017, Cartalyst LLC * @link http://cartalyst.com */