From 99acf6a2cb567df23ed7bf3cccc33513dbbdb7a9 Mon Sep 17 00:00:00 2001 From: Suhayb Wardany Date: Fri, 22 May 2015 19:04:27 +0200 Subject: [PATCH] bump version Signed-off-by: Suhayb 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 659bad59..94094494 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.9 + * @version 1.0.10 * @author Cartalyst LLC * @license Cartalyst PSL * @copyright (c) 2011-2015, Cartalyst LLC diff --git a/src/Activations/EloquentActivation.php b/src/Activations/EloquentActivation.php index 5645cd4d..68b7f314 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.9 + * @version 1.0.10 * @author Cartalyst LLC * @license Cartalyst PSL * @copyright (c) 2011-2015, Cartalyst LLC diff --git a/src/Activations/IlluminateActivationRepository.php b/src/Activations/IlluminateActivationRepository.php index b99591e2..327034e3 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.9 + * @version 1.0.10 * @author Cartalyst LLC * @license Cartalyst PSL * @copyright (c) 2011-2015, Cartalyst LLC diff --git a/src/Checkpoints/ActivationCheckpoint.php b/src/Checkpoints/ActivationCheckpoint.php index 17bbc4ca..122570c0 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.9 + * @version 1.0.10 * @author Cartalyst LLC * @license Cartalyst PSL * @copyright (c) 2011-2015, Cartalyst LLC diff --git a/src/Checkpoints/AuthenticatedCheckpoint.php b/src/Checkpoints/AuthenticatedCheckpoint.php index dcef2680..9edd5179 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.9 + * @version 1.0.10 * @author Cartalyst LLC * @license Cartalyst PSL * @copyright (c) 2011-2015, Cartalyst LLC diff --git a/src/Checkpoints/CheckpointInterface.php b/src/Checkpoints/CheckpointInterface.php index f04c8487..c2b7fc74 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.9 + * @version 1.0.10 * @author Cartalyst LLC * @license Cartalyst PSL * @copyright (c) 2011-2015, Cartalyst LLC diff --git a/src/Checkpoints/NotActivatedException.php b/src/Checkpoints/NotActivatedException.php index dc5fb049..cc72a6c3 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.9 + * @version 1.0.10 * @author Cartalyst LLC * @license Cartalyst PSL * @copyright (c) 2011-2015, Cartalyst LLC diff --git a/src/Checkpoints/ThrottleCheckpoint.php b/src/Checkpoints/ThrottleCheckpoint.php index db390801..9caec465 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.9 + * @version 1.0.10 * @author Cartalyst LLC * @license Cartalyst PSL * @copyright (c) 2011-2015, Cartalyst LLC diff --git a/src/Checkpoints/ThrottlingException.php b/src/Checkpoints/ThrottlingException.php index 624856d2..f1eb8252 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.9 + * @version 1.0.10 * @author Cartalyst LLC * @license Cartalyst PSL * @copyright (c) 2011-2015, Cartalyst LLC diff --git a/src/Cookies/CICookie.php b/src/Cookies/CICookie.php index 84a225d7..1114385f 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.9 + * @version 1.0.10 * @author Cartalyst LLC * @license Cartalyst PSL * @copyright (c) 2011-2015, Cartalyst LLC diff --git a/src/Cookies/CookieInterface.php b/src/Cookies/CookieInterface.php index f2f55310..d0c8d78b 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.9 + * @version 1.0.10 * @author Cartalyst LLC * @license Cartalyst PSL * @copyright (c) 2011-2015, Cartalyst LLC diff --git a/src/Cookies/FuelPHPCookie.php b/src/Cookies/FuelPHPCookie.php index 17ecb6f4..95ff3318 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.9 + * @version 1.0.10 * @author Cartalyst LLC * @license Cartalyst PSL * @copyright (c) 2011-2015, Cartalyst LLC diff --git a/src/Cookies/IlluminateCookie.php b/src/Cookies/IlluminateCookie.php index a3b2c093..af283284 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.9 + * @version 1.0.10 * @author Cartalyst LLC * @license Cartalyst PSL * @copyright (c) 2011-2015, Cartalyst LLC diff --git a/src/Cookies/NativeCookie.php b/src/Cookies/NativeCookie.php index 831a521a..bb658b38 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.9 + * @version 1.0.10 * @author Cartalyst LLC * @license Cartalyst PSL * @copyright (c) 2011-2015, Cartalyst LLC diff --git a/src/Hashing/BcryptHasher.php b/src/Hashing/BcryptHasher.php index 9b18c721..59a4a011 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.9 + * @version 1.0.10 * @author Cartalyst LLC * @license Cartalyst PSL * @copyright (c) 2011-2015, Cartalyst LLC diff --git a/src/Hashing/CallbackHasher.php b/src/Hashing/CallbackHasher.php index ab309c6b..d4b7bd27 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.9 + * @version 1.0.10 * @author Cartalyst LLC * @license Cartalyst PSL * @copyright (c) 2011-2015, Cartalyst LLC diff --git a/src/Hashing/Hasher.php b/src/Hashing/Hasher.php index 9fe89208..098dac7c 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.9 + * @version 1.0.10 * @author Cartalyst LLC * @license Cartalyst PSL * @copyright (c) 2011-2015, Cartalyst LLC diff --git a/src/Hashing/HasherInterface.php b/src/Hashing/HasherInterface.php index b10ea005..181e2996 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.9 + * @version 1.0.10 * @author Cartalyst LLC * @license Cartalyst PSL * @copyright (c) 2011-2015, Cartalyst LLC diff --git a/src/Hashing/NativeHasher.php b/src/Hashing/NativeHasher.php index 15b67aa4..0a2cf66a 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.9 + * @version 1.0.10 * @author Cartalyst LLC * @license Cartalyst PSL * @copyright (c) 2011-2015, Cartalyst LLC diff --git a/src/Hashing/Sha256Hasher.php b/src/Hashing/Sha256Hasher.php index 35eb481a..b7893e94 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.9 + * @version 1.0.10 * @author Cartalyst LLC * @license Cartalyst PSL * @copyright (c) 2011-2015, Cartalyst LLC diff --git a/src/Hashing/WhirlpoolHasher.php b/src/Hashing/WhirlpoolHasher.php index 5a7c6a7c..a2fd1169 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.9 + * @version 1.0.10 * @author Cartalyst LLC * @license Cartalyst PSL * @copyright (c) 2011-2015, Cartalyst LLC diff --git a/src/Laravel/Facades/Activation.php b/src/Laravel/Facades/Activation.php index 465db7c4..9188a8c3 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.9 + * @version 1.0.10 * @author Cartalyst LLC * @license Cartalyst PSL * @copyright (c) 2011-2015, Cartalyst LLC diff --git a/src/Laravel/Facades/Reminder.php b/src/Laravel/Facades/Reminder.php index d62eeabd..5d652f84 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.9 + * @version 1.0.10 * @author Cartalyst LLC * @license Cartalyst PSL * @copyright (c) 2011-2015, Cartalyst LLC diff --git a/src/Laravel/Facades/Sentinel.php b/src/Laravel/Facades/Sentinel.php index 6cbac1a3..157e7ce1 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.9 + * @version 1.0.10 * @author Cartalyst LLC * @license Cartalyst PSL * @copyright (c) 2011-2015, Cartalyst LLC diff --git a/src/Laravel/SentinelServiceProvider.php b/src/Laravel/SentinelServiceProvider.php index 385414df..0a269bb4 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.9 + * @version 1.0.10 * @author Cartalyst LLC * @license Cartalyst PSL * @copyright (c) 2011-2015, Cartalyst LLC diff --git a/src/Native/ConfigRepository.php b/src/Native/ConfigRepository.php index 13cc2c06..35e0317b 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.9 + * @version 1.0.10 * @author Cartalyst LLC * @license Cartalyst PSL * @copyright (c) 2011-2015, Cartalyst LLC diff --git a/src/Native/Facades/Sentinel.php b/src/Native/Facades/Sentinel.php index dcccb753..f9b34dbf 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.9 + * @version 1.0.10 * @author Cartalyst LLC * @license Cartalyst PSL * @copyright (c) 2011-2015, Cartalyst LLC diff --git a/src/Native/SentinelBootstrapper.php b/src/Native/SentinelBootstrapper.php index 537fd817..cef3dc79 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.9 + * @version 1.0.10 * @author Cartalyst LLC * @license Cartalyst PSL * @copyright (c) 2011-2015, Cartalyst LLC diff --git a/src/Permissions/PermissibleInterface.php b/src/Permissions/PermissibleInterface.php index 7be2f404..a36ebaff 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.9 + * @version 1.0.10 * @author Cartalyst LLC * @license Cartalyst PSL * @copyright (c) 2011-2015, Cartalyst LLC diff --git a/src/Permissions/PermissibleTrait.php b/src/Permissions/PermissibleTrait.php index b1c4bc73..d68defac 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.9 + * @version 1.0.10 * @author Cartalyst LLC * @license Cartalyst PSL * @copyright (c) 2011-2015, Cartalyst LLC diff --git a/src/Permissions/PermissionsInterface.php b/src/Permissions/PermissionsInterface.php index 4c8000d5..4c3d22e8 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.9 + * @version 1.0.10 * @author Cartalyst LLC * @license Cartalyst PSL * @copyright (c) 2011-2015, Cartalyst LLC diff --git a/src/Permissions/PermissionsTrait.php b/src/Permissions/PermissionsTrait.php index 53749dd9..07e3c54e 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.9 + * @version 1.0.10 * @author Cartalyst LLC * @license Cartalyst PSL * @copyright (c) 2011-2015, Cartalyst LLC diff --git a/src/Permissions/StandardPermissions.php b/src/Permissions/StandardPermissions.php index 194c15ea..d8098fc1 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.9 + * @version 1.0.10 * @author Cartalyst LLC * @license Cartalyst PSL * @copyright (c) 2011-2015, Cartalyst LLC diff --git a/src/Permissions/StrictPermissions.php b/src/Permissions/StrictPermissions.php index b2be5a4d..31f2c2a5 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.9 + * @version 1.0.10 * @author Cartalyst LLC * @license Cartalyst PSL * @copyright (c) 2011-2015, Cartalyst LLC diff --git a/src/Persistences/EloquentPersistence.php b/src/Persistences/EloquentPersistence.php index 36c8a0da..3dca725f 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.9 + * @version 1.0.10 * @author Cartalyst LLC * @license Cartalyst PSL * @copyright (c) 2011-2015, Cartalyst LLC diff --git a/src/Persistences/IlluminatePersistenceRepository.php b/src/Persistences/IlluminatePersistenceRepository.php index 2db40948..6d24fe92 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.9 + * @version 1.0.10 * @author Cartalyst LLC * @license Cartalyst PSL * @copyright (c) 2011-2015, Cartalyst LLC diff --git a/src/Persistences/PersistableInterface.php b/src/Persistences/PersistableInterface.php index 948c18e2..2a0207cb 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.9 + * @version 1.0.10 * @author Cartalyst LLC * @license Cartalyst PSL * @copyright (c) 2011-2015, Cartalyst LLC diff --git a/src/Persistences/PersistenceInterface.php b/src/Persistences/PersistenceInterface.php index c7129e3c..df93d46a 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.9 + * @version 1.0.10 * @author Cartalyst LLC * @license Cartalyst PSL * @copyright (c) 2011-2015, Cartalyst LLC diff --git a/src/Persistences/PersistenceRepositoryInterface.php b/src/Persistences/PersistenceRepositoryInterface.php index 49fc20fa..6843bf93 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.9 + * @version 1.0.10 * @author Cartalyst LLC * @license Cartalyst PSL * @copyright (c) 2011-2015, Cartalyst LLC diff --git a/src/Reminders/EloquentReminder.php b/src/Reminders/EloquentReminder.php index 4fe4e211..956c721f 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.9 + * @version 1.0.10 * @author Cartalyst LLC * @license Cartalyst PSL * @copyright (c) 2011-2015, Cartalyst LLC diff --git a/src/Reminders/IlluminateReminderRepository.php b/src/Reminders/IlluminateReminderRepository.php index ea846e52..9e20903b 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.9 + * @version 1.0.10 * @author Cartalyst LLC * @license Cartalyst PSL * @copyright (c) 2011-2015, Cartalyst LLC diff --git a/src/Reminders/ReminderRepositoryInterface.php b/src/Reminders/ReminderRepositoryInterface.php index adc8a15c..61376ff2 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.9 + * @version 1.0.10 * @author Cartalyst LLC * @license Cartalyst PSL * @copyright (c) 2011-2015, Cartalyst LLC diff --git a/src/Roles/EloquentRole.php b/src/Roles/EloquentRole.php index 5d36e12c..b7134a16 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.9 + * @version 1.0.10 * @author Cartalyst LLC * @license Cartalyst PSL * @copyright (c) 2011-2015, Cartalyst LLC diff --git a/src/Roles/IlluminateRoleRepository.php b/src/Roles/IlluminateRoleRepository.php index 0938bede..8d80cf1e 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.9 + * @version 1.0.10 * @author Cartalyst LLC * @license Cartalyst PSL * @copyright (c) 2011-2015, Cartalyst LLC diff --git a/src/Roles/RoleInterface.php b/src/Roles/RoleInterface.php index a3780197..e4c1f6b4 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.9 + * @version 1.0.10 * @author Cartalyst LLC * @license Cartalyst PSL * @copyright (c) 2011-2015, Cartalyst LLC diff --git a/src/Roles/RoleRepositoryInterface.php b/src/Roles/RoleRepositoryInterface.php index 355b0ec4..ca8a6454 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.9 + * @version 1.0.10 * @author Cartalyst LLC * @license Cartalyst PSL * @copyright (c) 2011-2015, Cartalyst LLC diff --git a/src/Roles/RoleableInterface.php b/src/Roles/RoleableInterface.php index 139da267..18b36c4a 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.9 + * @version 1.0.10 * @author Cartalyst LLC * @license Cartalyst PSL * @copyright (c) 2011-2015, Cartalyst LLC diff --git a/src/Sentinel.php b/src/Sentinel.php index 03bf79d9..e6b4efeb 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.9 + * @version 1.0.10 * @author Cartalyst LLC * @license Cartalyst PSL * @copyright (c) 2011-2015, Cartalyst LLC diff --git a/src/Sessions/CISession.php b/src/Sessions/CISession.php index bd37d01a..b9956d0a 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.9 + * @version 1.0.10 * @author Cartalyst LLC * @license Cartalyst PSL * @copyright (c) 2011-2015, Cartalyst LLC diff --git a/src/Sessions/FuelPHPSession.php b/src/Sessions/FuelPHPSession.php index d59f3cc6..a01d750e 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.9 + * @version 1.0.10 * @author Cartalyst LLC * @license Cartalyst PSL * @copyright (c) 2011-2015, Cartalyst LLC diff --git a/src/Sessions/IlluminateSession.php b/src/Sessions/IlluminateSession.php index 0dbe333c..78282c8a 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.9 + * @version 1.0.10 * @author Cartalyst LLC * @license Cartalyst PSL * @copyright (c) 2011-2015, Cartalyst LLC diff --git a/src/Sessions/NativeSession.php b/src/Sessions/NativeSession.php index 849a63f0..63ab2d00 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.9 + * @version 1.0.10 * @author Cartalyst LLC * @license Cartalyst PSL * @copyright (c) 2011-2015, Cartalyst LLC diff --git a/src/Sessions/SessionInterface.php b/src/Sessions/SessionInterface.php index bc1a1651..650ef7c3 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.9 + * @version 1.0.10 * @author Cartalyst LLC * @license Cartalyst PSL * @copyright (c) 2011-2015, Cartalyst LLC diff --git a/src/Throttling/EloquentThrottle.php b/src/Throttling/EloquentThrottle.php index e154f165..dfe08bf1 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.9 + * @version 1.0.10 * @author Cartalyst LLC * @license Cartalyst PSL * @copyright (c) 2011-2015, Cartalyst LLC diff --git a/src/Throttling/IlluminateThrottleRepository.php b/src/Throttling/IlluminateThrottleRepository.php index 8fcde146..c3c5e654 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.9 + * @version 1.0.10 * @author Cartalyst LLC * @license Cartalyst PSL * @copyright (c) 2011-2015, Cartalyst LLC diff --git a/src/Throttling/ThrottleRepositoryInterface.php b/src/Throttling/ThrottleRepositoryInterface.php index c0445bd6..f6d1fc42 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.9 + * @version 1.0.10 * @author Cartalyst LLC * @license Cartalyst PSL * @copyright (c) 2011-2015, Cartalyst LLC diff --git a/src/Users/EloquentUser.php b/src/Users/EloquentUser.php index 960ffa27..71ce3d77 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.9 + * @version 1.0.10 * @author Cartalyst LLC * @license Cartalyst PSL * @copyright (c) 2011-2015, Cartalyst LLC diff --git a/src/Users/IlluminateUserRepository.php b/src/Users/IlluminateUserRepository.php index 43d90348..2037ccc9 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.9 + * @version 1.0.10 * @author Cartalyst LLC * @license Cartalyst PSL * @copyright (c) 2011-2015, Cartalyst LLC diff --git a/src/Users/UserInterface.php b/src/Users/UserInterface.php index 0cde4b2f..17243bf0 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.9 + * @version 1.0.10 * @author Cartalyst LLC * @license Cartalyst PSL * @copyright (c) 2011-2015, Cartalyst LLC diff --git a/src/Users/UserRepositoryInterface.php b/src/Users/UserRepositoryInterface.php index 9b9a5a95..874152d6 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.9 + * @version 1.0.10 * @author Cartalyst LLC * @license Cartalyst PSL * @copyright (c) 2011-2015, Cartalyst LLC diff --git a/src/config/config.php b/src/config/config.php index 50719ad7..bf45f564 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.9 + * @version 1.0.10 * @author Cartalyst LLC * @license Cartalyst PSL * @copyright (c) 2011-2015, 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 806d90d8..9124a60b 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.9 + * @version 1.0.10 * @author Cartalyst LLC * @license Cartalyst PSL * @copyright (c) 2011-2015, Cartalyst LLC diff --git a/tests/ActivationCheckpointTest.php b/tests/ActivationCheckpointTest.php index 5b3f963a..c7f08367 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.9 + * @version 1.0.10 * @author Cartalyst LLC * @license Cartalyst PSL * @copyright (c) 2011-2015, Cartalyst LLC diff --git a/tests/BcryptHasherTest.php b/tests/BcryptHasherTest.php index c529ffc0..4fb3820c 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.9 + * @version 1.0.10 * @author Cartalyst LLC * @license Cartalyst PSL * @copyright (c) 2011-2015, Cartalyst LLC diff --git a/tests/CICookieTest.php b/tests/CICookieTest.php index f890ee10..1a22d85f 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.9 + * @version 1.0.10 * @author Cartalyst LLC * @license Cartalyst PSL * @copyright (c) 2011-2015, Cartalyst LLC diff --git a/tests/CISessionTest.php b/tests/CISessionTest.php index a1ee46d4..a487c8f1 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.9 + * @version 1.0.10 * @author Cartalyst LLC * @license Cartalyst PSL * @copyright (c) 2011-2015, Cartalyst LLC diff --git a/tests/CallbackHasherTest.php b/tests/CallbackHasherTest.php index 54b55c83..0c94cd67 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.9 + * @version 1.0.10 * @author Cartalyst LLC * @license Cartalyst PSL * @copyright (c) 2011-2015, Cartalyst LLC diff --git a/tests/CheckpointsTest.php b/tests/CheckpointsTest.php index a7db3c74..c31a61dd 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.9 + * @version 1.0.10 * @author Cartalyst LLC * @license Cartalyst PSL * @copyright (c) 2011-2015, Cartalyst LLC diff --git a/tests/EloquentActivationTest.php b/tests/EloquentActivationTest.php index 6062b6c0..f822a3d3 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.9 + * @version 1.0.10 * @author Cartalyst LLC * @license Cartalyst PSL * @copyright (c) 2011-2015, Cartalyst LLC diff --git a/tests/EloquentPersistenceTest.php b/tests/EloquentPersistenceTest.php index c6b3f649..bcb5b1ef 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.9 + * @version 1.0.10 * @author Cartalyst LLC * @license Cartalyst PSL * @copyright (c) 2011-2015, Cartalyst LLC diff --git a/tests/EloquentReminderTest.php b/tests/EloquentReminderTest.php index 60314f03..1ee4ecd1 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.9 + * @version 1.0.10 * @author Cartalyst LLC * @license Cartalyst PSL * @copyright (c) 2011-2015, Cartalyst LLC diff --git a/tests/EloquentRoleTest.php b/tests/EloquentRoleTest.php index 656dfa51..6918b97f 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.9 + * @version 1.0.10 * @author Cartalyst LLC * @license Cartalyst PSL * @copyright (c) 2011-2015, Cartalyst LLC diff --git a/tests/EloquentUserTest.php b/tests/EloquentUserTest.php index af4952b3..4bc886ce 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.9 + * @version 1.0.10 * @author Cartalyst LLC * @license Cartalyst PSL * @copyright (c) 2011-2015, Cartalyst LLC diff --git a/tests/FuelPHPCookieTest.php b/tests/FuelPHPCookieTest.php index 24de5cf8..447b8bba 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.9 + * @version 1.0.10 * @author Cartalyst LLC * @license Cartalyst PSL * @copyright (c) 2011-2015, Cartalyst LLC diff --git a/tests/FuelPHPSessionTest.php b/tests/FuelPHPSessionTest.php index 3d22fa8b..e2e802b5 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.9 + * @version 1.0.10 * @author Cartalyst LLC * @license Cartalyst PSL * @copyright (c) 2011-2015, Cartalyst LLC diff --git a/tests/IlluminateActivationRepositoryTest.php b/tests/IlluminateActivationRepositoryTest.php index 213a09b8..4f85cc49 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.9 + * @version 1.0.10 * @author Cartalyst LLC * @license Cartalyst PSL * @copyright (c) 2011-2015, Cartalyst LLC diff --git a/tests/IlluminateCookieTest.php b/tests/IlluminateCookieTest.php index 4847a942..b39a3060 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.9 + * @version 1.0.10 * @author Cartalyst LLC * @license Cartalyst PSL * @copyright (c) 2011-2015, Cartalyst LLC diff --git a/tests/IlluminatePersistenceRepositoryTest.php b/tests/IlluminatePersistenceRepositoryTest.php index c141fec9..6bdeb855 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.9 + * @version 1.0.10 * @author Cartalyst LLC * @license Cartalyst PSL * @copyright (c) 2011-2015, Cartalyst LLC diff --git a/tests/IlluminateReminderRepositoryTest.php b/tests/IlluminateReminderRepositoryTest.php index fb998bd3..c871ee49 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.9 + * @version 1.0.10 * @author Cartalyst LLC * @license Cartalyst PSL * @copyright (c) 2011-2015, Cartalyst LLC diff --git a/tests/IlluminateRoleRepositoryTest.php b/tests/IlluminateRoleRepositoryTest.php index 6308eff6..36e09c96 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.9 + * @version 1.0.10 * @author Cartalyst LLC * @license Cartalyst PSL * @copyright (c) 2011-2015, Cartalyst LLC diff --git a/tests/IlluminateSessionTest.php b/tests/IlluminateSessionTest.php index cef50adf..e23fffb9 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.9 + * @version 1.0.10 * @author Cartalyst LLC * @license Cartalyst PSL * @copyright (c) 2011-2015, Cartalyst LLC diff --git a/tests/IlluminateThrottleRepositoryTest.php b/tests/IlluminateThrottleRepositoryTest.php index 49f170a3..92a996b5 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.9 + * @version 1.0.10 * @author Cartalyst LLC * @license Cartalyst PSL * @copyright (c) 2011-2015, Cartalyst LLC diff --git a/tests/IlluminateUserRepositoryTest.php b/tests/IlluminateUserRepositoryTest.php index 7170ac0c..8ed74bcc 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.9 + * @version 1.0.10 * @author Cartalyst LLC * @license Cartalyst PSL * @copyright (c) 2011-2015, Cartalyst LLC diff --git a/tests/NativeCookieTest.php b/tests/NativeCookieTest.php index 53f28f73..9b6b8ef3 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.9 + * @version 1.0.10 * @author Cartalyst LLC * @license Cartalyst PSL * @copyright (c) 2011-2015, Cartalyst LLC diff --git a/tests/NativeHasherTest.php b/tests/NativeHasherTest.php index a4b323e3..0c77d562 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.9 + * @version 1.0.10 * @author Cartalyst LLC * @license Cartalyst PSL * @copyright (c) 2011-2015, Cartalyst LLC diff --git a/tests/NativeSessionTest.php b/tests/NativeSessionTest.php index 9f7e72f4..edc5eea4 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.9 + * @version 1.0.10 * @author Cartalyst LLC * @license Cartalyst PSL * @copyright (c) 2011-2015, Cartalyst LLC diff --git a/tests/PermissibleTraitTest.php b/tests/PermissibleTraitTest.php index 874e0e71..004afc55 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.9 + * @version 1.0.10 * @author Cartalyst LLC * @license Cartalyst PSL * @copyright (c) 2011-2015, Cartalyst LLC diff --git a/tests/PermissionsTraitTest.php b/tests/PermissionsTraitTest.php index 092cd98b..814916e9 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.9 + * @version 1.0.10 * @author Cartalyst LLC * @license Cartalyst PSL * @copyright (c) 2011-2015, Cartalyst LLC diff --git a/tests/SentinelBootstrapperTest.php b/tests/SentinelBootstrapperTest.php index 586fb2d0..b694a5ca 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.9 + * @version 1.0.10 * @author Cartalyst LLC * @license Cartalyst PSL * @copyright (c) 2011-2015, Cartalyst LLC diff --git a/tests/SentinelTest.php b/tests/SentinelTest.php index e41f79e7..1ad13e58 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.9 + * @version 1.0.10 * @author Cartalyst LLC * @license Cartalyst PSL * @copyright (c) 2011-2015, Cartalyst LLC diff --git a/tests/Sha256HasherTest.php b/tests/Sha256HasherTest.php index f3d84cf1..508fddfb 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.9 + * @version 1.0.10 * @author Cartalyst LLC * @license Cartalyst PSL * @copyright (c) 2011-2015, Cartalyst LLC diff --git a/tests/StandardPermissionsTest.php b/tests/StandardPermissionsTest.php index 955f649f..3be7f787 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.9 + * @version 1.0.10 * @author Cartalyst LLC * @license Cartalyst PSL * @copyright (c) 2011-2015, Cartalyst LLC diff --git a/tests/StrictPermissionsTest.php b/tests/StrictPermissionsTest.php index fcecc1db..0965d156 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.9 + * @version 1.0.10 * @author Cartalyst LLC * @license Cartalyst PSL * @copyright (c) 2011-2015, Cartalyst LLC diff --git a/tests/ThrottleCheckpointTest.php b/tests/ThrottleCheckpointTest.php index a47f0940..5a8471d5 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.9 + * @version 1.0.10 * @author Cartalyst LLC * @license Cartalyst PSL * @copyright (c) 2011-2015, Cartalyst LLC diff --git a/tests/WhirlpoolHasherTest.php b/tests/WhirlpoolHasherTest.php index e65457fb..c8267f95 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.9 + * @version 1.0.10 * @author Cartalyst LLC * @license Cartalyst PSL * @copyright (c) 2011-2015, Cartalyst LLC diff --git a/tests/stubs/ci/CI_Input.php b/tests/stubs/ci/CI_Input.php index 18c2eb96..c2b893d1 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.9 + * @version 1.0.10 * @author Cartalyst LLC * @license Cartalyst PSL * @copyright (c) 2011-2015, Cartalyst LLC diff --git a/tests/stubs/ci/CI_Session.php b/tests/stubs/ci/CI_Session.php index b400283f..dc4251d5 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.9 + * @version 1.0.10 * @author Cartalyst LLC * @license Cartalyst PSL * @copyright (c) 2011-2015, Cartalyst LLC diff --git a/tests/stubs/fuelphp/Fuel/Core/Cookie.php b/tests/stubs/fuelphp/Fuel/Core/Cookie.php index 6afa0a68..46e7cadc 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.9 + * @version 1.0.10 * @author Cartalyst LLC * @license Cartalyst PSL * @copyright (c) 2011-2015, Cartalyst LLC diff --git a/tests/stubs/fuelphp/Fuel/Core/Session_Driver.php b/tests/stubs/fuelphp/Fuel/Core/Session_Driver.php index ec8d4b91..b2232d77 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.9 + * @version 1.0.10 * @author Cartalyst LLC * @license Cartalyst PSL * @copyright (c) 2011-2015, Cartalyst LLC