Skip to content

Commit

Permalink
bump version, update readme
Browse files Browse the repository at this point in the history
Signed-off-by: Suhayb Wardany <[email protected]>
  • Loading branch information
suwardany committed Sep 26, 2016
1 parent e3ae39f commit f3d9b09
Show file tree
Hide file tree
Showing 100 changed files with 105 additions and 99 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@ We do not give estimated times for completion on `Accepted` Proposals.

---

### v1.0.16 - 2016-09-26

`ADDED`

- Missing Throttle repository getter/setter.

### v1.0.15 - 2015-11-25

`REVISED`
Expand Down
2 changes: 1 addition & 1 deletion src/Activations/ActivationRepositoryInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* bundled with this package in the LICENSE file.
*
* @package Sentinel
* @version 1.0.15
* @version 1.0.16
* @author Cartalyst LLC
* @license BSD License (3-clause)
* @copyright (c) 2011-2015, Cartalyst LLC
Expand Down
2 changes: 1 addition & 1 deletion src/Activations/EloquentActivation.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* bundled with this package in the LICENSE file.
*
* @package Sentinel
* @version 1.0.15
* @version 1.0.16
* @author Cartalyst LLC
* @license BSD License (3-clause)
* @copyright (c) 2011-2015, Cartalyst LLC
Expand Down
2 changes: 1 addition & 1 deletion src/Activations/IlluminateActivationRepository.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* bundled with this package in the LICENSE file.
*
* @package Sentinel
* @version 1.0.15
* @version 1.0.16
* @author Cartalyst LLC
* @license BSD License (3-clause)
* @copyright (c) 2011-2015, Cartalyst LLC
Expand Down
2 changes: 1 addition & 1 deletion src/Checkpoints/ActivationCheckpoint.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* bundled with this package in the LICENSE file.
*
* @package Sentinel
* @version 1.0.15
* @version 1.0.16
* @author Cartalyst LLC
* @license BSD License (3-clause)
* @copyright (c) 2011-2015, Cartalyst LLC
Expand Down
2 changes: 1 addition & 1 deletion src/Checkpoints/AuthenticatedCheckpoint.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* bundled with this package in the LICENSE file.
*
* @package Sentinel
* @version 1.0.15
* @version 1.0.16
* @author Cartalyst LLC
* @license BSD License (3-clause)
* @copyright (c) 2011-2015, Cartalyst LLC
Expand Down
2 changes: 1 addition & 1 deletion src/Checkpoints/CheckpointInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* bundled with this package in the LICENSE file.
*
* @package Sentinel
* @version 1.0.15
* @version 1.0.16
* @author Cartalyst LLC
* @license BSD License (3-clause)
* @copyright (c) 2011-2015, Cartalyst LLC
Expand Down
2 changes: 1 addition & 1 deletion src/Checkpoints/NotActivatedException.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* bundled with this package in the LICENSE file.
*
* @package Sentinel
* @version 1.0.15
* @version 1.0.16
* @author Cartalyst LLC
* @license BSD License (3-clause)
* @copyright (c) 2011-2015, Cartalyst LLC
Expand Down
2 changes: 1 addition & 1 deletion src/Checkpoints/ThrottleCheckpoint.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* bundled with this package in the LICENSE file.
*
* @package Sentinel
* @version 1.0.15
* @version 1.0.16
* @author Cartalyst LLC
* @license BSD License (3-clause)
* @copyright (c) 2011-2015, Cartalyst LLC
Expand Down
2 changes: 1 addition & 1 deletion src/Checkpoints/ThrottlingException.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* bundled with this package in the LICENSE file.
*
* @package Sentinel
* @version 1.0.15
* @version 1.0.16
* @author Cartalyst LLC
* @license BSD License (3-clause)
* @copyright (c) 2011-2015, Cartalyst LLC
Expand Down
2 changes: 1 addition & 1 deletion src/Cookies/CICookie.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* bundled with this package in the LICENSE file.
*
* @package Sentinel
* @version 1.0.15
* @version 1.0.16
* @author Cartalyst LLC
* @license BSD License (3-clause)
* @copyright (c) 2011-2015, Cartalyst LLC
Expand Down
2 changes: 1 addition & 1 deletion src/Cookies/CookieInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* bundled with this package in the LICENSE file.
*
* @package Sentinel
* @version 1.0.15
* @version 1.0.16
* @author Cartalyst LLC
* @license BSD License (3-clause)
* @copyright (c) 2011-2015, Cartalyst LLC
Expand Down
2 changes: 1 addition & 1 deletion src/Cookies/FuelPHPCookie.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* bundled with this package in the LICENSE file.
*
* @package Sentinel
* @version 1.0.15
* @version 1.0.16
* @author Cartalyst LLC
* @license BSD License (3-clause)
* @copyright (c) 2011-2015, Cartalyst LLC
Expand Down
2 changes: 1 addition & 1 deletion src/Cookies/IlluminateCookie.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* bundled with this package in the LICENSE file.
*
* @package Sentinel
* @version 1.0.15
* @version 1.0.16
* @author Cartalyst LLC
* @license BSD License (3-clause)
* @copyright (c) 2011-2015, Cartalyst LLC
Expand Down
2 changes: 1 addition & 1 deletion src/Cookies/NativeCookie.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* bundled with this package in the LICENSE file.
*
* @package Sentinel
* @version 1.0.15
* @version 1.0.16
* @author Cartalyst LLC
* @license BSD License (3-clause)
* @copyright (c) 2011-2015, Cartalyst LLC
Expand Down
2 changes: 1 addition & 1 deletion src/Hashing/BcryptHasher.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* bundled with this package in the LICENSE file.
*
* @package Sentinel
* @version 1.0.15
* @version 1.0.16
* @author Cartalyst LLC
* @license BSD License (3-clause)
* @copyright (c) 2011-2015, Cartalyst LLC
Expand Down
2 changes: 1 addition & 1 deletion src/Hashing/CallbackHasher.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* bundled with this package in the LICENSE file.
*
* @package Sentinel
* @version 1.0.15
* @version 1.0.16
* @author Cartalyst LLC
* @license BSD License (3-clause)
* @copyright (c) 2011-2015, Cartalyst LLC
Expand Down
2 changes: 1 addition & 1 deletion src/Hashing/Hasher.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* bundled with this package in the LICENSE file.
*
* @package Sentinel
* @version 1.0.15
* @version 1.0.16
* @author Cartalyst LLC
* @license BSD License (3-clause)
* @copyright (c) 2011-2015, Cartalyst LLC
Expand Down
2 changes: 1 addition & 1 deletion src/Hashing/HasherInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* bundled with this package in the LICENSE file.
*
* @package Sentinel
* @version 1.0.15
* @version 1.0.16
* @author Cartalyst LLC
* @license BSD License (3-clause)
* @copyright (c) 2011-2015, Cartalyst LLC
Expand Down
2 changes: 1 addition & 1 deletion src/Hashing/NativeHasher.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* bundled with this package in the LICENSE file.
*
* @package Sentinel
* @version 1.0.15
* @version 1.0.16
* @author Cartalyst LLC
* @license BSD License (3-clause)
* @copyright (c) 2011-2015, Cartalyst LLC
Expand Down
2 changes: 1 addition & 1 deletion src/Hashing/Sha256Hasher.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* bundled with this package in the LICENSE file.
*
* @package Sentinel
* @version 1.0.15
* @version 1.0.16
* @author Cartalyst LLC
* @license BSD License (3-clause)
* @copyright (c) 2011-2015, Cartalyst LLC
Expand Down
2 changes: 1 addition & 1 deletion src/Hashing/WhirlpoolHasher.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* bundled with this package in the LICENSE file.
*
* @package Sentinel
* @version 1.0.15
* @version 1.0.16
* @author Cartalyst LLC
* @license BSD License (3-clause)
* @copyright (c) 2011-2015, Cartalyst LLC
Expand Down
2 changes: 1 addition & 1 deletion src/Laravel/Facades/Activation.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* bundled with this package in the LICENSE file.
*
* @package Sentinel
* @version 1.0.15
* @version 1.0.16
* @author Cartalyst LLC
* @license BSD License (3-clause)
* @copyright (c) 2011-2015, Cartalyst LLC
Expand Down
2 changes: 1 addition & 1 deletion src/Laravel/Facades/Reminder.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* bundled with this package in the LICENSE file.
*
* @package Sentinel
* @version 1.0.15
* @version 1.0.16
* @author Cartalyst LLC
* @license BSD License (3-clause)
* @copyright (c) 2011-2015, Cartalyst LLC
Expand Down
2 changes: 1 addition & 1 deletion src/Laravel/Facades/Sentinel.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* bundled with this package in the LICENSE file.
*
* @package Sentinel
* @version 1.0.15
* @version 1.0.16
* @author Cartalyst LLC
* @license BSD License (3-clause)
* @copyright (c) 2011-2015, Cartalyst LLC
Expand Down
2 changes: 1 addition & 1 deletion src/Laravel/SentinelServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* bundled with this package in the LICENSE file.
*
* @package Sentinel
* @version 1.0.15
* @version 1.0.16
* @author Cartalyst LLC
* @license BSD License (3-clause)
* @copyright (c) 2011-2015, Cartalyst LLC
Expand Down
2 changes: 1 addition & 1 deletion src/Native/ConfigRepository.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* bundled with this package in the LICENSE file.
*
* @package Sentinel
* @version 1.0.15
* @version 1.0.16
* @author Cartalyst LLC
* @license BSD License (3-clause)
* @copyright (c) 2011-2015, Cartalyst LLC
Expand Down
2 changes: 1 addition & 1 deletion src/Native/Facades/Sentinel.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* bundled with this package in the LICENSE file.
*
* @package Sentinel
* @version 1.0.15
* @version 1.0.16
* @author Cartalyst LLC
* @license BSD License (3-clause)
* @copyright (c) 2011-2015, Cartalyst LLC
Expand Down
2 changes: 1 addition & 1 deletion src/Native/SentinelBootstrapper.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* bundled with this package in the LICENSE file.
*
* @package Sentinel
* @version 1.0.15
* @version 1.0.16
* @author Cartalyst LLC
* @license BSD License (3-clause)
* @copyright (c) 2011-2015, Cartalyst LLC
Expand Down
2 changes: 1 addition & 1 deletion src/Permissions/PermissibleInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* bundled with this package in the LICENSE file.
*
* @package Sentinel
* @version 1.0.15
* @version 1.0.16
* @author Cartalyst LLC
* @license BSD License (3-clause)
* @copyright (c) 2011-2015, Cartalyst LLC
Expand Down
2 changes: 1 addition & 1 deletion src/Permissions/PermissibleTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* bundled with this package in the LICENSE file.
*
* @package Sentinel
* @version 1.0.15
* @version 1.0.16
* @author Cartalyst LLC
* @license BSD License (3-clause)
* @copyright (c) 2011-2015, Cartalyst LLC
Expand Down
2 changes: 1 addition & 1 deletion src/Permissions/PermissionsInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* bundled with this package in the LICENSE file.
*
* @package Sentinel
* @version 1.0.15
* @version 1.0.16
* @author Cartalyst LLC
* @license BSD License (3-clause)
* @copyright (c) 2011-2015, Cartalyst LLC
Expand Down
2 changes: 1 addition & 1 deletion src/Permissions/PermissionsTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* bundled with this package in the LICENSE file.
*
* @package Sentinel
* @version 1.0.15
* @version 1.0.16
* @author Cartalyst LLC
* @license BSD License (3-clause)
* @copyright (c) 2011-2015, Cartalyst LLC
Expand Down
2 changes: 1 addition & 1 deletion src/Permissions/StandardPermissions.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* bundled with this package in the LICENSE file.
*
* @package Sentinel
* @version 1.0.15
* @version 1.0.16
* @author Cartalyst LLC
* @license BSD License (3-clause)
* @copyright (c) 2011-2015, Cartalyst LLC
Expand Down
2 changes: 1 addition & 1 deletion src/Permissions/StrictPermissions.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* bundled with this package in the LICENSE file.
*
* @package Sentinel
* @version 1.0.15
* @version 1.0.16
* @author Cartalyst LLC
* @license BSD License (3-clause)
* @copyright (c) 2011-2015, Cartalyst LLC
Expand Down
2 changes: 1 addition & 1 deletion src/Persistences/EloquentPersistence.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* bundled with this package in the LICENSE file.
*
* @package Sentinel
* @version 1.0.15
* @version 1.0.16
* @author Cartalyst LLC
* @license BSD License (3-clause)
* @copyright (c) 2011-2015, Cartalyst LLC
Expand Down
2 changes: 1 addition & 1 deletion src/Persistences/IlluminatePersistenceRepository.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* bundled with this package in the LICENSE file.
*
* @package Sentinel
* @version 1.0.15
* @version 1.0.16
* @author Cartalyst LLC
* @license BSD License (3-clause)
* @copyright (c) 2011-2015, Cartalyst LLC
Expand Down
2 changes: 1 addition & 1 deletion src/Persistences/PersistableInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* bundled with this package in the LICENSE file.
*
* @package Sentinel
* @version 1.0.15
* @version 1.0.16
* @author Cartalyst LLC
* @license BSD License (3-clause)
* @copyright (c) 2011-2015, Cartalyst LLC
Expand Down
2 changes: 1 addition & 1 deletion src/Persistences/PersistenceInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* bundled with this package in the LICENSE file.
*
* @package Sentinel
* @version 1.0.15
* @version 1.0.16
* @author Cartalyst LLC
* @license BSD License (3-clause)
* @copyright (c) 2011-2015, Cartalyst LLC
Expand Down
2 changes: 1 addition & 1 deletion src/Persistences/PersistenceRepositoryInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* bundled with this package in the LICENSE file.
*
* @package Sentinel
* @version 1.0.15
* @version 1.0.16
* @author Cartalyst LLC
* @license BSD License (3-clause)
* @copyright (c) 2011-2015, Cartalyst LLC
Expand Down
2 changes: 1 addition & 1 deletion src/Reminders/EloquentReminder.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* bundled with this package in the LICENSE file.
*
* @package Sentinel
* @version 1.0.15
* @version 1.0.16
* @author Cartalyst LLC
* @license BSD License (3-clause)
* @copyright (c) 2011-2015, Cartalyst LLC
Expand Down
2 changes: 1 addition & 1 deletion src/Reminders/IlluminateReminderRepository.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* bundled with this package in the LICENSE file.
*
* @package Sentinel
* @version 1.0.15
* @version 1.0.16
* @author Cartalyst LLC
* @license BSD License (3-clause)
* @copyright (c) 2011-2015, Cartalyst LLC
Expand Down
2 changes: 1 addition & 1 deletion src/Reminders/ReminderRepositoryInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* bundled with this package in the LICENSE file.
*
* @package Sentinel
* @version 1.0.15
* @version 1.0.16
* @author Cartalyst LLC
* @license BSD License (3-clause)
* @copyright (c) 2011-2015, Cartalyst LLC
Expand Down
2 changes: 1 addition & 1 deletion src/Roles/EloquentRole.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* bundled with this package in the LICENSE file.
*
* @package Sentinel
* @version 1.0.15
* @version 1.0.16
* @author Cartalyst LLC
* @license BSD License (3-clause)
* @copyright (c) 2011-2015, Cartalyst LLC
Expand Down
Loading

0 comments on commit f3d9b09

Please sign in to comment.