Commit d9c6d6b9 by Seldaek

Prep release 0.9.3

git-svn-id: svn://dwoo.org/dwoo/trunk@140 0598d79b-80c4-4d41-97ba-ac86fbbd088b
parent 37cb06e7
[2008-07-] 0.9.3 [2008-08-03] 0.9.3
+ Plugins: Added the {a} block plugin to generate <a> tags + Plugins: Added the {a} block plugin to generate <a> tags
+ Syntax: Added the ";" token that allows to group multiple instructions in one + Syntax: Added the ";" token that allows to group multiple instructions in one
single template tag, example: {if $foo; "> $foo";$bar;/} is equal to: single template tag, example: {if $foo; "> $foo";$bar;/} is equal to:
......
...@@ -70,7 +70,7 @@ class Dwoo ...@@ -70,7 +70,7 @@ class Dwoo
* *
* @var string * @var string
*/ */
const VERSION = "0.9.2"; const VERSION = "0.9.3";
/** /**
* unique number of this dwoo release * unique number of this dwoo release
...@@ -79,7 +79,7 @@ class Dwoo ...@@ -79,7 +79,7 @@ class Dwoo
* has been compiled before this release or not, so that old templates are * has been compiled before this release or not, so that old templates are
* recompiled automatically when Dwoo is updated * recompiled automatically when Dwoo is updated
*/ */
const RELEASE_TAG = 11; const RELEASE_TAG = 12;
/**#@+ /**#@+
* constants that represents all plugin types * constants that represents all plugin types
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment