source: github/plugins/vcard_attachments/package.xml @ 5fec6de

Last change on this file since 5fec6de was 5fec6de, checked in by thomascube <thomas@…>, 2 years ago

Copy plugins to release branch

  • Property mode set to 100644
File size: 3.5 KB
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.9.0" version="2.0" xsi:schemaLocation="http://pear.php.net/dtd/tasks-1.0
3    http://pear.php.net/dtd/tasks-1.0.xsd
4    http://pear.php.net/dtd/package-2.0
5    http://pear.php.net/dtd/package-2.0.xsd">
6        <name>vcard_attachments</name>
7        <channel>pear.roundcube.net</channel>
8        <summary>vCard handler for Roundcube</summary>
9        <description>This plugin detects vCard attachments/bodies and shows a button(s) to add them to address book</description>
10        <lead>
11                <name>Thomas Bruederli</name>
12                <user>thomasb</user>
13                <email>roundcube@gmail.com</email>
14                <active>yes</active>
15        </lead>
16        <lead>
17                <name>Aleksander Machniak</name>
18                <user>alec</user>
19                <email>alec@alec.pl</email>
20                <active>yes</active>
21        </lead>
22        <date>2010-10-14</date>
23        <time>19:00</time>
24        <version>
25                <release>3.0</release>
26                <api>3.0</api>
27        </version>
28        <stability>
29                <release>stable</release>
30                <api>stable</api>
31        </stability>
32        <license uri="http://www.gnu.org/licenses/gpl-2.0.html">GNU GPLv2</license>
33        <notes>
34- Exec contact_create hook when adding contact (#1486964)
35- Make icons skinable
36- Display vcard icon on messages list when message is of type vcard
37    </notes>
38        <contents>
39                <dir baseinstalldir="/" name="/">
40                        <file name="vcard_attachments.php" role="php">
41                                <tasks:replace from="@name@" to="name" type="package-info"/>
42                                <tasks:replace from="@package_version@" to="version" type="package-info"/>
43                        </file>
44                        <file name="vcardattach.js" role="data">
45                                <tasks:replace from="@name@" to="name" type="package-info"/>
46                                <tasks:replace from="@package_version@" to="version" type="package-info"/>
47                        </file>
48                        <file name="localization/cs_CZ.inc" role="data"></file>
49                        <file name="localization/en_US.inc" role="data"></file>
50                        <file name="localization/de_CH.inc" role="data"></file>
51                        <file name="localization/de_DE.inc" role="data"></file>
52                        <file name="localization/es_ES.inc" role="data"></file>
53                        <file name="localization/et_EE.inc" role="data"></file>
54                        <file name="localization/ja_JP.inc" role="data"></file>
55                        <file name="localization/es_ES.inc" role="data"></file>
56                        <file name="localization/pl_PL.inc" role="data"></file>
57                        <file name="localization/ru_RU.inc" role="data"></file>
58                        <file name="localization/sv_SE.inc" role="data"></file>
59                        <file name="localization/zh_TW.inc" role="data"></file>
60                        <file name="skins/default/vcard_add_contact.png" role="data"></file>
61                        <file name="skins/default/vcard.png" role="data"></file>
62                </dir>
63                <!-- / -->
64        </contents>
65        <dependencies>
66                <required>
67                        <php>
68                                <min>5.2.1</min>
69                        </php>
70                        <pearinstaller>
71                                <min>1.7.0</min>
72                        </pearinstaller>
73                </required>
74        </dependencies>
75        <phprelease/>
76        <changelog>
77            <release>
78                <date>2010-04-28</date>
79                <time>12:00:00</time>
80            <version>
81                        <release>2.0</release>
82                        <api>2.0</api>
83                </version>
84                <stability>
85                        <release>stable</release>
86                        <api>stable</api>
87                </stability>
88                <license uri="http://www.gnu.org/licenses/gpl-2.0.html">GNU GPLv2</license>
89                <notes>
90- Added support for Content-Type: text/directory; profile=vCard
91- Added handler for message bodies of type vCard (#1486683)
92- Added support for more than one vCard attachment/body
93- Added support for more than one contact in one vCard file
94- Created package.xml
95            </notes>
96        </release>
97        </changelog>
98</package>
Note: See TracBrowser for help on using the repository browser.