diff --git a/CHANGELOG.md b/CHANGELOG.md index bdf7ed2..2b0177d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,12 @@ We do not give estimated times for completion on `Accepted` Proposals. --- +### v1.1.2 - 2017-01-30 + +`REVISED` + +- Updated service provider for laravel 5.4. + ### v1.1.1 - 2014-12-10 `REVISED` diff --git a/src/Content/Content.php b/src/Content/Content.php index 21b896f..0ed9d64 100644 --- a/src/Content/Content.php +++ b/src/Content/Content.php @@ -10,10 +10,10 @@ * bundled with this package in the LICENSE file. * * @package Interpret - * @version 1.1.1 + * @version 1.1.2 * @author Cartalyst LLC * @license BSD-3-Clause - * @copyright (c) 2011-2014, Cartalyst LLC + * @copyright (c) 2011-2017, Cartalyst LLC * @link http://cartalyst.com */ diff --git a/src/Content/ContentInterface.php b/src/Content/ContentInterface.php index adfdb1c..36a371d 100644 --- a/src/Content/ContentInterface.php +++ b/src/Content/ContentInterface.php @@ -10,10 +10,10 @@ * bundled with this package in the LICENSE file. * * @package Interpret - * @version 1.1.1 + * @version 1.1.2 * @author Cartalyst LLC * @license BSD-3-Clause - * @copyright (c) 2011-2014, Cartalyst LLC + * @copyright (c) 2011-2017, Cartalyst LLC * @link http://cartalyst.com */ diff --git a/src/Content/MarkdownContent.php b/src/Content/MarkdownContent.php index 12bf8d4..ff4d100 100644 --- a/src/Content/MarkdownContent.php +++ b/src/Content/MarkdownContent.php @@ -10,10 +10,10 @@ * bundled with this package in the LICENSE file. * * @package Interpret - * @version 1.1.1 + * @version 1.1.2 * @author Cartalyst LLC * @license BSD-3-Clause - * @copyright (c) 2011-2014, Cartalyst LLC + * @copyright (c) 2011-2017, Cartalyst LLC * @link http://cartalyst.com */ diff --git a/src/Content/StringContent.php b/src/Content/StringContent.php index 1d23edd..9b2aef3 100644 --- a/src/Content/StringContent.php +++ b/src/Content/StringContent.php @@ -10,10 +10,10 @@ * bundled with this package in the LICENSE file. * * @package Interpret - * @version 1.1.1 + * @version 1.1.2 * @author Cartalyst LLC * @license BSD-3-Clause - * @copyright (c) 2011-2014, Cartalyst LLC + * @copyright (c) 2011-2017, Cartalyst LLC * @link http://cartalyst.com */ diff --git a/src/Interpreter.php b/src/Interpreter.php index 7d88fba..7a32064 100644 --- a/src/Interpreter.php +++ b/src/Interpreter.php @@ -10,10 +10,10 @@ * bundled with this package in the LICENSE file. * * @package Interpret - * @version 1.1.1 + * @version 1.1.2 * @author Cartalyst LLC * @license BSD-3-Clause - * @copyright (c) 2011-2014, Cartalyst LLC + * @copyright (c) 2011-2017, Cartalyst LLC * @link http://cartalyst.com */ diff --git a/src/Laravel/Facades/Interpreter.php b/src/Laravel/Facades/Interpreter.php index 1c94013..24769cb 100644 --- a/src/Laravel/Facades/Interpreter.php +++ b/src/Laravel/Facades/Interpreter.php @@ -10,10 +10,10 @@ * bundled with this package in the LICENSE file. * * @package Interpret - * @version 1.1.1 + * @version 1.1.2 * @author Cartalyst LLC * @license BSD-3-Clause - * @copyright (c) 2011-2014, Cartalyst LLC + * @copyright (c) 2011-2017, Cartalyst LLC * @link http://cartalyst.com */ diff --git a/src/Laravel/InterpretServiceProvider.php b/src/Laravel/InterpretServiceProvider.php index 633b982..e053fc5 100644 --- a/src/Laravel/InterpretServiceProvider.php +++ b/src/Laravel/InterpretServiceProvider.php @@ -10,10 +10,10 @@ * bundled with this package in the LICENSE file. * * @package Interpret - * @version 1.1.1 + * @version 1.1.2 * @author Cartalyst LLC * @license BSD-3-Clause - * @copyright (c) 2011-2014, Cartalyst LLC + * @copyright (c) 2011-2017, Cartalyst LLC * @link http://cartalyst.com */ diff --git a/tests/InterpreterTest.php b/tests/InterpreterTest.php index a15e98e..40dd0da 100644 --- a/tests/InterpreterTest.php +++ b/tests/InterpreterTest.php @@ -10,10 +10,10 @@ * bundled with this package in the license.txt file. * * @package Interpret - * @version 1.1.1 + * @version 1.1.2 * @author Cartalyst LLC * @license Cartalyst PSL - * @copyright (c) 2011-2014, Cartalyst LLC + * @copyright (c) 2011-2017, Cartalyst LLC * @link http://cartalyst.com */ diff --git a/tests/MarkdownContentTest.php b/tests/MarkdownContentTest.php index ecdc84c..4af3cce 100644 --- a/tests/MarkdownContentTest.php +++ b/tests/MarkdownContentTest.php @@ -10,10 +10,10 @@ * bundled with this package in the license.txt file. * * @package Interpret - * @version 1.1.1 + * @version 1.1.2 * @author Cartalyst LLC * @license Cartalyst PSL - * @copyright (c) 2011-2014, Cartalyst LLC + * @copyright (c) 2011-2017, Cartalyst LLC * @link http://cartalyst.com */ diff --git a/tests/StringContentTest.php b/tests/StringContentTest.php index 3b594eb..ddfc0f0 100644 --- a/tests/StringContentTest.php +++ b/tests/StringContentTest.php @@ -10,10 +10,10 @@ * bundled with this package in the license.txt file. * * @package Interpret - * @version 1.1.1 + * @version 1.1.2 * @author Cartalyst LLC * @license Cartalyst PSL - * @copyright (c) 2011-2014, Cartalyst LLC + * @copyright (c) 2011-2017, Cartalyst LLC * @link http://cartalyst.com */