From 3cb02f20488376faebc844ceff1e43bdc34fa0b2 Mon Sep 17 00:00:00 2001 From: Suhayb El Wardany Date: Wed, 24 Sep 2014 20:44:25 +0300 Subject: [PATCH] increment version Signed-off-by: Suhayb El Wardany --- src/Activations/ActivationRepositoryInterface.php | 2 +- src/Activations/EloquentActivation.php | 2 +- src/Activations/IlluminateActivationRepository.php | 2 +- src/Checkpoints/ActivationCheckpoint.php | 2 +- src/Checkpoints/AuthenticatedCheckpoint.php | 2 +- src/Checkpoints/CheckpointInterface.php | 2 +- src/Checkpoints/NotActivatedException.php | 2 +- src/Checkpoints/ThrottleCheckpoint.php | 2 +- src/Checkpoints/ThrottlingException.php | 2 +- src/Cookies/CICookie.php | 2 +- src/Cookies/CookieInterface.php | 2 +- src/Cookies/FuelPHPCookie.php | 2 +- src/Cookies/IlluminateCookie.php | 2 +- src/Cookies/NativeCookie.php | 2 +- src/Hashing/BcryptHasher.php | 2 +- src/Hashing/CallbackHasher.php | 2 +- src/Hashing/Hasher.php | 2 +- src/Hashing/HasherInterface.php | 2 +- src/Hashing/NativeHasher.php | 2 +- src/Hashing/Sha256Hasher.php | 2 +- src/Hashing/WhirlpoolHasher.php | 2 +- src/Laravel/Facades/Activation.php | 2 +- src/Laravel/Facades/Reminder.php | 2 +- src/Laravel/Facades/Sentinel.php | 2 +- src/Laravel/SentinelServiceProvider.php | 2 +- src/Native/ConfigRepository.php | 2 +- src/Native/Facades/Sentinel.php | 2 +- src/Native/SentinelBootstrapper.php | 2 +- src/Permissions/PermissibleInterface.php | 2 +- src/Permissions/PermissibleTrait.php | 2 +- src/Permissions/PermissionsInterface.php | 2 +- src/Permissions/PermissionsTrait.php | 2 +- src/Permissions/StandardPermissions.php | 2 +- src/Permissions/StrictPermissions.php | 2 +- src/Persistences/EloquentPersistence.php | 2 +- src/Persistences/IlluminatePersistenceRepository.php | 2 +- src/Persistences/PersistableInterface.php | 2 +- src/Persistences/PersistenceInterface.php | 2 +- src/Persistences/PersistenceRepositoryInterface.php | 2 +- src/Reminders/EloquentReminder.php | 2 +- src/Reminders/IlluminateReminderRepository.php | 2 +- src/Reminders/ReminderRepositoryInterface.php | 2 +- src/Roles/EloquentRole.php | 2 +- src/Roles/IlluminateRoleRepository.php | 2 +- src/Roles/RoleInterface.php | 2 +- src/Roles/RoleRepositoryInterface.php | 2 +- src/Roles/RoleableInterface.php | 2 +- src/Sentinel.php | 2 +- src/Sessions/CISession.php | 2 +- src/Sessions/FuelPHPSession.php | 2 +- src/Sessions/IlluminateSession.php | 2 +- src/Sessions/NativeSession.php | 2 +- src/Sessions/SessionInterface.php | 2 +- src/Throttling/EloquentThrottle.php | 2 +- src/Throttling/IlluminateThrottleRepository.php | 2 +- src/Throttling/ThrottleRepositoryInterface.php | 2 +- src/Users/EloquentUser.php | 2 +- src/Users/IlluminateUserRepository.php | 2 +- src/Users/UserInterface.php | 2 +- src/Users/UserRepositoryInterface.php | 2 +- src/config/config.php | 2 +- .../2014_07_02_230147_migration_cartalyst_sentinel.php | 2 +- tests/ActivationCheckpointTest.php | 2 +- tests/BcryptHasherTest.php | 2 +- tests/CICookieTest.php | 2 +- tests/CISessionTest.php | 2 +- tests/CallbackHasherTest.php | 2 +- tests/CheckpointsTest.php | 2 +- tests/EloquentActivationTest.php | 2 +- tests/EloquentPersistenceTest.php | 2 +- tests/EloquentReminderTest.php | 2 +- tests/EloquentRoleTest.php | 2 +- tests/EloquentUserTest.php | 2 +- tests/FuelPHPCookieTest.php | 2 +- tests/FuelPHPSessionTest.php | 2 +- tests/IlluminateActivationRepositoryTest.php | 2 +- tests/IlluminateCookieTest.php | 2 +- tests/IlluminatePersistenceRepositoryTest.php | 2 +- tests/IlluminateReminderRepositoryTest.php | 2 +- tests/IlluminateRoleRepositoryTest.php | 2 +- tests/IlluminateSessionTest.php | 2 +- tests/IlluminateThrottleRepositoryTest.php | 2 +- tests/IlluminateUserRepositoryTest.php | 2 +- tests/NativeCookieTest.php | 2 +- tests/NativeHasherTest.php | 2 +- tests/NativeSessionTest.php | 2 +- tests/PermissibleTraitTest.php | 2 +- tests/PermissionsTraitTest.php | 2 +- tests/SentinelBootstrapperTest.php | 2 +- tests/SentinelTest.php | 2 +- tests/Sha256HasherTest.php | 2 +- tests/StandardPermissionsTest.php | 2 +- tests/StrictPermissionsTest.php | 2 +- tests/ThrottleCheckpointTest.php | 2 +- tests/WhirlpoolHasherTest.php | 2 +- tests/stubs/ci/CI_Input.php | 2 +- tests/stubs/ci/CI_Session.php | 2 +- tests/stubs/fuelphp/Fuel/Core/Cookie.php | 2 +- tests/stubs/fuelphp/Fuel/Core/Session_Driver.php | 2 +- 99 files changed, 99 insertions(+), 99 deletions(-) diff --git a/src/Activations/ActivationRepositoryInterface.php b/src/Activations/ActivationRepositoryInterface.php index 94d59af0..32babf4c 100644 --- a/src/Activations/ActivationRepositoryInterface.php +++ b/src/Activations/ActivationRepositoryInterface.php @@ -10,7 +10,7 @@ * bundled with this package in the license.txt file. * * @package Sentinel - * @version 1.0.5 + * @version 1.0.6 * @author Cartalyst LLC * @license Cartalyst PSL * @copyright (c) 2011-2014, Cartalyst LLC diff --git a/src/Activations/EloquentActivation.php b/src/Activations/EloquentActivation.php index 6ecf7790..7ad3814c 100644 --- a/src/Activations/EloquentActivation.php +++ b/src/Activations/EloquentActivation.php @@ -10,7 +10,7 @@ * bundled with this package in the license.txt file. * * @package Sentinel - * @version 1.0.5 + * @version 1.0.6 * @author Cartalyst LLC * @license Cartalyst PSL * @copyright (c) 2011-2014, Cartalyst LLC diff --git a/src/Activations/IlluminateActivationRepository.php b/src/Activations/IlluminateActivationRepository.php index 16f5f0fa..a0a1093d 100644 --- a/src/Activations/IlluminateActivationRepository.php +++ b/src/Activations/IlluminateActivationRepository.php @@ -10,7 +10,7 @@ * bundled with this package in the license.txt file. * * @package Sentinel - * @version 1.0.5 + * @version 1.0.6 * @author Cartalyst LLC * @license Cartalyst PSL * @copyright (c) 2011-2014, Cartalyst LLC diff --git a/src/Checkpoints/ActivationCheckpoint.php b/src/Checkpoints/ActivationCheckpoint.php index f680a7c9..c0232592 100644 --- a/src/Checkpoints/ActivationCheckpoint.php +++ b/src/Checkpoints/ActivationCheckpoint.php @@ -10,7 +10,7 @@ * bundled with this package in the license.txt file. * * @package Sentinel - * @version 1.0.5 + * @version 1.0.6 * @author Cartalyst LLC * @license Cartalyst PSL * @copyright (c) 2011-2014, Cartalyst LLC diff --git a/src/Checkpoints/AuthenticatedCheckpoint.php b/src/Checkpoints/AuthenticatedCheckpoint.php index a0de65f3..45b704f9 100644 --- a/src/Checkpoints/AuthenticatedCheckpoint.php +++ b/src/Checkpoints/AuthenticatedCheckpoint.php @@ -10,7 +10,7 @@ * bundled with this package in the license.txt file. * * @package Sentinel - * @version 1.0.5 + * @version 1.0.6 * @author Cartalyst LLC * @license Cartalyst PSL * @copyright (c) 2011-2014, Cartalyst LLC diff --git a/src/Checkpoints/CheckpointInterface.php b/src/Checkpoints/CheckpointInterface.php index 13699080..ee0ea50e 100644 --- a/src/Checkpoints/CheckpointInterface.php +++ b/src/Checkpoints/CheckpointInterface.php @@ -10,7 +10,7 @@ * bundled with this package in the license.txt file. * * @package Sentinel - * @version 1.0.5 + * @version 1.0.6 * @author Cartalyst LLC * @license Cartalyst PSL * @copyright (c) 2011-2014, Cartalyst LLC diff --git a/src/Checkpoints/NotActivatedException.php b/src/Checkpoints/NotActivatedException.php index 50bee80c..c7918fca 100644 --- a/src/Checkpoints/NotActivatedException.php +++ b/src/Checkpoints/NotActivatedException.php @@ -10,7 +10,7 @@ * bundled with this package in the license.txt file. * * @package Sentinel - * @version 1.0.5 + * @version 1.0.6 * @author Cartalyst LLC * @license Cartalyst PSL * @copyright (c) 2011-2014, Cartalyst LLC diff --git a/src/Checkpoints/ThrottleCheckpoint.php b/src/Checkpoints/ThrottleCheckpoint.php index 9231751d..b88147d1 100644 --- a/src/Checkpoints/ThrottleCheckpoint.php +++ b/src/Checkpoints/ThrottleCheckpoint.php @@ -10,7 +10,7 @@ * bundled with this package in the license.txt file. * * @package Sentinel - * @version 1.0.5 + * @version 1.0.6 * @author Cartalyst LLC * @license Cartalyst PSL * @copyright (c) 2011-2014, Cartalyst LLC diff --git a/src/Checkpoints/ThrottlingException.php b/src/Checkpoints/ThrottlingException.php index 625ee306..7ca788ac 100644 --- a/src/Checkpoints/ThrottlingException.php +++ b/src/Checkpoints/ThrottlingException.php @@ -10,7 +10,7 @@ * bundled with this package in the license.txt file. * * @package Sentinel - * @version 1.0.5 + * @version 1.0.6 * @author Cartalyst LLC * @license Cartalyst PSL * @copyright (c) 2011-2014, Cartalyst LLC diff --git a/src/Cookies/CICookie.php b/src/Cookies/CICookie.php index 54366f54..87274a98 100644 --- a/src/Cookies/CICookie.php +++ b/src/Cookies/CICookie.php @@ -10,7 +10,7 @@ * bundled with this package in the license.txt file. * * @package Sentinel - * @version 1.0.5 + * @version 1.0.6 * @author Cartalyst LLC * @license Cartalyst PSL * @copyright (c) 2011-2014, Cartalyst LLC diff --git a/src/Cookies/CookieInterface.php b/src/Cookies/CookieInterface.php index 0d3d6fc6..b2ed0967 100644 --- a/src/Cookies/CookieInterface.php +++ b/src/Cookies/CookieInterface.php @@ -10,7 +10,7 @@ * bundled with this package in the license.txt file. * * @package Sentinel - * @version 1.0.5 + * @version 1.0.6 * @author Cartalyst LLC * @license Cartalyst PSL * @copyright (c) 2011-2014, Cartalyst LLC diff --git a/src/Cookies/FuelPHPCookie.php b/src/Cookies/FuelPHPCookie.php index df22cbeb..bc9fac39 100644 --- a/src/Cookies/FuelPHPCookie.php +++ b/src/Cookies/FuelPHPCookie.php @@ -10,7 +10,7 @@ * bundled with this package in the license.txt file. * * @package Sentinel - * @version 1.0.5 + * @version 1.0.6 * @author Cartalyst LLC * @license Cartalyst PSL * @copyright (c) 2011-2014, Cartalyst LLC diff --git a/src/Cookies/IlluminateCookie.php b/src/Cookies/IlluminateCookie.php index 79d0ca82..f2b419c7 100644 --- a/src/Cookies/IlluminateCookie.php +++ b/src/Cookies/IlluminateCookie.php @@ -10,7 +10,7 @@ * bundled with this package in the license.txt file. * * @package Sentinel - * @version 1.0.5 + * @version 1.0.6 * @author Cartalyst LLC * @license Cartalyst PSL * @copyright (c) 2011-2014, Cartalyst LLC diff --git a/src/Cookies/NativeCookie.php b/src/Cookies/NativeCookie.php index 875fb06e..ae03a6df 100644 --- a/src/Cookies/NativeCookie.php +++ b/src/Cookies/NativeCookie.php @@ -10,7 +10,7 @@ * bundled with this package in the license.txt file. * * @package Sentinel - * @version 1.0.5 + * @version 1.0.6 * @author Cartalyst LLC * @license Cartalyst PSL * @copyright (c) 2011-2014, Cartalyst LLC diff --git a/src/Hashing/BcryptHasher.php b/src/Hashing/BcryptHasher.php index e9530b7f..e25efa52 100644 --- a/src/Hashing/BcryptHasher.php +++ b/src/Hashing/BcryptHasher.php @@ -10,7 +10,7 @@ * bundled with this package in the license.txt file. * * @package Sentinel - * @version 1.0.5 + * @version 1.0.6 * @author Cartalyst LLC * @license Cartalyst PSL * @copyright (c) 2011-2014, Cartalyst LLC diff --git a/src/Hashing/CallbackHasher.php b/src/Hashing/CallbackHasher.php index bb4c7111..216de60f 100644 --- a/src/Hashing/CallbackHasher.php +++ b/src/Hashing/CallbackHasher.php @@ -10,7 +10,7 @@ * bundled with this package in the license.txt file. * * @package Sentinel - * @version 1.0.5 + * @version 1.0.6 * @author Cartalyst LLC * @license Cartalyst PSL * @copyright (c) 2011-2014, Cartalyst LLC diff --git a/src/Hashing/Hasher.php b/src/Hashing/Hasher.php index 70c1900e..4465440e 100644 --- a/src/Hashing/Hasher.php +++ b/src/Hashing/Hasher.php @@ -10,7 +10,7 @@ * bundled with this package in the license.txt file. * * @package Sentinel - * @version 1.0.5 + * @version 1.0.6 * @author Cartalyst LLC * @license Cartalyst PSL * @copyright (c) 2011-2014, Cartalyst LLC diff --git a/src/Hashing/HasherInterface.php b/src/Hashing/HasherInterface.php index 7a0a86cf..b974ff45 100644 --- a/src/Hashing/HasherInterface.php +++ b/src/Hashing/HasherInterface.php @@ -10,7 +10,7 @@ * bundled with this package in the license.txt file. * * @package Sentinel - * @version 1.0.5 + * @version 1.0.6 * @author Cartalyst LLC * @license Cartalyst PSL * @copyright (c) 2011-2014, Cartalyst LLC diff --git a/src/Hashing/NativeHasher.php b/src/Hashing/NativeHasher.php index 70918e02..4e172110 100644 --- a/src/Hashing/NativeHasher.php +++ b/src/Hashing/NativeHasher.php @@ -10,7 +10,7 @@ * bundled with this package in the license.txt file. * * @package Sentinel - * @version 1.0.5 + * @version 1.0.6 * @author Cartalyst LLC * @license Cartalyst PSL * @copyright (c) 2011-2014, Cartalyst LLC diff --git a/src/Hashing/Sha256Hasher.php b/src/Hashing/Sha256Hasher.php index b14d5754..1a959e84 100644 --- a/src/Hashing/Sha256Hasher.php +++ b/src/Hashing/Sha256Hasher.php @@ -10,7 +10,7 @@ * bundled with this package in the license.txt file. * * @package Sentinel - * @version 1.0.5 + * @version 1.0.6 * @author Cartalyst LLC * @license Cartalyst PSL * @copyright (c) 2011-2014, Cartalyst LLC diff --git a/src/Hashing/WhirlpoolHasher.php b/src/Hashing/WhirlpoolHasher.php index 8272dc39..40620edb 100644 --- a/src/Hashing/WhirlpoolHasher.php +++ b/src/Hashing/WhirlpoolHasher.php @@ -10,7 +10,7 @@ * bundled with this package in the license.txt file. * * @package Sentinel - * @version 1.0.5 + * @version 1.0.6 * @author Cartalyst LLC * @license Cartalyst PSL * @copyright (c) 2011-2014, Cartalyst LLC diff --git a/src/Laravel/Facades/Activation.php b/src/Laravel/Facades/Activation.php index 9927d7ef..50df68f0 100644 --- a/src/Laravel/Facades/Activation.php +++ b/src/Laravel/Facades/Activation.php @@ -10,7 +10,7 @@ * bundled with this package in the license.txt file. * * @package Sentinel - * @version 1.0.5 + * @version 1.0.6 * @author Cartalyst LLC * @license Cartalyst PSL * @copyright (c) 2011-2014, Cartalyst LLC diff --git a/src/Laravel/Facades/Reminder.php b/src/Laravel/Facades/Reminder.php index 8d125a9a..5769250b 100644 --- a/src/Laravel/Facades/Reminder.php +++ b/src/Laravel/Facades/Reminder.php @@ -10,7 +10,7 @@ * bundled with this package in the license.txt file. * * @package Sentinel - * @version 1.0.5 + * @version 1.0.6 * @author Cartalyst LLC * @license Cartalyst PSL * @copyright (c) 2011-2014, Cartalyst LLC diff --git a/src/Laravel/Facades/Sentinel.php b/src/Laravel/Facades/Sentinel.php index 3fb8df3c..a3dd6ef0 100644 --- a/src/Laravel/Facades/Sentinel.php +++ b/src/Laravel/Facades/Sentinel.php @@ -10,7 +10,7 @@ * bundled with this package in the license.txt file. * * @package Sentinel - * @version 1.0.5 + * @version 1.0.6 * @author Cartalyst LLC * @license Cartalyst PSL * @copyright (c) 2011-2014, Cartalyst LLC diff --git a/src/Laravel/SentinelServiceProvider.php b/src/Laravel/SentinelServiceProvider.php index 076b779a..f51adc9b 100644 --- a/src/Laravel/SentinelServiceProvider.php +++ b/src/Laravel/SentinelServiceProvider.php @@ -10,7 +10,7 @@ * bundled with this package in the license.txt file. * * @package Sentinel - * @version 1.0.5 + * @version 1.0.6 * @author Cartalyst LLC * @license Cartalyst PSL * @copyright (c) 2011-2014, Cartalyst LLC diff --git a/src/Native/ConfigRepository.php b/src/Native/ConfigRepository.php index b5fa13af..80c1ba29 100644 --- a/src/Native/ConfigRepository.php +++ b/src/Native/ConfigRepository.php @@ -10,7 +10,7 @@ * bundled with this package in the license.txt file. * * @package Sentinel - * @version 1.0.5 + * @version 1.0.6 * @author Cartalyst LLC * @license Cartalyst PSL * @copyright (c) 2011-2014, Cartalyst LLC diff --git a/src/Native/Facades/Sentinel.php b/src/Native/Facades/Sentinel.php index feb025c8..6fd9b195 100644 --- a/src/Native/Facades/Sentinel.php +++ b/src/Native/Facades/Sentinel.php @@ -10,7 +10,7 @@ * bundled with this package in the license.txt file. * * @package Sentinel - * @version 1.0.5 + * @version 1.0.6 * @author Cartalyst LLC * @license Cartalyst PSL * @copyright (c) 2011-2014, Cartalyst LLC diff --git a/src/Native/SentinelBootstrapper.php b/src/Native/SentinelBootstrapper.php index e431b175..3410c543 100644 --- a/src/Native/SentinelBootstrapper.php +++ b/src/Native/SentinelBootstrapper.php @@ -10,7 +10,7 @@ * bundled with this package in the license.txt file. * * @package Sentinel - * @version 1.0.5 + * @version 1.0.6 * @author Cartalyst LLC * @license Cartalyst PSL * @copyright (c) 2011-2014, Cartalyst LLC diff --git a/src/Permissions/PermissibleInterface.php b/src/Permissions/PermissibleInterface.php index de873df1..07dcb33a 100644 --- a/src/Permissions/PermissibleInterface.php +++ b/src/Permissions/PermissibleInterface.php @@ -10,7 +10,7 @@ * bundled with this package in the license.txt file. * * @package Sentinel - * @version 1.0.5 + * @version 1.0.6 * @author Cartalyst LLC * @license Cartalyst PSL * @copyright (c) 2011-2014, Cartalyst LLC diff --git a/src/Permissions/PermissibleTrait.php b/src/Permissions/PermissibleTrait.php index efa8fe1d..73dac445 100644 --- a/src/Permissions/PermissibleTrait.php +++ b/src/Permissions/PermissibleTrait.php @@ -10,7 +10,7 @@ * bundled with this package in the license.txt file. * * @package Sentinel - * @version 1.0.5 + * @version 1.0.6 * @author Cartalyst LLC * @license Cartalyst PSL * @copyright (c) 2011-2014, Cartalyst LLC diff --git a/src/Permissions/PermissionsInterface.php b/src/Permissions/PermissionsInterface.php index 527aaf0a..fa623e17 100644 --- a/src/Permissions/PermissionsInterface.php +++ b/src/Permissions/PermissionsInterface.php @@ -10,7 +10,7 @@ * bundled with this package in the license.txt file. * * @package Sentinel - * @version 1.0.5 + * @version 1.0.6 * @author Cartalyst LLC * @license Cartalyst PSL * @copyright (c) 2011-2014, Cartalyst LLC diff --git a/src/Permissions/PermissionsTrait.php b/src/Permissions/PermissionsTrait.php index 0567bf3a..21f4a132 100644 --- a/src/Permissions/PermissionsTrait.php +++ b/src/Permissions/PermissionsTrait.php @@ -10,7 +10,7 @@ * bundled with this package in the license.txt file. * * @package Sentinel - * @version 1.0.5 + * @version 1.0.6 * @author Cartalyst LLC * @license Cartalyst PSL * @copyright (c) 2011-2014, Cartalyst LLC diff --git a/src/Permissions/StandardPermissions.php b/src/Permissions/StandardPermissions.php index cf0ce7bb..3f22e22a 100644 --- a/src/Permissions/StandardPermissions.php +++ b/src/Permissions/StandardPermissions.php @@ -10,7 +10,7 @@ * bundled with this package in the license.txt file. * * @package Sentinel - * @version 1.0.5 + * @version 1.0.6 * @author Cartalyst LLC * @license Cartalyst PSL * @copyright (c) 2011-2014, Cartalyst LLC diff --git a/src/Permissions/StrictPermissions.php b/src/Permissions/StrictPermissions.php index 791e1739..da3bdcf2 100644 --- a/src/Permissions/StrictPermissions.php +++ b/src/Permissions/StrictPermissions.php @@ -10,7 +10,7 @@ * bundled with this package in the license.txt file. * * @package Sentinel - * @version 1.0.5 + * @version 1.0.6 * @author Cartalyst LLC * @license Cartalyst PSL * @copyright (c) 2011-2014, Cartalyst LLC diff --git a/src/Persistences/EloquentPersistence.php b/src/Persistences/EloquentPersistence.php index 21bc8880..8882e508 100644 --- a/src/Persistences/EloquentPersistence.php +++ b/src/Persistences/EloquentPersistence.php @@ -10,7 +10,7 @@ * bundled with this package in the license.txt file. * * @package Sentinel - * @version 1.0.5 + * @version 1.0.6 * @author Cartalyst LLC * @license Cartalyst PSL * @copyright (c) 2011-2014, Cartalyst LLC diff --git a/src/Persistences/IlluminatePersistenceRepository.php b/src/Persistences/IlluminatePersistenceRepository.php index 4b2e277c..ab5119cf 100644 --- a/src/Persistences/IlluminatePersistenceRepository.php +++ b/src/Persistences/IlluminatePersistenceRepository.php @@ -10,7 +10,7 @@ * bundled with this package in the license.txt file. * * @package Sentinel - * @version 1.0.5 + * @version 1.0.6 * @author Cartalyst LLC * @license Cartalyst PSL * @copyright (c) 2011-2014, Cartalyst LLC diff --git a/src/Persistences/PersistableInterface.php b/src/Persistences/PersistableInterface.php index c8950777..49dbdc6e 100644 --- a/src/Persistences/PersistableInterface.php +++ b/src/Persistences/PersistableInterface.php @@ -10,7 +10,7 @@ * bundled with this package in the license.txt file. * * @package Sentinel - * @version 1.0.5 + * @version 1.0.6 * @author Cartalyst LLC * @license Cartalyst PSL * @copyright (c) 2011-2014, Cartalyst LLC diff --git a/src/Persistences/PersistenceInterface.php b/src/Persistences/PersistenceInterface.php index 0f9cb920..340ad88f 100644 --- a/src/Persistences/PersistenceInterface.php +++ b/src/Persistences/PersistenceInterface.php @@ -10,7 +10,7 @@ * bundled with this package in the license.txt file. * * @package Sentinel - * @version 1.0.5 + * @version 1.0.6 * @author Cartalyst LLC * @license Cartalyst PSL * @copyright (c) 2011-2014, Cartalyst LLC diff --git a/src/Persistences/PersistenceRepositoryInterface.php b/src/Persistences/PersistenceRepositoryInterface.php index 2b29c65d..e5a86217 100644 --- a/src/Persistences/PersistenceRepositoryInterface.php +++ b/src/Persistences/PersistenceRepositoryInterface.php @@ -10,7 +10,7 @@ * bundled with this package in the license.txt file. * * @package Sentinel - * @version 1.0.5 + * @version 1.0.6 * @author Cartalyst LLC * @license Cartalyst PSL * @copyright (c) 2011-2014, Cartalyst LLC diff --git a/src/Reminders/EloquentReminder.php b/src/Reminders/EloquentReminder.php index 16e1c8ef..76eabf42 100644 --- a/src/Reminders/EloquentReminder.php +++ b/src/Reminders/EloquentReminder.php @@ -10,7 +10,7 @@ * bundled with this package in the license.txt file. * * @package Sentinel - * @version 1.0.5 + * @version 1.0.6 * @author Cartalyst LLC * @license Cartalyst PSL * @copyright (c) 2011-2014, Cartalyst LLC diff --git a/src/Reminders/IlluminateReminderRepository.php b/src/Reminders/IlluminateReminderRepository.php index 334dd810..9e0f370b 100644 --- a/src/Reminders/IlluminateReminderRepository.php +++ b/src/Reminders/IlluminateReminderRepository.php @@ -10,7 +10,7 @@ * bundled with this package in the license.txt file. * * @package Sentinel - * @version 1.0.5 + * @version 1.0.6 * @author Cartalyst LLC * @license Cartalyst PSL * @copyright (c) 2011-2014, Cartalyst LLC diff --git a/src/Reminders/ReminderRepositoryInterface.php b/src/Reminders/ReminderRepositoryInterface.php index 796655b6..36a273a4 100644 --- a/src/Reminders/ReminderRepositoryInterface.php +++ b/src/Reminders/ReminderRepositoryInterface.php @@ -10,7 +10,7 @@ * bundled with this package in the license.txt file. * * @package Sentinel - * @version 1.0.5 + * @version 1.0.6 * @author Cartalyst LLC * @license Cartalyst PSL * @copyright (c) 2011-2014, Cartalyst LLC diff --git a/src/Roles/EloquentRole.php b/src/Roles/EloquentRole.php index bf07461a..9bb1dc4a 100644 --- a/src/Roles/EloquentRole.php +++ b/src/Roles/EloquentRole.php @@ -10,7 +10,7 @@ * bundled with this package in the license.txt file. * * @package Sentinel - * @version 1.0.5 + * @version 1.0.6 * @author Cartalyst LLC * @license Cartalyst PSL * @copyright (c) 2011-2014, Cartalyst LLC diff --git a/src/Roles/IlluminateRoleRepository.php b/src/Roles/IlluminateRoleRepository.php index 81f41b1b..d6833bc0 100644 --- a/src/Roles/IlluminateRoleRepository.php +++ b/src/Roles/IlluminateRoleRepository.php @@ -10,7 +10,7 @@ * bundled with this package in the license.txt file. * * @package Sentinel - * @version 1.0.5 + * @version 1.0.6 * @author Cartalyst LLC * @license Cartalyst PSL * @copyright (c) 2011-2014, Cartalyst LLC diff --git a/src/Roles/RoleInterface.php b/src/Roles/RoleInterface.php index 2603ac4c..b13a5a41 100644 --- a/src/Roles/RoleInterface.php +++ b/src/Roles/RoleInterface.php @@ -10,7 +10,7 @@ * bundled with this package in the license.txt file. * * @package Sentinel - * @version 1.0.5 + * @version 1.0.6 * @author Cartalyst LLC * @license Cartalyst PSL * @copyright (c) 2011-2014, Cartalyst LLC diff --git a/src/Roles/RoleRepositoryInterface.php b/src/Roles/RoleRepositoryInterface.php index 6e297ea9..dbac60d7 100644 --- a/src/Roles/RoleRepositoryInterface.php +++ b/src/Roles/RoleRepositoryInterface.php @@ -10,7 +10,7 @@ * bundled with this package in the license.txt file. * * @package Sentinel - * @version 1.0.5 + * @version 1.0.6 * @author Cartalyst LLC * @license Cartalyst PSL * @copyright (c) 2011-2014, Cartalyst LLC diff --git a/src/Roles/RoleableInterface.php b/src/Roles/RoleableInterface.php index ff599de5..75c55e50 100644 --- a/src/Roles/RoleableInterface.php +++ b/src/Roles/RoleableInterface.php @@ -10,7 +10,7 @@ * bundled with this package in the license.txt file. * * @package Sentinel - * @version 1.0.5 + * @version 1.0.6 * @author Cartalyst LLC * @license Cartalyst PSL * @copyright (c) 2011-2014, Cartalyst LLC diff --git a/src/Sentinel.php b/src/Sentinel.php index 75503513..80b73ca0 100644 --- a/src/Sentinel.php +++ b/src/Sentinel.php @@ -10,7 +10,7 @@ * bundled with this package in the license.txt file. * * @package Sentinel - * @version 1.0.5 + * @version 1.0.6 * @author Cartalyst LLC * @license Cartalyst PSL * @copyright (c) 2011-2014, Cartalyst LLC diff --git a/src/Sessions/CISession.php b/src/Sessions/CISession.php index dde168ed..b03d3944 100644 --- a/src/Sessions/CISession.php +++ b/src/Sessions/CISession.php @@ -10,7 +10,7 @@ * bundled with this package in the license.txt file. * * @package Sentinel - * @version 1.0.5 + * @version 1.0.6 * @author Cartalyst LLC * @license Cartalyst PSL * @copyright (c) 2011-2014, Cartalyst LLC diff --git a/src/Sessions/FuelPHPSession.php b/src/Sessions/FuelPHPSession.php index 84db8946..5968d8df 100644 --- a/src/Sessions/FuelPHPSession.php +++ b/src/Sessions/FuelPHPSession.php @@ -10,7 +10,7 @@ * bundled with this package in the license.txt file. * * @package Sentinel - * @version 1.0.5 + * @version 1.0.6 * @author Cartalyst LLC * @license Cartalyst PSL * @copyright (c) 2011-2014, Cartalyst LLC diff --git a/src/Sessions/IlluminateSession.php b/src/Sessions/IlluminateSession.php index 714863cd..98fd1db0 100644 --- a/src/Sessions/IlluminateSession.php +++ b/src/Sessions/IlluminateSession.php @@ -10,7 +10,7 @@ * bundled with this package in the license.txt file. * * @package Sentinel - * @version 1.0.5 + * @version 1.0.6 * @author Cartalyst LLC * @license Cartalyst PSL * @copyright (c) 2011-2014, Cartalyst LLC diff --git a/src/Sessions/NativeSession.php b/src/Sessions/NativeSession.php index 2c9d660d..09a4eae6 100644 --- a/src/Sessions/NativeSession.php +++ b/src/Sessions/NativeSession.php @@ -10,7 +10,7 @@ * bundled with this package in the license.txt file. * * @package Sentinel - * @version 1.0.5 + * @version 1.0.6 * @author Cartalyst LLC * @license Cartalyst PSL * @copyright (c) 2011-2014, Cartalyst LLC diff --git a/src/Sessions/SessionInterface.php b/src/Sessions/SessionInterface.php index 4142f01a..0afb2822 100644 --- a/src/Sessions/SessionInterface.php +++ b/src/Sessions/SessionInterface.php @@ -10,7 +10,7 @@ * bundled with this package in the license.txt file. * * @package Sentinel - * @version 1.0.5 + * @version 1.0.6 * @author Cartalyst LLC * @license Cartalyst PSL * @copyright (c) 2011-2014, Cartalyst LLC diff --git a/src/Throttling/EloquentThrottle.php b/src/Throttling/EloquentThrottle.php index 70830a62..726f95ca 100644 --- a/src/Throttling/EloquentThrottle.php +++ b/src/Throttling/EloquentThrottle.php @@ -10,7 +10,7 @@ * bundled with this package in the license.txt file. * * @package Sentinel - * @version 1.0.5 + * @version 1.0.6 * @author Cartalyst LLC * @license Cartalyst PSL * @copyright (c) 2011-2014, Cartalyst LLC diff --git a/src/Throttling/IlluminateThrottleRepository.php b/src/Throttling/IlluminateThrottleRepository.php index c9583d1d..5211dac1 100644 --- a/src/Throttling/IlluminateThrottleRepository.php +++ b/src/Throttling/IlluminateThrottleRepository.php @@ -10,7 +10,7 @@ * bundled with this package in the license.txt file. * * @package Sentinel - * @version 1.0.5 + * @version 1.0.6 * @author Cartalyst LLC * @license Cartalyst PSL * @copyright (c) 2011-2014, Cartalyst LLC diff --git a/src/Throttling/ThrottleRepositoryInterface.php b/src/Throttling/ThrottleRepositoryInterface.php index d40cf0fa..51471747 100644 --- a/src/Throttling/ThrottleRepositoryInterface.php +++ b/src/Throttling/ThrottleRepositoryInterface.php @@ -10,7 +10,7 @@ * bundled with this package in the license.txt file. * * @package Sentinel - * @version 1.0.5 + * @version 1.0.6 * @author Cartalyst LLC * @license Cartalyst PSL * @copyright (c) 2011-2014, Cartalyst LLC diff --git a/src/Users/EloquentUser.php b/src/Users/EloquentUser.php index 66d3c6f1..6dd17dba 100644 --- a/src/Users/EloquentUser.php +++ b/src/Users/EloquentUser.php @@ -10,7 +10,7 @@ * bundled with this package in the license.txt file. * * @package Sentinel - * @version 1.0.5 + * @version 1.0.6 * @author Cartalyst LLC * @license Cartalyst PSL * @copyright (c) 2011-2014, Cartalyst LLC diff --git a/src/Users/IlluminateUserRepository.php b/src/Users/IlluminateUserRepository.php index 25286614..b9725825 100644 --- a/src/Users/IlluminateUserRepository.php +++ b/src/Users/IlluminateUserRepository.php @@ -10,7 +10,7 @@ * bundled with this package in the license.txt file. * * @package Sentinel - * @version 1.0.5 + * @version 1.0.6 * @author Cartalyst LLC * @license Cartalyst PSL * @copyright (c) 2011-2014, Cartalyst LLC diff --git a/src/Users/UserInterface.php b/src/Users/UserInterface.php index 34a04fa4..af3ae35d 100644 --- a/src/Users/UserInterface.php +++ b/src/Users/UserInterface.php @@ -10,7 +10,7 @@ * bundled with this package in the license.txt file. * * @package Sentinel - * @version 1.0.5 + * @version 1.0.6 * @author Cartalyst LLC * @license Cartalyst PSL * @copyright (c) 2011-2014, Cartalyst LLC diff --git a/src/Users/UserRepositoryInterface.php b/src/Users/UserRepositoryInterface.php index 0d22d8f8..38233ced 100644 --- a/src/Users/UserRepositoryInterface.php +++ b/src/Users/UserRepositoryInterface.php @@ -10,7 +10,7 @@ * bundled with this package in the license.txt file. * * @package Sentinel - * @version 1.0.5 + * @version 1.0.6 * @author Cartalyst LLC * @license Cartalyst PSL * @copyright (c) 2011-2014, Cartalyst LLC diff --git a/src/config/config.php b/src/config/config.php index 2733b8e8..e75df06c 100644 --- a/src/config/config.php +++ b/src/config/config.php @@ -10,7 +10,7 @@ * bundled with this package in the license.txt file. * * @package Sentinel - * @version 1.0.5 + * @version 1.0.6 * @author Cartalyst LLC * @license Cartalyst PSL * @copyright (c) 2011-2014, Cartalyst LLC 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 a94357dd..378585b4 100644 --- a/src/migrations/2014_07_02_230147_migration_cartalyst_sentinel.php +++ b/src/migrations/2014_07_02_230147_migration_cartalyst_sentinel.php @@ -10,7 +10,7 @@ * bundled with this package in the license.txt file. * * @package Sentinel - * @version 1.0.5 + * @version 1.0.6 * @author Cartalyst LLC * @license Cartalyst PSL * @copyright (c) 2011-2014, Cartalyst LLC diff --git a/tests/ActivationCheckpointTest.php b/tests/ActivationCheckpointTest.php index cc0f57b8..ac235d35 100644 --- a/tests/ActivationCheckpointTest.php +++ b/tests/ActivationCheckpointTest.php @@ -10,7 +10,7 @@ * bundled with this package in the license.txt file. * * @package Sentinel - * @version 1.0.5 + * @version 1.0.6 * @author Cartalyst LLC * @license Cartalyst PSL * @copyright (c) 2011-2014, Cartalyst LLC diff --git a/tests/BcryptHasherTest.php b/tests/BcryptHasherTest.php index fc2fb7a6..b03ec26a 100644 --- a/tests/BcryptHasherTest.php +++ b/tests/BcryptHasherTest.php @@ -10,7 +10,7 @@ * bundled with this package in the license.txt file. * * @package Sentinel - * @version 1.0.5 + * @version 1.0.6 * @author Cartalyst LLC * @license Cartalyst PSL * @copyright (c) 2011-2014, Cartalyst LLC diff --git a/tests/CICookieTest.php b/tests/CICookieTest.php index 2ee94287..d6284072 100644 --- a/tests/CICookieTest.php +++ b/tests/CICookieTest.php @@ -10,7 +10,7 @@ * bundled with this package in the license.txt file. * * @package Sentinel - * @version 1.0.5 + * @version 1.0.6 * @author Cartalyst LLC * @license Cartalyst PSL * @copyright (c) 2011-2014, Cartalyst LLC diff --git a/tests/CISessionTest.php b/tests/CISessionTest.php index c6b28546..2ca99307 100644 --- a/tests/CISessionTest.php +++ b/tests/CISessionTest.php @@ -10,7 +10,7 @@ * bundled with this package in the license.txt file. * * @package Sentinel - * @version 1.0.5 + * @version 1.0.6 * @author Cartalyst LLC * @license Cartalyst PSL * @copyright (c) 2011-2014, Cartalyst LLC diff --git a/tests/CallbackHasherTest.php b/tests/CallbackHasherTest.php index 70ef29aa..efe82928 100644 --- a/tests/CallbackHasherTest.php +++ b/tests/CallbackHasherTest.php @@ -10,7 +10,7 @@ * bundled with this package in the license.txt file. * * @package Sentinel - * @version 1.0.5 + * @version 1.0.6 * @author Cartalyst LLC * @license Cartalyst PSL * @copyright (c) 2011-2014, Cartalyst LLC diff --git a/tests/CheckpointsTest.php b/tests/CheckpointsTest.php index d167f8b7..702d0bb0 100644 --- a/tests/CheckpointsTest.php +++ b/tests/CheckpointsTest.php @@ -10,7 +10,7 @@ * bundled with this package in the license.txt file. * * @package Sentinel - * @version 1.0.5 + * @version 1.0.6 * @author Cartalyst LLC * @license Cartalyst PSL * @copyright (c) 2011-2014, Cartalyst LLC diff --git a/tests/EloquentActivationTest.php b/tests/EloquentActivationTest.php index badf9da5..1a57f913 100644 --- a/tests/EloquentActivationTest.php +++ b/tests/EloquentActivationTest.php @@ -10,7 +10,7 @@ * bundled with this package in the license.txt file. * * @package Sentinel - * @version 1.0.5 + * @version 1.0.6 * @author Cartalyst LLC * @license Cartalyst PSL * @copyright (c) 2011-2014, Cartalyst LLC diff --git a/tests/EloquentPersistenceTest.php b/tests/EloquentPersistenceTest.php index afc2a0ea..94d175a5 100644 --- a/tests/EloquentPersistenceTest.php +++ b/tests/EloquentPersistenceTest.php @@ -10,7 +10,7 @@ * bundled with this package in the license.txt file. * * @package Sentinel - * @version 1.0.5 + * @version 1.0.6 * @author Cartalyst LLC * @license Cartalyst PSL * @copyright (c) 2011-2014, Cartalyst LLC diff --git a/tests/EloquentReminderTest.php b/tests/EloquentReminderTest.php index dbbd4a0d..e1287ab7 100644 --- a/tests/EloquentReminderTest.php +++ b/tests/EloquentReminderTest.php @@ -10,7 +10,7 @@ * bundled with this package in the license.txt file. * * @package Sentinel - * @version 1.0.5 + * @version 1.0.6 * @author Cartalyst LLC * @license Cartalyst PSL * @copyright (c) 2011-2014, Cartalyst LLC diff --git a/tests/EloquentRoleTest.php b/tests/EloquentRoleTest.php index 3ad0cf53..5b87252a 100644 --- a/tests/EloquentRoleTest.php +++ b/tests/EloquentRoleTest.php @@ -10,7 +10,7 @@ * bundled with this package in the license.txt file. * * @package Sentinel - * @version 1.0.5 + * @version 1.0.6 * @author Cartalyst LLC * @license Cartalyst PSL * @copyright (c) 2011-2014, Cartalyst LLC diff --git a/tests/EloquentUserTest.php b/tests/EloquentUserTest.php index e5ad94fb..6ada236e 100644 --- a/tests/EloquentUserTest.php +++ b/tests/EloquentUserTest.php @@ -10,7 +10,7 @@ * bundled with this package in the license.txt file. * * @package Sentinel - * @version 1.0.5 + * @version 1.0.6 * @author Cartalyst LLC * @license Cartalyst PSL * @copyright (c) 2011-2014, Cartalyst LLC diff --git a/tests/FuelPHPCookieTest.php b/tests/FuelPHPCookieTest.php index e85df3e3..5148f3f8 100644 --- a/tests/FuelPHPCookieTest.php +++ b/tests/FuelPHPCookieTest.php @@ -10,7 +10,7 @@ * bundled with this package in the license.txt file. * * @package Sentinel - * @version 1.0.5 + * @version 1.0.6 * @author Cartalyst LLC * @license Cartalyst PSL * @copyright (c) 2011-2014, Cartalyst LLC diff --git a/tests/FuelPHPSessionTest.php b/tests/FuelPHPSessionTest.php index 8d1a4b69..4973238d 100644 --- a/tests/FuelPHPSessionTest.php +++ b/tests/FuelPHPSessionTest.php @@ -10,7 +10,7 @@ * bundled with this package in the license.txt file. * * @package Sentinel - * @version 1.0.5 + * @version 1.0.6 * @author Cartalyst LLC * @license Cartalyst PSL * @copyright (c) 2011-2014, Cartalyst LLC diff --git a/tests/IlluminateActivationRepositoryTest.php b/tests/IlluminateActivationRepositoryTest.php index cae3bdc0..8dde824a 100644 --- a/tests/IlluminateActivationRepositoryTest.php +++ b/tests/IlluminateActivationRepositoryTest.php @@ -10,7 +10,7 @@ * bundled with this package in the license.txt file. * * @package Sentinel - * @version 1.0.5 + * @version 1.0.6 * @author Cartalyst LLC * @license Cartalyst PSL * @copyright (c) 2011-2014, Cartalyst LLC diff --git a/tests/IlluminateCookieTest.php b/tests/IlluminateCookieTest.php index f65dc078..7f17307d 100644 --- a/tests/IlluminateCookieTest.php +++ b/tests/IlluminateCookieTest.php @@ -10,7 +10,7 @@ * bundled with this package in the license.txt file. * * @package Sentinel - * @version 1.0.5 + * @version 1.0.6 * @author Cartalyst LLC * @license Cartalyst PSL * @copyright (c) 2011-2014, Cartalyst LLC diff --git a/tests/IlluminatePersistenceRepositoryTest.php b/tests/IlluminatePersistenceRepositoryTest.php index 1b50296e..8fe1ef1c 100644 --- a/tests/IlluminatePersistenceRepositoryTest.php +++ b/tests/IlluminatePersistenceRepositoryTest.php @@ -10,7 +10,7 @@ * bundled with this package in the license.txt file. * * @package Sentinel - * @version 1.0.5 + * @version 1.0.6 * @author Cartalyst LLC * @license Cartalyst PSL * @copyright (c) 2011-2014, Cartalyst LLC diff --git a/tests/IlluminateReminderRepositoryTest.php b/tests/IlluminateReminderRepositoryTest.php index a0b03fcc..84915015 100644 --- a/tests/IlluminateReminderRepositoryTest.php +++ b/tests/IlluminateReminderRepositoryTest.php @@ -10,7 +10,7 @@ * bundled with this package in the license.txt file. * * @package Sentinel - * @version 1.0.5 + * @version 1.0.6 * @author Cartalyst LLC * @license Cartalyst PSL * @copyright (c) 2011-2014, Cartalyst LLC diff --git a/tests/IlluminateRoleRepositoryTest.php b/tests/IlluminateRoleRepositoryTest.php index 2e08d594..938ba6a2 100644 --- a/tests/IlluminateRoleRepositoryTest.php +++ b/tests/IlluminateRoleRepositoryTest.php @@ -10,7 +10,7 @@ * bundled with this package in the license.txt file. * * @package Sentinel - * @version 1.0.5 + * @version 1.0.6 * @author Cartalyst LLC * @license Cartalyst PSL * @copyright (c) 2011-2014, Cartalyst LLC diff --git a/tests/IlluminateSessionTest.php b/tests/IlluminateSessionTest.php index ff50f059..9ae850ed 100644 --- a/tests/IlluminateSessionTest.php +++ b/tests/IlluminateSessionTest.php @@ -10,7 +10,7 @@ * bundled with this package in the license.txt file. * * @package Sentinel - * @version 1.0.5 + * @version 1.0.6 * @author Cartalyst LLC * @license Cartalyst PSL * @copyright (c) 2011-2014, Cartalyst LLC diff --git a/tests/IlluminateThrottleRepositoryTest.php b/tests/IlluminateThrottleRepositoryTest.php index dbd08fbf..72ff47cb 100644 --- a/tests/IlluminateThrottleRepositoryTest.php +++ b/tests/IlluminateThrottleRepositoryTest.php @@ -10,7 +10,7 @@ * bundled with this package in the license.txt file. * * @package Sentinel - * @version 1.0.5 + * @version 1.0.6 * @author Cartalyst LLC * @license Cartalyst PSL * @copyright (c) 2011-2014, Cartalyst LLC diff --git a/tests/IlluminateUserRepositoryTest.php b/tests/IlluminateUserRepositoryTest.php index f157bbce..308fbab3 100644 --- a/tests/IlluminateUserRepositoryTest.php +++ b/tests/IlluminateUserRepositoryTest.php @@ -10,7 +10,7 @@ * bundled with this package in the license.txt file. * * @package Sentinel - * @version 1.0.5 + * @version 1.0.6 * @author Cartalyst LLC * @license Cartalyst PSL * @copyright (c) 2011-2014, Cartalyst LLC diff --git a/tests/NativeCookieTest.php b/tests/NativeCookieTest.php index fbad6839..1ec1dd32 100644 --- a/tests/NativeCookieTest.php +++ b/tests/NativeCookieTest.php @@ -10,7 +10,7 @@ * bundled with this package in the license.txt file. * * @package Sentinel - * @version 1.0.5 + * @version 1.0.6 * @author Cartalyst LLC * @license Cartalyst PSL * @copyright (c) 2011-2014, Cartalyst LLC diff --git a/tests/NativeHasherTest.php b/tests/NativeHasherTest.php index a5f86560..83cff3a2 100644 --- a/tests/NativeHasherTest.php +++ b/tests/NativeHasherTest.php @@ -10,7 +10,7 @@ * bundled with this package in the license.txt file. * * @package Sentinel - * @version 1.0.5 + * @version 1.0.6 * @author Cartalyst LLC * @license Cartalyst PSL * @copyright (c) 2011-2014, Cartalyst LLC diff --git a/tests/NativeSessionTest.php b/tests/NativeSessionTest.php index b28440c2..cc74171e 100644 --- a/tests/NativeSessionTest.php +++ b/tests/NativeSessionTest.php @@ -10,7 +10,7 @@ * bundled with this package in the license.txt file. * * @package Sentinel - * @version 1.0.5 + * @version 1.0.6 * @author Cartalyst LLC * @license Cartalyst PSL * @copyright (c) 2011-2014, Cartalyst LLC diff --git a/tests/PermissibleTraitTest.php b/tests/PermissibleTraitTest.php index 6160853c..a4c5216f 100644 --- a/tests/PermissibleTraitTest.php +++ b/tests/PermissibleTraitTest.php @@ -10,7 +10,7 @@ * bundled with this package in the license.txt file. * * @package Sentinel - * @version 1.0.5 + * @version 1.0.6 * @author Cartalyst LLC * @license Cartalyst PSL * @copyright (c) 2011-2014, Cartalyst LLC diff --git a/tests/PermissionsTraitTest.php b/tests/PermissionsTraitTest.php index 0e8bad64..d5751a4b 100644 --- a/tests/PermissionsTraitTest.php +++ b/tests/PermissionsTraitTest.php @@ -10,7 +10,7 @@ * bundled with this package in the license.txt file. * * @package Sentinel - * @version 1.0.5 + * @version 1.0.6 * @author Cartalyst LLC * @license Cartalyst PSL * @copyright (c) 2011-2014, Cartalyst LLC diff --git a/tests/SentinelBootstrapperTest.php b/tests/SentinelBootstrapperTest.php index 43a60189..924b3516 100644 --- a/tests/SentinelBootstrapperTest.php +++ b/tests/SentinelBootstrapperTest.php @@ -10,7 +10,7 @@ * bundled with this package in the license.txt file. * * @package Sentinel - * @version 1.0.5 + * @version 1.0.6 * @author Cartalyst LLC * @license Cartalyst PSL * @copyright (c) 2011-2014, Cartalyst LLC diff --git a/tests/SentinelTest.php b/tests/SentinelTest.php index 0dde81f5..94f8125c 100644 --- a/tests/SentinelTest.php +++ b/tests/SentinelTest.php @@ -10,7 +10,7 @@ * bundled with this package in the license.txt file. * * @package Sentinel - * @version 1.0.5 + * @version 1.0.6 * @author Cartalyst LLC * @license Cartalyst PSL * @copyright (c) 2011-2014, Cartalyst LLC diff --git a/tests/Sha256HasherTest.php b/tests/Sha256HasherTest.php index 5f8bdb45..d8826639 100644 --- a/tests/Sha256HasherTest.php +++ b/tests/Sha256HasherTest.php @@ -10,7 +10,7 @@ * bundled with this package in the license.txt file. * * @package Sentinel - * @version 1.0.5 + * @version 1.0.6 * @author Cartalyst LLC * @license Cartalyst PSL * @copyright (c) 2011-2014, Cartalyst LLC diff --git a/tests/StandardPermissionsTest.php b/tests/StandardPermissionsTest.php index ef068dd9..58bf34f3 100644 --- a/tests/StandardPermissionsTest.php +++ b/tests/StandardPermissionsTest.php @@ -10,7 +10,7 @@ * bundled with this package in the license.txt file. * * @package Sentinel - * @version 1.0.5 + * @version 1.0.6 * @author Cartalyst LLC * @license Cartalyst PSL * @copyright (c) 2011-2014, Cartalyst LLC diff --git a/tests/StrictPermissionsTest.php b/tests/StrictPermissionsTest.php index 79a17dad..cf59aa4a 100644 --- a/tests/StrictPermissionsTest.php +++ b/tests/StrictPermissionsTest.php @@ -10,7 +10,7 @@ * bundled with this package in the license.txt file. * * @package Sentinel - * @version 1.0.5 + * @version 1.0.6 * @author Cartalyst LLC * @license Cartalyst PSL * @copyright (c) 2011-2014, Cartalyst LLC diff --git a/tests/ThrottleCheckpointTest.php b/tests/ThrottleCheckpointTest.php index 1b463fcc..f1b17845 100644 --- a/tests/ThrottleCheckpointTest.php +++ b/tests/ThrottleCheckpointTest.php @@ -10,7 +10,7 @@ * bundled with this package in the license.txt file. * * @package Sentinel - * @version 1.0.5 + * @version 1.0.6 * @author Cartalyst LLC * @license Cartalyst PSL * @copyright (c) 2011-2014, Cartalyst LLC diff --git a/tests/WhirlpoolHasherTest.php b/tests/WhirlpoolHasherTest.php index 6727d11e..455027db 100644 --- a/tests/WhirlpoolHasherTest.php +++ b/tests/WhirlpoolHasherTest.php @@ -10,7 +10,7 @@ * bundled with this package in the license.txt file. * * @package Sentinel - * @version 1.0.5 + * @version 1.0.6 * @author Cartalyst LLC * @license Cartalyst PSL * @copyright (c) 2011-2014, Cartalyst LLC diff --git a/tests/stubs/ci/CI_Input.php b/tests/stubs/ci/CI_Input.php index 1dec950b..c08b37f2 100644 --- a/tests/stubs/ci/CI_Input.php +++ b/tests/stubs/ci/CI_Input.php @@ -10,7 +10,7 @@ * bundled with this package in the license.txt file. * * @package Sentinel - * @version 1.0.5 + * @version 1.0.6 * @author Cartalyst LLC * @license Cartalyst PSL * @copyright (c) 2011-2014, Cartalyst LLC diff --git a/tests/stubs/ci/CI_Session.php b/tests/stubs/ci/CI_Session.php index 2bace3a4..f7d788a2 100644 --- a/tests/stubs/ci/CI_Session.php +++ b/tests/stubs/ci/CI_Session.php @@ -10,7 +10,7 @@ * bundled with this package in the license.txt file. * * @package Sentinel - * @version 1.0.5 + * @version 1.0.6 * @author Cartalyst LLC * @license Cartalyst PSL * @copyright (c) 2011-2014, Cartalyst LLC diff --git a/tests/stubs/fuelphp/Fuel/Core/Cookie.php b/tests/stubs/fuelphp/Fuel/Core/Cookie.php index 76a07b37..a10e1c60 100644 --- a/tests/stubs/fuelphp/Fuel/Core/Cookie.php +++ b/tests/stubs/fuelphp/Fuel/Core/Cookie.php @@ -10,7 +10,7 @@ * bundled with this package in the license.txt file. * * @package Sentinel - * @version 1.0.5 + * @version 1.0.6 * @author Cartalyst LLC * @license Cartalyst PSL * @copyright (c) 2011-2014, Cartalyst LLC diff --git a/tests/stubs/fuelphp/Fuel/Core/Session_Driver.php b/tests/stubs/fuelphp/Fuel/Core/Session_Driver.php index be3d8b87..40fb271a 100644 --- a/tests/stubs/fuelphp/Fuel/Core/Session_Driver.php +++ b/tests/stubs/fuelphp/Fuel/Core/Session_Driver.php @@ -10,7 +10,7 @@ * bundled with this package in the license.txt file. * * @package Sentinel - * @version 1.0.5 + * @version 1.0.6 * @author Cartalyst LLC * @license Cartalyst PSL * @copyright (c) 2011-2014, Cartalyst LLC