From 939f5b5dae8c58f7bb0a0d380f30f6769e3818ff Mon Sep 17 00:00:00 2001 From: Antony Male Date: Tue, 24 Jul 2012 12:43:19 +0100 Subject: [PATCH 1/2] Bump version to v1.18 --- bootstrap.php | 2 +- classes/casset.php | 2 +- classes/casset/addons/twig.php | 2 +- classes/casset/csscompressor.php | 2 +- classes/casset/cssurirewriter.php | 2 +- classes/casset/cssurirewriterrelative.php | 2 +- classes/casset/jsmin.php | 2 +- config/casset.php | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/bootstrap.php b/bootstrap.php index e54ef16..0e66217 100644 --- a/bootstrap.php +++ b/bootstrap.php @@ -4,7 +4,7 @@ * Casset: Convenient asset library for FuelPHP. * * @package Casset - * @version v1.17 + * @version v1.18 * @author Antony Male * @license MIT License * @copyright 2012 Antony Male diff --git a/classes/casset.php b/classes/casset.php index 377dc65..f00ef33 100644 --- a/classes/casset.php +++ b/classes/casset.php @@ -4,7 +4,7 @@ * Casset: Convenient asset library for FuelPHP. * * @package Casset - * @version v1.17 + * @version v1.18 * @author Antony Male * @license MIT License * @copyright 2012 Antony Male diff --git a/classes/casset/addons/twig.php b/classes/casset/addons/twig.php index 1901e61..10a1b47 100644 --- a/classes/casset/addons/twig.php +++ b/classes/casset/addons/twig.php @@ -4,7 +4,7 @@ * Casset: Convenient asset library for FuelPHP. * * @package Casset - * @version v1.17 + * @version v1.18 * @author Antony Male * @author Derek Myers * @license MIT License diff --git a/classes/casset/csscompressor.php b/classes/casset/csscompressor.php index fc88e85..d27d3de 100644 --- a/classes/casset/csscompressor.php +++ b/classes/casset/csscompressor.php @@ -17,7 +17,7 @@ * This library is used as part of Casset. * * @package Casset - * @version v1.17 + * @version v1.18 * @author Antony Male * @license MIT License * @link http://github.com/canton7/fuelphp-casset diff --git a/classes/casset/cssurirewriter.php b/classes/casset/cssurirewriter.php index 8d2eee3..2e7e21f 100644 --- a/classes/casset/cssurirewriter.php +++ b/classes/casset/cssurirewriter.php @@ -10,7 +10,7 @@ * This library is used as part of Casset. * * @package Casset - * @version v1.17 + * @version v1.18 * @author Antony Male * @license MIT License * @link http://github.com/canton7/fuelphp-casset diff --git a/classes/casset/cssurirewriterrelative.php b/classes/casset/cssurirewriterrelative.php index 7d56f64..f435d6f 100644 --- a/classes/casset/cssurirewriterrelative.php +++ b/classes/casset/cssurirewriterrelative.php @@ -4,7 +4,7 @@ * This library is used as part of Casset. * * @package Casset - * @version v1.17 + * @version v1.18 * @author Antony Male * @license MIT License * @link http://github.com/canton7/fuelphp-casset diff --git a/classes/casset/jsmin.php b/classes/casset/jsmin.php index 85e5dad..4c834ea 100644 --- a/classes/casset/jsmin.php +++ b/classes/casset/jsmin.php @@ -52,7 +52,7 @@ /** * This library is used as part of Casset. * @package Casset - * @version v1.17 + * @version v1.18 * @author Antony Male * @license MIT License * @link http://github.com/canton7/fuelphp-casset diff --git a/config/casset.php b/config/casset.php index 1e17348..2cda2d5 100644 --- a/config/casset.php +++ b/config/casset.php @@ -3,7 +3,7 @@ * Casset: Convenient asset library for FuelPHP. * * @package Casset - * @version v1.17 + * @version v1.18 * @author Antony Male * @license MIT License * @copyright 2012 Antony Male From 9b8b9150a35f5787456ff69fed4968f6f43cefca Mon Sep 17 00:00:00 2001 From: Antony Male Date: Tue, 24 Jul 2012 12:45:30 +0100 Subject: [PATCH 2/2] Update changelog --- changelog.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/changelog.md b/changelog.md index 31f0b9e..ecd683d 100644 --- a/changelog.md +++ b/changelog.md @@ -3,6 +3,10 @@ Changelog This file lists the important changes between versions. For a list of minor changes, check the log. +v1.18 +----- + - Add a new CSS URI rewriting algorithm ('relative'), which should fix the problems with using the (original) absolute rewriting with a symlinked docroot. + v1.17 ----- - `js_inline` and `css_inline` won't spit out lots of consecutive tags.