Skip to content

Commit 96e5dbe

Browse files
committed
bump version, update changelog and copyright headers
Signed-off-by: Suhayb Wardany <me@suw.me>
1 parent 3c9b515 commit 96e5dbe

11 files changed

+26
-20
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@ We do not give estimated times for completion on `Accepted` Proposals.
1111

1212
---
1313

14+
### v1.1.2 - 2017-01-30
15+
16+
`REVISED`
17+
18+
- Updated service provider for laravel 5.4.
19+
1420
### v1.1.1 - 2014-12-10
1521

1622
`REVISED`

src/Content/Content.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
* bundled with this package in the LICENSE file.
1111
*
1212
* @package Interpret
13-
* @version 1.1.1
13+
* @version 1.1.2
1414
* @author Cartalyst LLC
1515
* @license BSD-3-Clause
16-
* @copyright (c) 2011-2014, Cartalyst LLC
16+
* @copyright (c) 2011-2017, Cartalyst LLC
1717
* @link http://cartalyst.com
1818
*/
1919

src/Content/ContentInterface.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
* bundled with this package in the LICENSE file.
1111
*
1212
* @package Interpret
13-
* @version 1.1.1
13+
* @version 1.1.2
1414
* @author Cartalyst LLC
1515
* @license BSD-3-Clause
16-
* @copyright (c) 2011-2014, Cartalyst LLC
16+
* @copyright (c) 2011-2017, Cartalyst LLC
1717
* @link http://cartalyst.com
1818
*/
1919

src/Content/MarkdownContent.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
* bundled with this package in the LICENSE file.
1111
*
1212
* @package Interpret
13-
* @version 1.1.1
13+
* @version 1.1.2
1414
* @author Cartalyst LLC
1515
* @license BSD-3-Clause
16-
* @copyright (c) 2011-2014, Cartalyst LLC
16+
* @copyright (c) 2011-2017, Cartalyst LLC
1717
* @link http://cartalyst.com
1818
*/
1919

src/Content/StringContent.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
* bundled with this package in the LICENSE file.
1111
*
1212
* @package Interpret
13-
* @version 1.1.1
13+
* @version 1.1.2
1414
* @author Cartalyst LLC
1515
* @license BSD-3-Clause
16-
* @copyright (c) 2011-2014, Cartalyst LLC
16+
* @copyright (c) 2011-2017, Cartalyst LLC
1717
* @link http://cartalyst.com
1818
*/
1919

src/Interpreter.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
* bundled with this package in the LICENSE file.
1111
*
1212
* @package Interpret
13-
* @version 1.1.1
13+
* @version 1.1.2
1414
* @author Cartalyst LLC
1515
* @license BSD-3-Clause
16-
* @copyright (c) 2011-2014, Cartalyst LLC
16+
* @copyright (c) 2011-2017, Cartalyst LLC
1717
* @link http://cartalyst.com
1818
*/
1919

src/Laravel/Facades/Interpreter.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
* bundled with this package in the LICENSE file.
1111
*
1212
* @package Interpret
13-
* @version 1.1.1
13+
* @version 1.1.2
1414
* @author Cartalyst LLC
1515
* @license BSD-3-Clause
16-
* @copyright (c) 2011-2014, Cartalyst LLC
16+
* @copyright (c) 2011-2017, Cartalyst LLC
1717
* @link http://cartalyst.com
1818
*/
1919

src/Laravel/InterpretServiceProvider.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
* bundled with this package in the LICENSE file.
1111
*
1212
* @package Interpret
13-
* @version 1.1.1
13+
* @version 1.1.2
1414
* @author Cartalyst LLC
1515
* @license BSD-3-Clause
16-
* @copyright (c) 2011-2014, Cartalyst LLC
16+
* @copyright (c) 2011-2017, Cartalyst LLC
1717
* @link http://cartalyst.com
1818
*/
1919

tests/InterpreterTest.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
* bundled with this package in the license.txt file.
1111
*
1212
* @package Interpret
13-
* @version 1.1.1
13+
* @version 1.1.2
1414
* @author Cartalyst LLC
1515
* @license Cartalyst PSL
16-
* @copyright (c) 2011-2014, Cartalyst LLC
16+
* @copyright (c) 2011-2017, Cartalyst LLC
1717
* @link http://cartalyst.com
1818
*/
1919

tests/MarkdownContentTest.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
* bundled with this package in the license.txt file.
1111
*
1212
* @package Interpret
13-
* @version 1.1.1
13+
* @version 1.1.2
1414
* @author Cartalyst LLC
1515
* @license Cartalyst PSL
16-
* @copyright (c) 2011-2014, Cartalyst LLC
16+
* @copyright (c) 2011-2017, Cartalyst LLC
1717
* @link http://cartalyst.com
1818
*/
1919

tests/StringContentTest.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
* bundled with this package in the license.txt file.
1111
*
1212
* @package Interpret
13-
* @version 1.1.1
13+
* @version 1.1.2
1414
* @author Cartalyst LLC
1515
* @license Cartalyst PSL
16-
* @copyright (c) 2011-2014, Cartalyst LLC
16+
* @copyright (c) 2011-2017, Cartalyst LLC
1717
* @link http://cartalyst.com
1818
*/
1919

0 commit comments

Comments
 (0)