From 4d2a88f170181545ef81def3e0f694a9b23e961c Mon Sep 17 00:00:00 2001 From: Bruno Gaspar Date: Thu, 12 Nov 2015 18:45:23 +0000 Subject: [PATCH] Bump version. Signed-off-by: Bruno Gaspar --- CHANGELOG.md | 6 ++++++ src/CoffeeScriptphpFilter.php | 2 +- src/LessphpFilter.php | 2 +- src/SassphpFilter.php | 2 +- src/UriRewriteFilter.php | 2 +- tests/CoffescriptphpFilterTest.php | 2 +- tests/SassphpFilterTest.php | 2 +- tests/UriRewriteFilterTest.php | 2 +- 8 files changed, 13 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a3c005..119688b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,12 @@ We do not give estimated times for completion on `Accepted` Proposals. --- +#### v1.2.7 - 2015-11-12 + +`UPDATED` + +- Bumped Assetic version. + #### v1.2.6 - 2015-03-18 `UPDATED` diff --git a/src/CoffeeScriptphpFilter.php b/src/CoffeeScriptphpFilter.php index e3fc6a1..7181f59 100644 --- a/src/CoffeeScriptphpFilter.php +++ b/src/CoffeeScriptphpFilter.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Assetic Filters - * @version 1.2.6 + * @version 1.2.7 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2015, Cartalyst LLC diff --git a/src/LessphpFilter.php b/src/LessphpFilter.php index 2fb174f..4955d90 100644 --- a/src/LessphpFilter.php +++ b/src/LessphpFilter.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Assetic Filters - * @version 1.2.6 + * @version 1.2.7 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2015, Cartalyst LLC diff --git a/src/SassphpFilter.php b/src/SassphpFilter.php index 2a0a8e8..67a6439 100644 --- a/src/SassphpFilter.php +++ b/src/SassphpFilter.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Assetic Filters - * @version 1.2.6 + * @version 1.2.7 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2015, Cartalyst LLC diff --git a/src/UriRewriteFilter.php b/src/UriRewriteFilter.php index c559c93..dd00ce6 100644 --- a/src/UriRewriteFilter.php +++ b/src/UriRewriteFilter.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Assetic Filters - * @version 1.2.6 + * @version 1.2.7 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2015, Cartalyst LLC diff --git a/tests/CoffescriptphpFilterTest.php b/tests/CoffescriptphpFilterTest.php index 21f6e45..d160cc5 100644 --- a/tests/CoffescriptphpFilterTest.php +++ b/tests/CoffescriptphpFilterTest.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Assetic Filters - * @version 1.2.6 + * @version 1.2.7 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2015, Cartalyst LLC diff --git a/tests/SassphpFilterTest.php b/tests/SassphpFilterTest.php index 8134b4d..461d60d 100644 --- a/tests/SassphpFilterTest.php +++ b/tests/SassphpFilterTest.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Assetic Filters - * @version 1.2.6 + * @version 1.2.7 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2015, Cartalyst LLC diff --git a/tests/UriRewriteFilterTest.php b/tests/UriRewriteFilterTest.php index 4b5aa2c..006dcf1 100644 --- a/tests/UriRewriteFilterTest.php +++ b/tests/UriRewriteFilterTest.php @@ -11,7 +11,7 @@ * bundled with this package in the LICENSE file. * * @package Assetic Filters - * @version 1.2.6 + * @version 1.2.7 * @author Cartalyst LLC * @license BSD License (3-clause) * @copyright (c) 2011-2015, Cartalyst LLC