Skip to content

Commit

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

---

### v2.0.9 - 2016-02-11

`FIXED`

- Bypassing specific checkpoints.

`ADDED`

- A new database schema file for MySQL 5.6+.

### v2.0.8 - 2015-11-25

`REVISED`
Expand Down
2 changes: 1 addition & 1 deletion src/Activations/ActivationInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* bundled with this package in the LICENSE file.
*
* @package Sentinel
* @version 2.0.8
* @version 2.0.9
* @author Cartalyst LLC
* @license BSD License (3-clause)
* @copyright (c) 2011-2015, Cartalyst LLC
Expand Down
2 changes: 1 addition & 1 deletion src/Activations/ActivationRepositoryInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* bundled with this package in the LICENSE file.
*
* @package Sentinel
* @version 2.0.8
* @version 2.0.9
* @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 @@ -11,7 +11,7 @@
* bundled with this package in the LICENSE file.
*
* @package Sentinel
* @version 2.0.8
* @version 2.0.9
* @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 @@ -11,7 +11,7 @@
* bundled with this package in the LICENSE file.
*
* @package Sentinel
* @version 2.0.8
* @version 2.0.9
* @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 @@ -11,7 +11,7 @@
* bundled with this package in the LICENSE file.
*
* @package Sentinel
* @version 2.0.8
* @version 2.0.9
* @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 @@ -11,7 +11,7 @@
* bundled with this package in the LICENSE file.
*
* @package Sentinel
* @version 2.0.8
* @version 2.0.9
* @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 @@ -11,7 +11,7 @@
* bundled with this package in the LICENSE file.
*
* @package Sentinel
* @version 2.0.8
* @version 2.0.9
* @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 @@ -11,7 +11,7 @@
* bundled with this package in the LICENSE file.
*
* @package Sentinel
* @version 2.0.8
* @version 2.0.9
* @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 @@ -11,7 +11,7 @@
* bundled with this package in the LICENSE file.
*
* @package Sentinel
* @version 2.0.8
* @version 2.0.9
* @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 @@ -11,7 +11,7 @@
* bundled with this package in the LICENSE file.
*
* @package Sentinel
* @version 2.0.8
* @version 2.0.9
* @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 @@ -11,7 +11,7 @@
* bundled with this package in the LICENSE file.
*
* @package Sentinel
* @version 2.0.8
* @version 2.0.9
* @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 @@ -11,7 +11,7 @@
* bundled with this package in the LICENSE file.
*
* @package Sentinel
* @version 2.0.8
* @version 2.0.9
* @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 @@ -11,7 +11,7 @@
* bundled with this package in the LICENSE file.
*
* @package Sentinel
* @version 2.0.8
* @version 2.0.9
* @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 @@ -11,7 +11,7 @@
* bundled with this package in the LICENSE file.
*
* @package Sentinel
* @version 2.0.8
* @version 2.0.9
* @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 @@ -11,7 +11,7 @@
* bundled with this package in the LICENSE file.
*
* @package Sentinel
* @version 2.0.8
* @version 2.0.9
* @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 @@ -11,7 +11,7 @@
* bundled with this package in the LICENSE file.
*
* @package Sentinel
* @version 2.0.8
* @version 2.0.9
* @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 @@ -11,7 +11,7 @@
* bundled with this package in the LICENSE file.
*
* @package Sentinel
* @version 2.0.8
* @version 2.0.9
* @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 @@ -11,7 +11,7 @@
* bundled with this package in the LICENSE file.
*
* @package Sentinel
* @version 2.0.8
* @version 2.0.9
* @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 @@ -11,7 +11,7 @@
* bundled with this package in the LICENSE file.
*
* @package Sentinel
* @version 2.0.8
* @version 2.0.9
* @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 @@ -11,7 +11,7 @@
* bundled with this package in the LICENSE file.
*
* @package Sentinel
* @version 2.0.8
* @version 2.0.9
* @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 @@ -11,7 +11,7 @@
* bundled with this package in the LICENSE file.
*
* @package Sentinel
* @version 2.0.8
* @version 2.0.9
* @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 @@ -11,7 +11,7 @@
* bundled with this package in the LICENSE file.
*
* @package Sentinel
* @version 2.0.8
* @version 2.0.9
* @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 @@ -11,7 +11,7 @@
* bundled with this package in the LICENSE file.
*
* @package Sentinel
* @version 2.0.8
* @version 2.0.9
* @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 @@ -11,7 +11,7 @@
* bundled with this package in the LICENSE file.
*
* @package Sentinel
* @version 2.0.8
* @version 2.0.9
* @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 @@ -11,7 +11,7 @@
* bundled with this package in the LICENSE file.
*
* @package Sentinel
* @version 2.0.8
* @version 2.0.9
* @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 @@ -11,7 +11,7 @@
* bundled with this package in the LICENSE file.
*
* @package Sentinel
* @version 2.0.8
* @version 2.0.9
* @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 @@ -11,7 +11,7 @@
* bundled with this package in the LICENSE file.
*
* @package Sentinel
* @version 2.0.8
* @version 2.0.9
* @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 @@ -11,7 +11,7 @@
* bundled with this package in the LICENSE file.
*
* @package Sentinel
* @version 2.0.8
* @version 2.0.9
* @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 @@ -11,7 +11,7 @@
* bundled with this package in the LICENSE file.
*
* @package Sentinel
* @version 2.0.8
* @version 2.0.9
* @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 @@ -11,7 +11,7 @@
* bundled with this package in the LICENSE file.
*
* @package Sentinel
* @version 2.0.8
* @version 2.0.9
* @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 @@ -11,7 +11,7 @@
* bundled with this package in the LICENSE file.
*
* @package Sentinel
* @version 2.0.8
* @version 2.0.9
* @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 @@ -11,7 +11,7 @@
* bundled with this package in the LICENSE file.
*
* @package Sentinel
* @version 2.0.8
* @version 2.0.9
* @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 @@ -11,7 +11,7 @@
* bundled with this package in the LICENSE file.
*
* @package Sentinel
* @version 2.0.8
* @version 2.0.9
* @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 @@ -11,7 +11,7 @@
* bundled with this package in the LICENSE file.
*
* @package Sentinel
* @version 2.0.8
* @version 2.0.9
* @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 @@ -11,7 +11,7 @@
* bundled with this package in the LICENSE file.
*
* @package Sentinel
* @version 2.0.8
* @version 2.0.9
* @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 @@ -11,7 +11,7 @@
* bundled with this package in the LICENSE file.
*
* @package Sentinel
* @version 2.0.8
* @version 2.0.9
* @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 @@ -11,7 +11,7 @@
* bundled with this package in the LICENSE file.
*
* @package Sentinel
* @version 2.0.8
* @version 2.0.9
* @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 @@ -11,7 +11,7 @@
* bundled with this package in the LICENSE file.
*
* @package Sentinel
* @version 2.0.8
* @version 2.0.9
* @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 @@ -11,7 +11,7 @@
* bundled with this package in the LICENSE file.
*
* @package Sentinel
* @version 2.0.8
* @version 2.0.9
* @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 @@ -11,7 +11,7 @@
* bundled with this package in the LICENSE file.
*
* @package Sentinel
* @version 2.0.8
* @version 2.0.9
* @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 @@ -11,7 +11,7 @@
* bundled with this package in the LICENSE file.
*
* @package Sentinel
* @version 2.0.8
* @version 2.0.9
* @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 @@ -11,7 +11,7 @@
* bundled with this package in the LICENSE file.
*
* @package Sentinel
* @version 2.0.8
* @version 2.0.9
* @author Cartalyst LLC
* @license BSD License (3-clause)
* @copyright (c) 2011-2015, Cartalyst LLC
Expand Down
Loading

0 comments on commit a4921f9

Please sign in to comment.