Skip to content

Commit

Permalink
chore: Release v3.0.4
Browse files Browse the repository at this point in the history
Signed-off-by: Bruno Gaspar <[email protected]>
  • Loading branch information
brunogaspar committed Feb 7, 2020
1 parent 35d2ca4 commit 112d7d4
Show file tree
Hide file tree
Showing 91 changed files with 96 additions and 90 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

### v3.0.4 - 2020-02-07

`ADDED`

- The `inAnyRole` to be called statically, `Sentinel::inAnyRole($role)`

### v3.0.3 - 2019-09-26

`FIXED`
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 3.0.3
* @version 3.0.4
* @author Cartalyst LLC
* @license BSD License (3-clause)
* @copyright (c) 2011-2020, 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 3.0.3
* @version 3.0.4
* @author Cartalyst LLC
* @license BSD License (3-clause)
* @copyright (c) 2011-2020, 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 3.0.3
* @version 3.0.4
* @author Cartalyst LLC
* @license BSD License (3-clause)
* @copyright (c) 2011-2020, 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 3.0.3
* @version 3.0.4
* @author Cartalyst LLC
* @license BSD License (3-clause)
* @copyright (c) 2011-2020, 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 3.0.3
* @version 3.0.4
* @author Cartalyst LLC
* @license BSD License (3-clause)
* @copyright (c) 2011-2020, 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 3.0.3
* @version 3.0.4
* @author Cartalyst LLC
* @license BSD License (3-clause)
* @copyright (c) 2011-2020, 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 3.0.3
* @version 3.0.4
* @author Cartalyst LLC
* @license BSD License (3-clause)
* @copyright (c) 2011-2020, 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 3.0.3
* @version 3.0.4
* @author Cartalyst LLC
* @license BSD License (3-clause)
* @copyright (c) 2011-2020, 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 3.0.3
* @version 3.0.4
* @author Cartalyst LLC
* @license BSD License (3-clause)
* @copyright (c) 2011-2020, 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 3.0.3
* @version 3.0.4
* @author Cartalyst LLC
* @license BSD License (3-clause)
* @copyright (c) 2011-2020, 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 3.0.3
* @version 3.0.4
* @author Cartalyst LLC
* @license BSD License (3-clause)
* @copyright (c) 2011-2020, 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 3.0.3
* @version 3.0.4
* @author Cartalyst LLC
* @license BSD License (3-clause)
* @copyright (c) 2011-2020, 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 3.0.3
* @version 3.0.4
* @author Cartalyst LLC
* @license BSD License (3-clause)
* @copyright (c) 2011-2020, Cartalyst LLC
Expand Down
2 changes: 1 addition & 1 deletion src/Cookies/NullCookie.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 3.0.3
* @version 3.0.4
* @author Cartalyst LLC
* @license BSD License (3-clause)
* @copyright (c) 2011-2020, 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 3.0.3
* @version 3.0.4
* @author Cartalyst LLC
* @license BSD License (3-clause)
* @copyright (c) 2011-2020, 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 3.0.3
* @version 3.0.4
* @author Cartalyst LLC
* @license BSD License (3-clause)
* @copyright (c) 2011-2020, 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 3.0.3
* @version 3.0.4
* @author Cartalyst LLC
* @license BSD License (3-clause)
* @copyright (c) 2011-2020, 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 3.0.3
* @version 3.0.4
* @author Cartalyst LLC
* @license BSD License (3-clause)
* @copyright (c) 2011-2020, 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 3.0.3
* @version 3.0.4
* @author Cartalyst LLC
* @license BSD License (3-clause)
* @copyright (c) 2011-2020, 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 3.0.3
* @version 3.0.4
* @author Cartalyst LLC
* @license BSD License (3-clause)
* @copyright (c) 2011-2020, 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 3.0.3
* @version 3.0.4
* @author Cartalyst LLC
* @license BSD License (3-clause)
* @copyright (c) 2011-2020, 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 3.0.3
* @version 3.0.4
* @author Cartalyst LLC
* @license BSD License (3-clause)
* @copyright (c) 2011-2020, 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 3.0.3
* @version 3.0.4
* @author Cartalyst LLC
* @license BSD License (3-clause)
* @copyright (c) 2011-2020, 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 3.0.3
* @version 3.0.4
* @author Cartalyst LLC
* @license BSD License (3-clause)
* @copyright (c) 2011-2020, 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 3.0.3
* @version 3.0.4
* @author Cartalyst LLC
* @license BSD License (3-clause)
* @copyright (c) 2011-2020, 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 3.0.3
* @version 3.0.4
* @author Cartalyst LLC
* @license BSD License (3-clause)
* @copyright (c) 2011-2020, 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 3.0.3
* @version 3.0.4
* @author Cartalyst LLC
* @license BSD License (3-clause)
* @copyright (c) 2011-2020, 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 3.0.3
* @version 3.0.4
* @author Cartalyst LLC
* @license BSD License (3-clause)
* @copyright (c) 2011-2020, 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 3.0.3
* @version 3.0.4
* @author Cartalyst LLC
* @license BSD License (3-clause)
* @copyright (c) 2011-2020, 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 3.0.3
* @version 3.0.4
* @author Cartalyst LLC
* @license BSD License (3-clause)
* @copyright (c) 2011-2020, 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 3.0.3
* @version 3.0.4
* @author Cartalyst LLC
* @license BSD License (3-clause)
* @copyright (c) 2011-2020, 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 3.0.3
* @version 3.0.4
* @author Cartalyst LLC
* @license BSD License (3-clause)
* @copyright (c) 2011-2020, 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 3.0.3
* @version 3.0.4
* @author Cartalyst LLC
* @license BSD License (3-clause)
* @copyright (c) 2011-2020, 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 3.0.3
* @version 3.0.4
* @author Cartalyst LLC
* @license BSD License (3-clause)
* @copyright (c) 2011-2020, 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 3.0.3
* @version 3.0.4
* @author Cartalyst LLC
* @license BSD License (3-clause)
* @copyright (c) 2011-2020, 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 3.0.3
* @version 3.0.4
* @author Cartalyst LLC
* @license BSD License (3-clause)
* @copyright (c) 2011-2020, 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 3.0.3
* @version 3.0.4
* @author Cartalyst LLC
* @license BSD License (3-clause)
* @copyright (c) 2011-2020, 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 3.0.3
* @version 3.0.4
* @author Cartalyst LLC
* @license BSD License (3-clause)
* @copyright (c) 2011-2020, 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 3.0.3
* @version 3.0.4
* @author Cartalyst LLC
* @license BSD License (3-clause)
* @copyright (c) 2011-2020, 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 3.0.3
* @version 3.0.4
* @author Cartalyst LLC
* @license BSD License (3-clause)
* @copyright (c) 2011-2020, 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 3.0.3
* @version 3.0.4
* @author Cartalyst LLC
* @license BSD License (3-clause)
* @copyright (c) 2011-2020, 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 @@ -11,7 +11,7 @@
* bundled with this package in the LICENSE file.
*
* @package Sentinel
* @version 3.0.3
* @version 3.0.4
* @author Cartalyst LLC
* @license BSD License (3-clause)
* @copyright (c) 2011-2020, 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 @@ -11,7 +11,7 @@
* bundled with this package in the LICENSE file.
*
* @package Sentinel
* @version 3.0.3
* @version 3.0.4
* @author Cartalyst LLC
* @license BSD License (3-clause)
* @copyright (c) 2011-2020, Cartalyst LLC
Expand Down
Loading

0 comments on commit 112d7d4

Please sign in to comment.