Open Power Template
Open Power Template 2.0 stable
The 2.0 branch is considered as stable.
- svn co
http://svn.invenzzia.org/svn/opl/releases/branches/Opt-2.0/ - License: BSD-new
2.0.1
This is an archive release. Download the recent version to have your project up to date!
- Released on: 2009-08-10
- Download package: opt-2.0.1 .tar.bz2 .tar.gz .zip
- PHAR archive: opt-phar-2.0.1 .tar.bz2 .tar.gz .zip
- svn co
http://svn.invenzzia.org/svn/opl/releases/tags/Opt-2.0.1/ - Changelog
- Release notes
Changelog for 2.0.1
- New function:
cycle() - New attributes:
opt:dynamic,opt:attributes-build,opt:attributes-ignored - Implemented #102
- Instructions and data formats do not have to have classes beginning with
Opt_Instruction_andOpt_Format_ - New configuration option:
defaultFormat - API improvement:
Opt_Caching_Interface::templateCacheStart()may return a path to the file to include. - Fixed #97
- Fixed #100
- Fixed #105
- Fixed #106
- Fixed #107
- Fixed buggy implementation of
opt:dynamic - Fixed small problem with
opt:block(the block declaration was not popped from the stack) - Small fixes in the compiler that could potentially cause problems
- Removed unused processor
Cycle - New unit tests, code comments and documentation updates.