Development

/plugins/sfSimpleForum_PayloadFilterChainPlugin/package.xml

You must first sign up to be able to contribute.

root/plugins/sfSimpleForum_PayloadFilterChainPlugin/package.xml

Revision 4794, 3.8 kB (checked in by tristan, 6 years ago)

sfSimpleForum_PayloadFilterChain? :

  • Renamed plugin due to renaming of sfBBPlugin to sfSimpleForumPlugin
  • releasing 0.6.0 (because of name change)
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>sfSimpleForum_PayloadFilterChainPlugin</name>
4  <channel>pear.symfony-project.com</channel>
5  <summary>Addon to the sfSimpleForumPlugin, interfacing it with sfPayloadFilterChainPlugin and sfPayloadFilterChainPlugin_TextTransformationPlugin.</summary>
6  <description>Adds BBCode, Markdown, smileys and code syntax highlighting to sfSimpleForumPlugin.</description>
7  <lead>
8   <name>Tristan Rivoallan</name>
9   <user>trivoallan</user>
10   <email>tristan@rivoallan.net</email>
11   <active>yes</active>
12  </lead>
13  <date>2007-08-02</date>
14  <version>
15    <release>0.6.0</release>
16    <api>0.6.0</api>
17  </version>
18  <stability>
19   <release>beta</release>
20   <api>beta</api>
21  </stability>
22  <license uri="http://www.symfony-project.com/license">MIT license</license>
23  <notes>-</notes>
24  <contents>
25   <dir name="/">
26    <file name="config/config.php" role="data" />
27    <file name="README" role="data" />
28    <file name="LICENSE" role="data" />
29      <dir name="lib">
30        <file name="sfSimpleForumPostPfcHooks.class.php" role="data" />
31     </dir>
32   </dir>
33  </contents>
34
35  <dependencies>
36   <required>
37    <php>
38     <min>5.1.0</min>
39    </php>
40    <pearinstaller>
41     <min>1.4.1</min>
42    </pearinstaller>
43    <package>
44     <name>symfony</name>
45     <channel>pear.symfony-project.com</channel>
46     <min>1.0.0</min>
47    </package>
48    <package>
49     <name>sfPayloadFilterChainPlugin</name>
50     <channel>pear.symfony-project.com</channel>
51     <min>0.1.0</min>
52    </package>
53   </required>
54
55   <optional>
56    <package>
57     <name>sfPayloadFilterChain_TextTransformationPlugin</name>
58     <channel>pear.symfony-project.com</channel>
59     <min>0.2.1</min>
60    </package>
61   </optional>
62  </dependencies>
63
64  <phprelease>
65  </phprelease>
66
67  <changelog>
68
69   <release>
70    <version>
71     <release>0.6.0</release>
72     <api>0.6.0</api>
73    </version>
74    <stability>
75     <release>beta</release>
76     <api>beta</api>
77    </stability>
78    <date>2007-08-02</date>
79    <license uri="http://www.symfony-project.com/license">MIT license</license>
80    <notes>
81  * Renamed plugin due to renaming of sfBBPlugin to sfSimpleForumPlugin
82    </notes>
83   </release>
84
85   <release>
86    <version>
87     <release>0.5.1</release>
88     <api>0.5.1</api>
89    </version>
90    <stability>
91     <release>beta</release>
92     <api>beta</api>
93    </stability>
94    <date>2007-06-29</date>
95    <license uri="http://www.symfony-project.com/license">MIT license</license>
96    <notes>
97  * updated installation docs
98  * fixed improper mixin registration
99    </notes>
100   </release>
101
102   <release>
103    <version>
104     <release>0.5.0</release>
105     <api>0.5.0</api>
106    </version>
107    <stability>
108     <release>beta</release>
109     <api>beta</api>
110    </stability>
111    <date>2007-06-28</date>
112    <license uri="http://www.symfony-project.com/license">MIT license</license>
113    <notes>
114  * fixed typo in README
115  * installation documentation update (since symfony's `plugin-install` don't support pear dependencies
116  * renamed plugin to sfSimpleForum_PayloadFilterChainPlugin
117  * removed sfSimpleForumPlugin patch (as it's been commited in [4463])
118  * moved sfSimpleForumPostPayload class to sfSimpleForumPlugin
119
120 Thanks to François for his fast and enlightning feedback.
121    </notes>
122   </release>
123 </changelog>
124
125  <changelog>
126   <release>
127    <version>
128     <release>0.4.0</release>
129     <api>0.4.0</api>
130    </version>
131    <stability>
132     <release>beta</release>
133     <api>beta</api>
134    </stability>
135    <date>2007-06-27</date>
136    <license uri="http://www.symfony-project.com/license">MIT license</license>
137    <notes>
138 Initial public release.
139    </notes>
140   </release>
141  </changelog>
142 </package>
Note: See TracBrowser for help on using the browser.