This repository has been archived by the owner on Oct 22, 2024. It is now read-only.
forked from rafaelgou/brFormExtraPlugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.xml.tmpl
executable file
·137 lines (136 loc) · 4.09 KB
/
package.xml.tmpl
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
<?xml version="1.0" encoding="UTF-8"?>
<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">
<name>brFormExtraPlugin</name>
<channel>plugins.symfony-project.org</channel>
<summary>Widgets e validadores brasileiros (Brazilian Widgets and Validators)</summary>
<description>Widgets e validadores para comunidade brasileira do symfony (Brazilian Widgets and Validators)</description>
<lead>
<name>Rafael Goulart</name>
<user>rafaelgou</user>
<email>[email protected]</email>
<active>yes</active>
</lead>
<date>2011-05-17</date>
<version>
<release>1.0.5</release>
<api>1.0.5</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="http://www.gnu.org/licenses/gpl-3.0-standalone.html">LGPL</license>
<notes>-</notes>
<contents>
##CONTENTS##
</contents>
<dependencies>
<required>
<php>
<min>5.2.4</min>
</php>
<pearinstaller>
<min>1.4.1</min>
</pearinstaller>
<package>
<name>symfony</name>
<channel>pear.symfony-project.com</channel>
<min>1.2.0</min>
<max>1.5.0</max>
</package>
</required>
</dependencies>
<phprelease></phprelease>
<changelog>
<release>
<version>
<release>1.0.5</release>
<api>1.0.5</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="http://www.gnu.org/licenses/gpl-3.0-standalone.html">LGPL</license>
<date>2011-05-17</date>
<notes>
* rafaelgou: Incorporated sfFormI18nNumberPlugin
</notes>
</release>
<release>
<version>
<release>1.0.4</release>
<api>1.0.4</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="http://www.gnu.org/licenses/gpl-3.0-standalone.html">LGPL</license>
<date>2010-10-27</date>
<notes>
* rafaelgou: Added CEP Widget from República Virtual and CEPLivre
</notes>
</release>
<release>
<version>
<release>1.0.3</release>
<api>1.0.3</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="http://www.gnu.org/licenses/gpl-3.0-standalone.html">LGPL</license>
<date>2010-09-28</date>
<notes>
* gpupo: Accepting 15 lenght CNPJ in sfValidatorCpfCnpj.class.php
</notes>
</release>
<release>
<version>
<release>1.0.2</release>
<api>1.0.2</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="http://www.gnu.org/licenses/gpl-3.0-standalone.html">LGPL</license>
<date>2010-09-28</date>
<notes>
* rafaelgou: Minor README markdown corrections
</notes>
</release>
<release>
<version>
<release>1.0.1</release>
<api>1.0.1</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="http://www.gnu.org/licenses/gpl-3.0-standalone.html">LGPL3</license>
<date>2010-09-28</date>
<notes>
* rafaelgou: Docs updated, include Propel and Doctrine info to save and retrieve states
</notes>
</release>
<release>
<version>
<release>1.0.0</release>
<api>1.0.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="http://www.gnu.org/licenses/gpl-3.0-standalone.html">LGPL3</license>
<date>2010-09-28</date>
<notes>
* rafaelgou: First release of the plugin
</notes>
</release>
</changelog>
</package>