Skip to content

Commit

Permalink
chore: Version 8.0 release
Browse files Browse the repository at this point in the history
Signed-off-by: Bruno Gaspar <brunofgaspar1@gmail.com>
  • Loading branch information
brunogaspar committed Mar 2, 2019
1 parent 690e84e commit 9b441eb
Show file tree
Hide file tree
Showing 15 changed files with 28 additions and 29 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ We do not give estimated times for completion on `Accepted` Proposals.

---

### v8.0.0 - TBA
### v8.0.0 - 2019-03-02

`ADDED`

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-2018, Cartalyst LLC
Copyright (c) 2011-2019, 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
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

A Tagging package that easily allows you to add tags to your Eloquent models.

The package requires PHP 7.0+ and follows the FIG standards PSR-1, PSR-2 and PSR-4 to ensure a high level of interoperability between shared PHP.
The package requires PHP 7.1.3+ and follows the FIG standards PSR-1, PSR-2 and PSR-4 to ensure a high level of interoperability between shared PHP.

An open source package by [Cartalyst](https://cartalyst.com), code well, rock on!

Expand Down Expand Up @@ -32,7 +32,7 @@ Raw files can be found [here](https://github.com/cartalyst/tags/tree/docs/8.0).

Important versions listed below. Refer to the [Change Log](CHANGELOG.md) for a full history of the project.

- [8.0](CHANGELOG.md) - TBA
- [8.0](CHANGELOG.md) - 2019-03-02
- [7.0](CHANGELOG.md) - 2018-10-03
- [6.0](CHANGELOG.md) - 2018-02-07
- [5.0](CHANGELOG.md) - 2017-08-30
Expand Down Expand Up @@ -61,4 +61,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-2018 Cartalyst LLC, All rights reserved.
© 2011-2019 Cartalyst LLC, All rights reserved.
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,5 @@
]
}
},
"minimum-stability": "dev",
"prefer-stable": true
"minimum-stability": "stable"
}
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 Tags
* @version 7.0.0
* @version 8.0.0
* @author Cartalyst LLC
* @license BSD License (3-clause)
* @copyright (c) 2011-2018, Cartalyst LLC
* @copyright (c) 2011-2019, Cartalyst LLC
* @link http://cartalyst.com
*/

Expand Down
4 changes: 2 additions & 2 deletions src/IlluminateTag.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 Tags
* @version 7.0.0
* @version 8.0.0
* @author Cartalyst LLC
* @license BSD License (3-clause)
* @copyright (c) 2011-2018, Cartalyst LLC
* @copyright (c) 2011-2019, Cartalyst LLC
* @link http://cartalyst.com
*/

Expand Down
4 changes: 2 additions & 2 deletions src/IlluminateTagged.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 Tags
* @version 7.0.0
* @version 8.0.0
* @author Cartalyst LLC
* @license BSD License (3-clause)
* @copyright (c) 2011-2018, Cartalyst LLC
* @copyright (c) 2011-2019, Cartalyst LLC
* @link http://cartalyst.com
*/

Expand Down
4 changes: 2 additions & 2 deletions src/TaggableInterface.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 Tags
* @version 7.0.0
* @version 8.0.0
* @author Cartalyst LLC
* @license BSD License (3-clause)
* @copyright (c) 2011-2018, Cartalyst LLC
* @copyright (c) 2011-2019, Cartalyst LLC
* @link http://cartalyst.com
*/

Expand Down
4 changes: 2 additions & 2 deletions src/TaggableTrait.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 Tags
* @version 7.0.0
* @version 8.0.0
* @author Cartalyst LLC
* @license BSD License (3-clause)
* @copyright (c) 2011-2018, Cartalyst LLC
* @copyright (c) 2011-2019, Cartalyst LLC
* @link http://cartalyst.com
*/

Expand Down
4 changes: 2 additions & 2 deletions src/TagsServiceProvider.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 Tags
* @version 7.0.0
* @version 8.0.0
* @author Cartalyst LLC
* @license BSD License (3-clause)
* @copyright (c) 2011-2018, Cartalyst LLC
* @copyright (c) 2011-2019, Cartalyst LLC
* @link http://cartalyst.com
*/

Expand Down
4 changes: 2 additions & 2 deletions tests/FunctionalTestCase.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 Tags
* @version 7.0.0
* @version 8.0.0
* @author Cartalyst LLC
* @license BSD License (3-clause)
* @copyright (c) 2011-2018, Cartalyst LLC
* @copyright (c) 2011-2019, Cartalyst LLC
* @link http://cartalyst.com
*/

Expand Down
4 changes: 2 additions & 2 deletions tests/IlluminateTagTest.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 Tags
* @version 7.0.0
* @version 8.0.0
* @author Cartalyst LLC
* @license BSD License (3-clause)
* @copyright (c) 2011-2018, Cartalyst LLC
* @copyright (c) 2011-2019, Cartalyst LLC
* @link http://cartalyst.com
*/

Expand Down
4 changes: 2 additions & 2 deletions tests/Stubs/Post.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 Tags
* @version 7.0.0
* @version 8.0.0
* @author Cartalyst LLC
* @license BSD License (3-clause)
* @copyright (c) 2011-2018, Cartalyst LLC
* @copyright (c) 2011-2019, Cartalyst LLC
* @link http://cartalyst.com
*/

Expand Down
4 changes: 2 additions & 2 deletions tests/Stubs/Post2.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 Tags
* @version 7.0.0
* @version 8.0.0
* @author Cartalyst LLC
* @license BSD License (3-clause)
* @copyright (c) 2011-2018, Cartalyst LLC
* @copyright (c) 2011-2019, Cartalyst LLC
* @link http://cartalyst.com
*/

Expand Down
4 changes: 2 additions & 2 deletions tests/TaggableTraitTest.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 Tags
* @version 7.0.0
* @version 8.0.0
* @author Cartalyst LLC
* @license BSD License (3-clause)
* @copyright (c) 2011-2018, Cartalyst LLC
* @copyright (c) 2011-2019, Cartalyst LLC
* @link http://cartalyst.com
*/

Expand Down

0 comments on commit 9b441eb

Please sign in to comment.