Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
Dwoo
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Common
Dwoo
Commits
d9c6d6b9
Commit
d9c6d6b9
authored
Aug 03, 2008
by
Seldaek
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Prep release 0.9.3
git-svn-id:
svn://dwoo.org/dwoo/trunk@140
0598d79b-80c4-4d41-97ba-ac86fbbd088b
parent
37cb06e7
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
CHANGELOG
CHANGELOG
+1
-1
Dwoo.compiled.php
lib/Dwoo.compiled.php
+0
-0
Dwoo.php
lib/Dwoo.php
+2
-2
No files found.
CHANGELOG
View file @
d9c6d6b9
[
2008
-
0
7
-
]
0.9.3
[
2008
-
0
8
-
03
]
0.9.3
+
Plugins
:
Added
the
{
a
}
block
plugin
to
generate
<
a
>
tags
+
Syntax
:
Added
the
";"
token
that
allows
to
group
multiple
instructions
in
one
single
template
tag
,
example
:
{
if
$
foo
;
"> $foo"
;$
bar
;/}
is
equal
to
:
...
...
lib/Dwoo.compiled.php
View file @
d9c6d6b9
This diff is collapsed.
Click to expand it.
lib/Dwoo.php
View file @
d9c6d6b9
...
...
@@ -70,7 +70,7 @@ class Dwoo
*
* @var string
*/
const
VERSION
=
"0.9.
2
"
;
const
VERSION
=
"0.9.
3
"
;
/**
* unique number of this dwoo release
...
...
@@ -79,7 +79,7 @@ class Dwoo
* has been compiled before this release or not, so that old templates are
* recompiled automatically when Dwoo is updated
*/
const
RELEASE_TAG
=
1
1
;
const
RELEASE_TAG
=
1
2
;
/**#@+
* constants that represents all plugin types
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment