richard Fri Feb 21 13:22:10 2003 EDT
Modified files:
/pear/HTML_TreeMenu package.xml
Log:
Updated
Index: pear/HTML_TreeMenu/package.xml
diff -u pear/HTML_TreeMenu/package.xml:1.16 pear/HTML_TreeMenu/package.xml:1.17
--- pear/HTML_TreeMenu/package.xml:1.16 Thu Feb 20 10:55:31 2003
+++ pear/HTML_TreeMenu/package.xml Fri Feb 21 13:22:10 2003
@@ -29,15 +29,13 @@
</maintainers>
<release>
- <version>1.1.3</version>
- <date>2003-02-20</date>
+ <version>1.1.4</version>
+ <date>2003-02-21</date>
<state>stable</state>
<notes>
-Added expanded icon support. Added documentation in Word
-and PDF formats. Moved structure import code to its own
-static method createFromStructure(), and added support
-for my own Tree class (http://phpguru.org/tree.html) as
-well as Wolfram Kriesings Tree class.
+Added a createFromXML() method for creating
+treeMenu structures from XML. This feature
+depends on the PEAR::XML_Tree package.
</notes>
<filelist>
@@ -101,6 +99,19 @@
</release>
<changelog>
+ <release>
+ <version>1.1.3</version>
+ <date>2003-02-20</date>
+ <state>stable</state>
+ <notes>
+Added expanded icon support. Added documentation in Word
+and PDF formats. Moved structure import code to its own
+static method createFromStructure(), and added support
+for my own Tree class (http://phpguru.org/tree.html) as
+well as Wolfram Kriesings Tree class.
+ </notes>
+ </release>
+
<release>
<version>1.1.2</version>
<date>2002-11-30</date>
--
PEAR CVS Mailing List (http://pear.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
|