From e4a7c28efb6fde4e46ad18a0b26f8f24e9e57571 Mon Sep 17 00:00:00 2001 From: Bruno Gaspar Date: Tue, 16 Sep 2014 16:32:15 +0100 Subject: [PATCH] Increment version Signed-off-by: Bruno Gaspar --- 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 6dcc2a4c..94d59af0 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.4 + * @version 1.0.5 * @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 0c1878b3..6ecf7790 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.4 + * @version 1.0.5 * @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 eaa2df6a..16f5f0fa 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.4 + * @version 1.0.5 * @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 f95283d8..f680a7c9 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.4 + * @version 1.0.5 * @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 09cdb7e4..a0de65f3 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.4 + * @version 1.0.5 * @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 7f5aa20d..13699080 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.4 + * @version 1.0.5 * @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 11e8403f..50bee80c 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.4 + * @version 1.0.5 * @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 4f13c7e4..9231751d 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.4 + * @version 1.0.5 * @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 22f2f80e..625ee306 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.4 + * @version 1.0.5 * @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 c24504b6..54366f54 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.4 + * @version 1.0.5 * @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 ac5e7ea4..0d3d6fc6 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.4 + * @version 1.0.5 * @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 c19cc282..df22cbeb 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.4 + * @version 1.0.5 * @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 a5e10123..79d0ca82 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.4 + * @version 1.0.5 * @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 e029814e..875fb06e 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.4 + * @version 1.0.5 * @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 e9082c7a..e9530b7f 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.4 + * @version 1.0.5 * @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 f42454bb..bb4c7111 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.4 + * @version 1.0.5 * @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 b605ad7d..70c1900e 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.4 + * @version 1.0.5 * @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 7d97f946..7a0a86cf 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.4 + * @version 1.0.5 * @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 ff7e0808..70918e02 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.4 + * @version 1.0.5 * @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 14155564..b14d5754 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.4 + * @version 1.0.5 * @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 dc8a5769..8272dc39 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.4 + * @version 1.0.5 * @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 c20e1173..9927d7ef 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.4 + * @version 1.0.5 * @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 0307c422..8d125a9a 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.4 + * @version 1.0.5 * @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 807838a7..3fb8df3c 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.4 + * @version 1.0.5 * @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 db3fa64c..d92e275d 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.4 + * @version 1.0.5 * @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 70cec7d3..b5fa13af 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.4 + * @version 1.0.5 * @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 1d7a674d..feb025c8 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.4 + * @version 1.0.5 * @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 bffa7059..e431b175 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.4 + * @version 1.0.5 * @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 c90cce43..de873df1 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.4 + * @version 1.0.5 * @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 85813fc8..efa8fe1d 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.4 + * @version 1.0.5 * @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 baee3ea1..527aaf0a 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.4 + * @version 1.0.5 * @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 13c962ba..0567bf3a 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.4 + * @version 1.0.5 * @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 4aa7b783..cf0ce7bb 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.4 + * @version 1.0.5 * @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 908b3a27..791e1739 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.4 + * @version 1.0.5 * @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 cc34253d..21bc8880 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.4 + * @version 1.0.5 * @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 8f6cc319..4b2e277c 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.4 + * @version 1.0.5 * @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 85a89c5b..c8950777 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.4 + * @version 1.0.5 * @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 0801c239..0f9cb920 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.4 + * @version 1.0.5 * @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 a07400d6..2b29c65d 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.4 + * @version 1.0.5 * @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 ac139d5a..16e1c8ef 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.4 + * @version 1.0.5 * @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 bf76e456..334dd810 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.4 + * @version 1.0.5 * @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 e56a5891..796655b6 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.4 + * @version 1.0.5 * @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 1b3b0467..bf07461a 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.4 + * @version 1.0.5 * @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 2787a92a..81f41b1b 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.4 + * @version 1.0.5 * @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 33707c7c..2603ac4c 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.4 + * @version 1.0.5 * @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 89340244..6e297ea9 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.4 + * @version 1.0.5 * @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 a048c794..ff599de5 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.4 + * @version 1.0.5 * @author Cartalyst LLC * @license Cartalyst PSL * @copyright (c) 2011-2014, Cartalyst LLC diff --git a/src/Sentinel.php b/src/Sentinel.php index 4a416912..75503513 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.4 + * @version 1.0.5 * @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 7567d738..dde168ed 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.4 + * @version 1.0.5 * @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 193eef35..84db8946 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.4 + * @version 1.0.5 * @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 dab75955..714863cd 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.4 + * @version 1.0.5 * @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 f4ee8343..2c9d660d 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.4 + * @version 1.0.5 * @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 f0d29b25..4142f01a 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.4 + * @version 1.0.5 * @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 f8328904..70830a62 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.4 + * @version 1.0.5 * @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 1453fd6c..c9583d1d 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.4 + * @version 1.0.5 * @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 a7acba45..d40cf0fa 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.4 + * @version 1.0.5 * @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 999724d0..66d3c6f1 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.4 + * @version 1.0.5 * @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 30daef32..25286614 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.4 + * @version 1.0.5 * @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 81d0df51..34a04fa4 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.4 + * @version 1.0.5 * @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 98d18234..0d22d8f8 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.4 + * @version 1.0.5 * @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 172ecbdc..2733b8e8 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.4 + * @version 1.0.5 * @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 1c550c68..a94357dd 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.4 + * @version 1.0.5 * @author Cartalyst LLC * @license Cartalyst PSL * @copyright (c) 2011-2014, Cartalyst LLC diff --git a/tests/ActivationCheckpointTest.php b/tests/ActivationCheckpointTest.php index 76371c44..cc0f57b8 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.4 + * @version 1.0.5 * @author Cartalyst LLC * @license Cartalyst PSL * @copyright (c) 2011-2014, Cartalyst LLC diff --git a/tests/BcryptHasherTest.php b/tests/BcryptHasherTest.php index 008bab80..fc2fb7a6 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.4 + * @version 1.0.5 * @author Cartalyst LLC * @license Cartalyst PSL * @copyright (c) 2011-2014, Cartalyst LLC diff --git a/tests/CICookieTest.php b/tests/CICookieTest.php index 8ae95cf1..2ee94287 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.4 + * @version 1.0.5 * @author Cartalyst LLC * @license Cartalyst PSL * @copyright (c) 2011-2014, Cartalyst LLC diff --git a/tests/CISessionTest.php b/tests/CISessionTest.php index ac615002..c6b28546 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.4 + * @version 1.0.5 * @author Cartalyst LLC * @license Cartalyst PSL * @copyright (c) 2011-2014, Cartalyst LLC diff --git a/tests/CallbackHasherTest.php b/tests/CallbackHasherTest.php index 291fb9ed..70ef29aa 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.4 + * @version 1.0.5 * @author Cartalyst LLC * @license Cartalyst PSL * @copyright (c) 2011-2014, Cartalyst LLC diff --git a/tests/CheckpointsTest.php b/tests/CheckpointsTest.php index 60b39826..d167f8b7 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.4 + * @version 1.0.5 * @author Cartalyst LLC * @license Cartalyst PSL * @copyright (c) 2011-2014, Cartalyst LLC diff --git a/tests/EloquentActivationTest.php b/tests/EloquentActivationTest.php index 82032f35..badf9da5 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.4 + * @version 1.0.5 * @author Cartalyst LLC * @license Cartalyst PSL * @copyright (c) 2011-2014, Cartalyst LLC diff --git a/tests/EloquentPersistenceTest.php b/tests/EloquentPersistenceTest.php index 3190e524..afc2a0ea 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.4 + * @version 1.0.5 * @author Cartalyst LLC * @license Cartalyst PSL * @copyright (c) 2011-2014, Cartalyst LLC diff --git a/tests/EloquentReminderTest.php b/tests/EloquentReminderTest.php index 6b340177..dbbd4a0d 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.4 + * @version 1.0.5 * @author Cartalyst LLC * @license Cartalyst PSL * @copyright (c) 2011-2014, Cartalyst LLC diff --git a/tests/EloquentRoleTest.php b/tests/EloquentRoleTest.php index c880d64c..3ad0cf53 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.4 + * @version 1.0.5 * @author Cartalyst LLC * @license Cartalyst PSL * @copyright (c) 2011-2014, Cartalyst LLC diff --git a/tests/EloquentUserTest.php b/tests/EloquentUserTest.php index 1ddfe5a0..e5ad94fb 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.4 + * @version 1.0.5 * @author Cartalyst LLC * @license Cartalyst PSL * @copyright (c) 2011-2014, Cartalyst LLC diff --git a/tests/FuelPHPCookieTest.php b/tests/FuelPHPCookieTest.php index b378696b..e85df3e3 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.4 + * @version 1.0.5 * @author Cartalyst LLC * @license Cartalyst PSL * @copyright (c) 2011-2014, Cartalyst LLC diff --git a/tests/FuelPHPSessionTest.php b/tests/FuelPHPSessionTest.php index 81f82f19..8d1a4b69 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.4 + * @version 1.0.5 * @author Cartalyst LLC * @license Cartalyst PSL * @copyright (c) 2011-2014, Cartalyst LLC diff --git a/tests/IlluminateActivationRepositoryTest.php b/tests/IlluminateActivationRepositoryTest.php index 9d3b6a97..cae3bdc0 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.4 + * @version 1.0.5 * @author Cartalyst LLC * @license Cartalyst PSL * @copyright (c) 2011-2014, Cartalyst LLC diff --git a/tests/IlluminateCookieTest.php b/tests/IlluminateCookieTest.php index 5bd35947..f65dc078 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.4 + * @version 1.0.5 * @author Cartalyst LLC * @license Cartalyst PSL * @copyright (c) 2011-2014, Cartalyst LLC diff --git a/tests/IlluminatePersistenceRepositoryTest.php b/tests/IlluminatePersistenceRepositoryTest.php index 5e34bb59..1b50296e 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.4 + * @version 1.0.5 * @author Cartalyst LLC * @license Cartalyst PSL * @copyright (c) 2011-2014, Cartalyst LLC diff --git a/tests/IlluminateReminderRepositoryTest.php b/tests/IlluminateReminderRepositoryTest.php index ac6fa357..a0b03fcc 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.4 + * @version 1.0.5 * @author Cartalyst LLC * @license Cartalyst PSL * @copyright (c) 2011-2014, Cartalyst LLC diff --git a/tests/IlluminateRoleRepositoryTest.php b/tests/IlluminateRoleRepositoryTest.php index 717f46ef..2e08d594 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.4 + * @version 1.0.5 * @author Cartalyst LLC * @license Cartalyst PSL * @copyright (c) 2011-2014, Cartalyst LLC diff --git a/tests/IlluminateSessionTest.php b/tests/IlluminateSessionTest.php index d28e9ce8..ff50f059 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.4 + * @version 1.0.5 * @author Cartalyst LLC * @license Cartalyst PSL * @copyright (c) 2011-2014, Cartalyst LLC diff --git a/tests/IlluminateThrottleRepositoryTest.php b/tests/IlluminateThrottleRepositoryTest.php index 71b03da1..dbd08fbf 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.4 + * @version 1.0.5 * @author Cartalyst LLC * @license Cartalyst PSL * @copyright (c) 2011-2014, Cartalyst LLC diff --git a/tests/IlluminateUserRepositoryTest.php b/tests/IlluminateUserRepositoryTest.php index e6d9d8d7..f157bbce 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.4 + * @version 1.0.5 * @author Cartalyst LLC * @license Cartalyst PSL * @copyright (c) 2011-2014, Cartalyst LLC diff --git a/tests/NativeCookieTest.php b/tests/NativeCookieTest.php index 3f4a1338..fbad6839 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.4 + * @version 1.0.5 * @author Cartalyst LLC * @license Cartalyst PSL * @copyright (c) 2011-2014, Cartalyst LLC diff --git a/tests/NativeHasherTest.php b/tests/NativeHasherTest.php index 74eaf9fd..a5f86560 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.4 + * @version 1.0.5 * @author Cartalyst LLC * @license Cartalyst PSL * @copyright (c) 2011-2014, Cartalyst LLC diff --git a/tests/NativeSessionTest.php b/tests/NativeSessionTest.php index 839ea984..b28440c2 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.4 + * @version 1.0.5 * @author Cartalyst LLC * @license Cartalyst PSL * @copyright (c) 2011-2014, Cartalyst LLC diff --git a/tests/PermissibleTraitTest.php b/tests/PermissibleTraitTest.php index dee84fef..6160853c 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.4 + * @version 1.0.5 * @author Cartalyst LLC * @license Cartalyst PSL * @copyright (c) 2011-2014, Cartalyst LLC diff --git a/tests/PermissionsTraitTest.php b/tests/PermissionsTraitTest.php index 2cd99157..0e8bad64 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.4 + * @version 1.0.5 * @author Cartalyst LLC * @license Cartalyst PSL * @copyright (c) 2011-2014, Cartalyst LLC diff --git a/tests/SentinelBootstrapperTest.php b/tests/SentinelBootstrapperTest.php index fc9336e5..43a60189 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.4 + * @version 1.0.5 * @author Cartalyst LLC * @license Cartalyst PSL * @copyright (c) 2011-2014, Cartalyst LLC diff --git a/tests/SentinelTest.php b/tests/SentinelTest.php index 8738c823..0dde81f5 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.4 + * @version 1.0.5 * @author Cartalyst LLC * @license Cartalyst PSL * @copyright (c) 2011-2014, Cartalyst LLC diff --git a/tests/Sha256HasherTest.php b/tests/Sha256HasherTest.php index 179d606d..5f8bdb45 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.4 + * @version 1.0.5 * @author Cartalyst LLC * @license Cartalyst PSL * @copyright (c) 2011-2014, Cartalyst LLC diff --git a/tests/StandardPermissionsTest.php b/tests/StandardPermissionsTest.php index a70709a7..ef068dd9 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.4 + * @version 1.0.5 * @author Cartalyst LLC * @license Cartalyst PSL * @copyright (c) 2011-2014, Cartalyst LLC diff --git a/tests/StrictPermissionsTest.php b/tests/StrictPermissionsTest.php index 1d31b0a2..79a17dad 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.4 + * @version 1.0.5 * @author Cartalyst LLC * @license Cartalyst PSL * @copyright (c) 2011-2014, Cartalyst LLC diff --git a/tests/ThrottleCheckpointTest.php b/tests/ThrottleCheckpointTest.php index dd6b4847..1b463fcc 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.4 + * @version 1.0.5 * @author Cartalyst LLC * @license Cartalyst PSL * @copyright (c) 2011-2014, Cartalyst LLC diff --git a/tests/WhirlpoolHasherTest.php b/tests/WhirlpoolHasherTest.php index b958cc8c..6727d11e 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.4 + * @version 1.0.5 * @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 6e241278..1dec950b 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.4 + * @version 1.0.5 * @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 2e185cc5..2bace3a4 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.4 + * @version 1.0.5 * @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 cd03d528..76a07b37 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.4 + * @version 1.0.5 * @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 1c5d7ec0..be3d8b87 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.4 + * @version 1.0.5 * @author Cartalyst LLC * @license Cartalyst PSL * @copyright (c) 2011-2014, Cartalyst LLC