Skip to content

Commit

Permalink
Update to 0.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
edmundask committed Mar 24, 2012
1 parent bea48b2 commit 8dd120e
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,12 @@ There is much more cool stuff that you should check out by visiting the [wiki](h

# CHANGELOG

### 0.8.3

* Fixed a bug where global variables would not be available (accessible)
* Added helper methods for dealing with the title tag.
* Added helper methods for setting meta data (meta tags).

### 0.8.2

* Fixed a problem with Twig cache. Caching should now work as expected.
Expand All @@ -111,6 +117,10 @@ There is much more cool stuff that you should check out by visiting the [wiki](h
* Added a private method _load() to load the template and return output object where previously this was done both in render() and display() methods separately.
* Added `Twig_Error_Loader` exception handling in render() method.

# DONATE

[![test](http://www.pledgie.com/campaigns/16940.png?skin_name=chrome)](http://www.pledgie.com/campaigns/16940)

# COPYRIGHT

Copyright (c) 2012 Edmundas Kondrašovas
Expand Down
2 changes: 1 addition & 1 deletion config/twiggy.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
* @category Config
* @author Edmundas Kondrašovas <[email protected]>
* @license http://www.opensource.org/licenses/MIT
* @version 0.8.2
* @version 0.8.3
* @copyright Copyright (c) 2012 Edmundas Kondrašovas <[email protected]>
*/

Expand Down
2 changes: 1 addition & 1 deletion libraries/Twiggy.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
* @category Libraries
* @author Edmundas Kondrašovas <[email protected]>
* @license http://www.opensource.org/licenses/MIT
* @version 0.8.2
* @version 0.8.3
* @copyright Copyright (c) 2012 Edmundas Kondrašovas <[email protected]>
*/

Expand Down
2 changes: 1 addition & 1 deletion spark.info
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

name: twiggy
version: 0.8.2
version: 0.8.3
compatibility: 2.1.0
tags: ["template", "theme", "layout", "twig"]

0 comments on commit 8dd120e

Please sign in to comment.