Skip to content

Commit

Permalink
Merge branch 'release/1.14' into develop
Browse files Browse the repository at this point in the history
* release/1.14:
  Update changelog
  Bump version to v1.13
  • Loading branch information
canton7 committed Feb 17, 2012
2 parents 4ce6c42 + e9f8a08 commit 509dd1c
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 6 deletions.
2 changes: 1 addition & 1 deletion bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Casset: Convenient asset library for FuelPHP.
*
* @package Casset
* @version v1.13
* @version v1.14
* @author Antony Male
* @license MIT License
* @copyright 2011 Antony Male
Expand Down
5 changes: 5 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ Changelog

This file lists the important changes between versions. For a list of minor changes, check the log.

v1.14
-----
- Add gen_tags option to render_js and render_css.
- Fix bug with combine() and groups containing pre-minified files.

v1.13
-----
- Add quickref.md -- ideal for quickly accessing the API, assuming you know roughly what you're looking for.
Expand Down
2 changes: 1 addition & 1 deletion classes/casset.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Casset: Convenient asset library for FuelPHP.
*
* @package Casset
* @version v1.13
* @version v1.14
* @author Antony Male
* @license MIT License
* @copyright 2011 Antony Male
Expand Down
2 changes: 1 addition & 1 deletion classes/casset/csscompressor.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
* This library is used as part of Casset.
*
* @package Casset
* @version v1.13
* @version v1.14
* @author Antony Male
* @license MIT License
* @link http://github.com/canton7/fuelphp-casset
Expand Down
2 changes: 1 addition & 1 deletion classes/casset/cssurirewriter.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* This library is used as part of Casset.
*
* @package Casset
* @version v1.13
* @version v1.14
* @author Antony Male
* @license MIT License
* @link http://github.com/canton7/fuelphp-casset
Expand Down
2 changes: 1 addition & 1 deletion classes/casset/jsmin.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
/**
* This library is used as part of Casset.
* @package Casset
* @version v1.13
* @version v1.14
* @author Antony Male
* @license MIT License
* @link http://github.com/canton7/fuelphp-casset
Expand Down
2 changes: 1 addition & 1 deletion config/casset.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Casset: Convenient asset library for FuelPHP.
*
* @package Casset
* @version v1.13
* @version v1.14
* @author Antony Male
* @license MIT License
* @copyright 2011 Antony Male
Expand Down

0 comments on commit 509dd1c

Please sign in to comment.