diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d33914..8b15feb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +### v3.0.1 - 2019-09-08 + +`FIXED` + +- type hint issue. + ### v3.0.0 - 2019-08-30 - BC Break: PHP 7.2 is the minimum required PHP version diff --git a/src/LessphpFilter.php b/src/LessphpFilter.php index b8fb542..cb2794a 100644 --- a/src/LessphpFilter.php +++ b/src/LessphpFilter.php @@ -11,11 +11,11 @@ * bundled with this package in the LICENSE file. * * @package Assetic Filters - * @version 3.0.0 + * @version 3.0.1 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC - * @link http://cartalyst.com + * @link https://cartalyst.com */ namespace Cartalyst\AsseticFilters; diff --git a/src/SassphpFilter.php b/src/SassphpFilter.php index 1dc82b8..5b9c4cd 100644 --- a/src/SassphpFilter.php +++ b/src/SassphpFilter.php @@ -11,11 +11,11 @@ * bundled with this package in the LICENSE file. * * @package Assetic Filters - * @version 3.0.0 + * @version 3.0.1 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC - * @link http://cartalyst.com + * @link https://cartalyst.com */ namespace Cartalyst\AsseticFilters; diff --git a/src/UriRewriteFilter.php b/src/UriRewriteFilter.php index e42ad07..4f17116 100644 --- a/src/UriRewriteFilter.php +++ b/src/UriRewriteFilter.php @@ -11,11 +11,11 @@ * bundled with this package in the LICENSE file. * * @package Assetic Filters - * @version 3.0.0 + * @version 3.0.1 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC - * @link http://cartalyst.com + * @link https://cartalyst.com */ namespace Cartalyst\AsseticFilters; diff --git a/tests/SassphpFilterTest.php b/tests/SassphpFilterTest.php index f05c980..9a90376 100644 --- a/tests/SassphpFilterTest.php +++ b/tests/SassphpFilterTest.php @@ -11,11 +11,11 @@ * bundled with this package in the LICENSE file. * * @package Assetic Filters - * @version 3.0.0 + * @version 3.0.1 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC - * @link http://cartalyst.com + * @link https://cartalyst.com */ namespace Cartalyst\AsseticFilters\Tests; diff --git a/tests/UriRewriteFilterTest.php b/tests/UriRewriteFilterTest.php index b548769..adcb20d 100644 --- a/tests/UriRewriteFilterTest.php +++ b/tests/UriRewriteFilterTest.php @@ -11,11 +11,11 @@ * bundled with this package in the LICENSE file. * * @package Assetic Filters - * @version 3.0.0 + * @version 3.0.1 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2019, Cartalyst LLC - * @link http://cartalyst.com + * @link https://cartalyst.com */ namespace Cartalyst\AsseticFilters\Tests;