Skip to content

Commit

Permalink
bump version, update changelog and copyright headers
Browse files Browse the repository at this point in the history
Signed-off-by: Suhayb Wardany <me@suw.me>
  • Loading branch information
suwardany committed Jan 30, 2017
1 parent 885e954 commit 00639a8
Show file tree
Hide file tree
Showing 21 changed files with 48 additions and 38 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.2 - 2017-01-30

`REVISED`

- Update service provider for Laravel 5.4 support.

`FIXED`

- A bug on FileSessionHandler instantation when using the native bootstrapper.

### v2.0.1 - 2016-02-11

`REVISED`
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
The BSD 3-Clause License
Copyright (c) 2011-2016, Cartalyst LLC
Copyright (c) 2011-2017, Cartalyst LLC
All rights reserved.

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ Bug reports, feature requests, and pull requests can be submitted by following o

This software is released under the [BSD 3-Clause](LICENSE) License.

© 2011-2016 Cartalyst LLC, All rights reserved.
© 2011-2017 Cartalyst LLC, All rights reserved.
4 changes: 2 additions & 2 deletions src/Alerts.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
* bundled with this package in the LICENSE file.
*
* @package Alerts
* @version 2.0.1
* @version 2.0.2
* @author Cartalyst LLC
* @license BSD License (3-clause)
* @copyright (c) 2011-2016, Cartalyst LLC
* @copyright (c) 2011-2017, Cartalyst LLC
* @link http://cartalyst.com
*/

Expand Down
4 changes: 2 additions & 2 deletions src/Laravel/AlertsServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
* bundled with this package in the LICENSE file.
*
* @package Alerts
* @version 2.0.1
* @version 2.0.2
* @author Cartalyst LLC
* @license BSD License (3-clause)
* @copyright (c) 2011-2016, Cartalyst LLC
* @copyright (c) 2011-2017, Cartalyst LLC
* @link http://cartalyst.com
*/

Expand Down
4 changes: 2 additions & 2 deletions src/Laravel/Facades/Alert.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
* bundled with this package in the LICENSE file.
*
* @package Alerts
* @version 2.0.1
* @version 2.0.2
* @author Cartalyst LLC
* @license BSD License (3-clause)
* @copyright (c) 2011-2016, Cartalyst LLC
* @copyright (c) 2011-2017, Cartalyst LLC
* @link http://cartalyst.com
*/

Expand Down
4 changes: 2 additions & 2 deletions src/Message.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
* bundled with this package in the LICENSE file.
*
* @package Alerts
* @version 2.0.1
* @version 2.0.2
* @author Cartalyst LLC
* @license BSD License (3-clause)
* @copyright (c) 2011-2016, Cartalyst LLC
* @copyright (c) 2011-2017, Cartalyst LLC
* @link http://cartalyst.com
*/

Expand Down
4 changes: 2 additions & 2 deletions src/Native/AlertsBootstrapper.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
* bundled with this package in the LICENSE file.
*
* @package Alerts
* @version 2.0.1
* @version 2.0.2
* @author Cartalyst LLC
* @license BSD License (3-clause)
* @copyright (c) 2011-2016, Cartalyst LLC
* @copyright (c) 2011-2017, Cartalyst LLC
* @link http://cartalyst.com
*/

Expand Down
4 changes: 2 additions & 2 deletions src/Native/Facades/Alert.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
* bundled with this package in the LICENSE file.
*
* @package Alerts
* @version 2.0.1
* @version 2.0.2
* @author Cartalyst LLC
* @license BSD License (3-clause)
* @copyright (c) 2011-2016, Cartalyst LLC
* @copyright (c) 2011-2017, Cartalyst LLC
* @link http://cartalyst.com
*/

Expand Down
4 changes: 2 additions & 2 deletions src/Notifiers/FlashNotifier.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
* bundled with this package in the LICENSE file.
*
* @package Alerts
* @version 2.0.1
* @version 2.0.2
* @author Cartalyst LLC
* @license BSD License (3-clause)
* @copyright (c) 2011-2016, Cartalyst LLC
* @copyright (c) 2011-2017, Cartalyst LLC
* @link http://cartalyst.com
*/

Expand Down
4 changes: 2 additions & 2 deletions src/Notifiers/Notifier.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
* bundled with this package in the LICENSE file.
*
* @package Alerts
* @version 2.0.1
* @version 2.0.2
* @author Cartalyst LLC
* @license BSD License (3-clause)
* @copyright (c) 2011-2016, Cartalyst LLC
* @copyright (c) 2011-2017, Cartalyst LLC
* @link http://cartalyst.com
*/

Expand Down
4 changes: 2 additions & 2 deletions src/Notifiers/NotifierInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
* bundled with this package in the LICENSE file.
*
* @package Alerts
* @version 2.0.1
* @version 2.0.2
* @author Cartalyst LLC
* @license BSD License (3-clause)
* @copyright (c) 2011-2016, Cartalyst LLC
* @copyright (c) 2011-2017, Cartalyst LLC
* @link http://cartalyst.com
*/

Expand Down
4 changes: 2 additions & 2 deletions src/Storage/IlluminateSession.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
* bundled with this package in the LICENSE file.
*
* @package Alerts
* @version 2.0.1
* @version 2.0.2
* @author Cartalyst LLC
* @license BSD License (3-clause)
* @copyright (c) 2011-2016, Cartalyst LLC
* @copyright (c) 2011-2017, Cartalyst LLC
* @link http://cartalyst.com
*/

Expand Down
4 changes: 2 additions & 2 deletions src/Storage/NativeSession.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
* bundled with this package in the LICENSE file.
*
* @package Alerts
* @version 2.0.1
* @version 2.0.2
* @author Cartalyst LLC
* @license BSD License (3-clause)
* @copyright (c) 2011-2016, Cartalyst LLC
* @copyright (c) 2011-2017, Cartalyst LLC
* @link http://cartalyst.com
*/

Expand Down
4 changes: 2 additions & 2 deletions src/Storage/StorageInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
* bundled with this package in the LICENSE file.
*
* @package Alerts
* @version 2.0.1
* @version 2.0.2
* @author Cartalyst LLC
* @license BSD License (3-clause)
* @copyright (c) 2011-2016, Cartalyst LLC
* @copyright (c) 2011-2017, Cartalyst LLC
* @link http://cartalyst.com
*/

Expand Down
4 changes: 2 additions & 2 deletions src/config/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
* bundled with this package in the LICENSE file.
*
* @package Alerts
* @version 2.0.1
* @version 2.0.2
* @author Cartalyst LLC
* @license BSD License (3-clause)
* @copyright (c) 2011-2016, Cartalyst LLC
* @copyright (c) 2011-2017, Cartalyst LLC
* @link http://cartalyst.com
*/

Expand Down
4 changes: 2 additions & 2 deletions tests/AlertsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
* bundled with this package in the LICENSE file.
*
* @package Alerts
* @version 2.0.1
* @version 2.0.2
* @author Cartalyst LLC
* @license BSD License (3-clause)
* @copyright (c) 2011-2016, Cartalyst LLC
* @copyright (c) 2011-2017, Cartalyst LLC
* @link http://cartalyst.com
*/

Expand Down
4 changes: 2 additions & 2 deletions tests/FlashNotifierTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
* bundled with this package in the LICENSE file.
*
* @package Alerts
* @version 2.0.1
* @version 2.0.2
* @author Cartalyst LLC
* @license BSD License (3-clause)
* @copyright (c) 2011-2016, Cartalyst LLC
* @copyright (c) 2011-2017, Cartalyst LLC
* @link http://cartalyst.com
*/

Expand Down
4 changes: 2 additions & 2 deletions tests/MessageTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
* bundled with this package in the LICENSE file.
*
* @package Alerts
* @version 2.0.1
* @version 2.0.2
* @author Cartalyst LLC
* @license BSD License (3-clause)
* @copyright (c) 2011-2016, Cartalyst LLC
* @copyright (c) 2011-2017, Cartalyst LLC
* @link http://cartalyst.com
*/

Expand Down
4 changes: 2 additions & 2 deletions tests/NativeAlertsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
* bundled with this package in the LICENSE file.
*
* @package Alerts
* @version 2.0.1
* @version 2.0.2
* @author Cartalyst LLC
* @license BSD License (3-clause)
* @copyright (c) 2011-2016, Cartalyst LLC
* @copyright (c) 2011-2017, Cartalyst LLC
* @link http://cartalyst.com
*/

Expand Down
4 changes: 2 additions & 2 deletions tests/NotifierTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
* bundled with this package in the LICENSE file.
*
* @package Alerts
* @version 2.0.1
* @version 2.0.2
* @author Cartalyst LLC
* @license BSD License (3-clause)
* @copyright (c) 2011-2016, Cartalyst LLC
* @copyright (c) 2011-2017, Cartalyst LLC
* @link http://cartalyst.com
*/

Expand Down

0 comments on commit 00639a8

Please sign in to comment.