Skip to content

Commit 5662369

Browse files
committed
Updated for 1.3.0a2
git-svn-id: https://svn.php.net/repository/pear/packages/HTML_Template_IT/trunk@295128 c90b9560-bf6c-de11-be94-00142212c4b1
1 parent 3e8814c commit 5662369

1 file changed

Lines changed: 24 additions & 20 deletions

File tree

package.xml

Lines changed: 24 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -51,30 +51,19 @@ you to modify some parts of your layout easily.</description>
5151
<email>ulf.wendel@phpdoc.de</email>
5252
<active>no</active>
5353
</developer>
54-
<date>2010-02-15</date>
55-
<time>23:25:10</time>
54+
<date>2010-02-16</date>
55+
<time>02:12:45</time>
5656
<version>
57-
<release>1.3.0a1</release>
58-
<api>1.2.1</api>
57+
<release>1.3.0a2</release>
58+
<api>1.3.0</api>
5959
</version>
6060
<stability>
6161
<release>alpha</release>
6262
<api>stable</api>
6363
</stability>
6464
<license>Modified BSD license</license>
6565
<notes>
66-
- Add support for pear package 2.0 format
67-
- Remove support for pear package 1.0 format
68-
- Fix bug #9501, doller signs disapear if preg_match is used.
69-
- Fix bug #9783, don&apos;t remove variable which values follow the variable pattern
70-
To allow backwards compatbility an option preserve_input is added.
71-
If it is false, the old behaviour will be used and therefore those values will be deleted.
72-
Default is true, so new behaviour.
73-
- Fix bug #9853, problems with dots in placeholders or blocknames
74-
- Add option &apos;preserve_input&apos; to only remove unkown variable that were present during setTemplate or lodaTemplatefile
75-
which is the behaviour before 1.3.0a1
76-
- Fix bug #13935 - docblock is wrong
77-
- Improved PHPCS (Request #15039)
66+
Fixed unit tests
7867
</notes>
7968
<contents>
8069
<dir baseinstalldir="/" name="/">
@@ -83,12 +72,12 @@ you to modify some parts of your layout easily.</description>
8372
<file baseinstalldir="HTML/Template" md5sum="43a3535aa4d5e9df400babae53d82a08" name="examples/templates/addblockfile_list.tpl.htm" role="doc" />
8473
<file baseinstalldir="HTML/Template" md5sum="16f4927420fa169875167a4874e7add7" name="examples/templates/addblockfile_main.tpl.htm" role="doc" />
8574
<file baseinstalldir="HTML/Template" md5sum="2c851fcec88007eef66c28a9d8f10ceb" name="examples/templates/main.tpl.htm" role="doc" />
86-
<file baseinstalldir="/" md5sum="fc07ff1e67ceb7257f6a617cafa4b2db" name="HTML/Template/IT.php" role="php" />
75+
<file baseinstalldir="/" md5sum="6c1a921f635b6d6b4a1eff82382bc169" name="HTML/Template/IT.php" role="php" />
8776
<file baseinstalldir="/" md5sum="16b0300b5fbe3be7a1df976ce5d27c4f" name="HTML/Template/ITX.php" role="php" />
88-
<file baseinstalldir="/" md5sum="d6fbd34fbc236df1925d297bb369c7b7" name="HTML/Template/IT_Error.php" role="php" />
77+
<file baseinstalldir="/" md5sum="484d2aa6a504a351a1d3e2b8bb39612d" name="HTML/Template/IT_Error.php" role="php" />
8978
<file baseinstalldir="/" md5sum="e576a94c06b323e4cfc6bcf9dda017c2" name="tests/AllTests.php" role="test" />
90-
<file baseinstalldir="/" md5sum="5149697d5589b4ab7df18291d6917f5a" name="tests/ITTest.php" role="test" />
91-
<file baseinstalldir="/" md5sum="98f7195b35c6a15392bb646d4989acc4" name="tests/ITXTest.php" role="test" />
79+
<file baseinstalldir="/" md5sum="ae4394f93f790db40b38b59a8787003d" name="tests/ITTest.php" role="test" />
80+
<file baseinstalldir="/" md5sum="80139a8b443488dac801fae748b6f2c2" name="tests/ITXTest.php" role="test" />
9281
<file baseinstalldir="HTML/Template" md5sum="e50de49b74a1d96bb77ddae2d0abdfc3" name="tests/templates/addblock.html" role="test" />
9382
<file baseinstalldir="HTML/Template" md5sum="22e56437378e53d08ba07d3dd2aa4b85" name="tests/templates/blockiteration.html" role="test" />
9483
<file baseinstalldir="HTML/Template" md5sum="4173bf97eec43787532e247ef9b2611a" name="tests/templates/blocks.html" role="test" />
@@ -278,5 +267,20 @@ you to modify some parts of your layout easily.</description>
278267
- Improved PHPCS (Request #15039)
279268
</notes>
280269
</release>
270+
<release>
271+
<version>
272+
<release>1.3.0a2</release>
273+
<api>1.3.0</api>
274+
</version>
275+
<stability>
276+
<release>alpha</release>
277+
<api>stable</api>
278+
</stability>
279+
<date>2010-02-16</date>
280+
<license>Modified BSD license</license>
281+
<notes>
282+
Fixed unit tests
283+
</notes>
284+
</release>
281285
</changelog>
282286
</package>

0 commit comments

Comments
 (0)