Development

/plugins/sfDateTime2Plugin/package.xml

You must first sign up to be able to contribute.

root/plugins/sfDateTime2Plugin/package.xml

Revision 17577, 3.9 kB (checked in by jerome.etienne, 4 years ago)

release 0.9.0

Line 
1 <?xml version="1.0" encoding="UTF-8"?>
2 <package xmlns="http://pear.php.net/dtd/package-2.0" xmlns:tasks="http://pear.php.net/dtd/tasks-1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" packagerversion="1.4.1" version="2.0" xsi:schemaLocation="http://pear.php.net/dtd/tasks-1.0 http://pear.php.net/dtd/tasks-1.0.xsd http://pear.php.net/dtd/package-2.0 http://pear.php.net/dtd/package-2.0.xsd">
3   <name>sfDateTime2Plugin</name>
4   <channel>pear.symfony-project.com</channel>
5   <summary>Date manipulation library.</summary>
6   <description>Date manipulation library.</description>
7   <lead>
8     <name>Jerome Etienne</name>
9     <user>jerome.etienne</user>
10     <email>jerome.etienne@gmail.com</email>
11     <active>yes</active>
12   </lead>
13   <date>2009-04-24</date>
14   <version>
15     <release>0.9.0</release>
16     <api>0.9.0</api>
17   </version>
18   <stability>
19     <release>stable</release>
20     <api>stable</api>
21   </stability>
22   <license uri="http://www.symfony-project.org/license">MIT license</license>
23   <notes>-</notes>
24   <contents>
25     <dir name="/"><file name="svn-commit.4.tmp" role="data"/><file name="Makefile" role="data"/><file name="README.internal" role="data"/><dir name="lib"><file name="sfTime.class.php" role="data"/><dir name="exception"><file name="sfDateTimeException.class.php" role="data"/></dir><file name="sfDate.class.php" role="data"/><file name="sfDateTimeToolkit.class.php" role="data"/></dir><file name="sfDateTime2Plugin-0.0.6.tgz" role="data"/><file name="svn-commit.3.tmp" role="data"/><file name="svn-commit.tmp" role="data"/><file name="README" role="data"/><file name="svn-commit.2.tmp" role="data"/><file name="LICENSE" role="data"/></dir>
26   </contents>
27   <dependencies>
28     <required>
29       <php>
30         <min>5.2.4</min>
31       </php>
32       <pearinstaller>
33         <min>1.4.1</min>
34       </pearinstaller>
35       <package>
36         <name>symfony</name>
37         <channel>pear.symfony-project.com</channel>
38         <min>1.2.0</min>
39         <max>1.3.0</max>
40         <exclude>1.3.0</exclude>
41       </package>
42     </required>
43   </dependencies>
44   <phprelease></phprelease>
45     <changelog>
46         <release>
47             <version>
48                 <release>0.0.4</release>
49                 <api>0.0.4</api>
50             </version>
51             <stability>
52                 <release>alpha</release>
53                 <api>alpha</api>
54             </stability>
55             <date>2009-01-01</date>
56             <license uri="http://svn.symfony-project.com/plugins/sfDateTime2Plugin/trunk/LICENSE">
57                 MIT license
58             </license>
59             <notes>
60                 * improvement of the documentation
61             </notes>
62         </release>
63         <release>
64             <version>
65                 <release>0.0.5</release>
66                 <api>0.0.5</api>
67             </version>
68             <stability>
69                 <release>stable</release>
70                 <api>beta</api>
71             </stability>
72             <date>2009-04-01</date>
73             <license uri="http://svn.symfony-project.com/plugins/sfDateTime2Plugin/trunk/LICENSE">
74                 MIT license
75             </license>
76             <notes>
77                 * added a unit test
78                 * isHoliday($culture), isHollidayFR()
79                   * return true if the day is an holiday (currently only the FR culture is implemented.
80                     patches for other $culture are more than welcomed.)
81                 * added sfDate::getSecond(), sfDate::getMinute etc... (only shortcut on sfDate::retrieve)
82             </notes>
83         </release>
84         <release>
85             <version>
86                 <release>0.0.6</release>
87                 <api>0.0.6</api>
88             </version>
89             <stability>
90                 <release>stable</release>
91                 <api>beta</api>
92             </stability>
93             <date>2009-04-02</date>
94             <license uri="http://svn.symfony-project.com/plugins/sfDateTime2Plugin/trunk/LICENSE">
95                 MIT license
96             </license>
97             <notes>
98                 * added sfDate::dayOfWeek()
99             </notes>
100         </release>
101         <release>
102             <version>
103                 <release>0.9.0</release>
104                 <api>0.9.0</api>
105             </version>
106             <stability>
107                 <release>stable</release>
108                 <api>alpha</api>
109             </stability>
110             <date>2009-04-24</date>
111             <license uri="http://svn.symfony-project.com/plugins/sfDateTime2Plugin/trunk/LICENSE">
112                 MIT license
113             </license>
114             <notes>
115                 * bug fix in sfDate::finalDayOfMonth(). thanks thibault sebastien
116             </notes>
117         </release>     
118     </changelog>
119 </package>
Note: See TracBrowser for help on using the browser.