Change Log
Version 1.6.0
Release Date: 26/10/2010
- Comes with documentation, which is what you are looking at, so you probably know that.
- Added the $this->template->set(); method for assigning data with two arguments or a object/array.
- Fixed some random bugs with locating layouts, theme partials, etc.
Version 1.5.0
Release Date: 28/09/2010
- Added magical methods __get() and __set() to allow Kohana-style $this->template->foo = 'bar'; for assigning data.
- Added mobile support.
- Third parameter for $this->template->set_partial(); is now an optional array/object for data specific to that partial only.
Version 1.4.0
Release Date: 23/07/2010
- Removed possibility of duplicate SEO entries, call $this->template->set_metadata('keywords', 'foo'); twice and it will use the 2nd.
- Re-did inject logic, now its just for shoving a hunk of HTML into a partial.
- Fixed $this->template->theme_exists(), it was not using slug name so falsely returned true.
Version 1.3.0
Release Date: 24/03/2010
- You can now use any extension for your files, not just whatever EXT is set to.
- Updated Template library to add support for getting theme layout lists and checking they exist.
- Added more options to the default config file.
- Now supports a config file that allows a default theme to be set and "Theme locations" to be used. That means you could have application/themes as one and third_party/themes as another.