summaryrefslogtreecommitdiff
path: root/plugins/vcard_attachments/package.xml
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/vcard_attachments/package.xml')
-rw-r--r--plugins/vcard_attachments/package.xml59
1 files changed, 40 insertions, 19 deletions
diff --git a/plugins/vcard_attachments/package.xml b/plugins/vcard_attachments/package.xml
index e09b8db53..066c908bf 100644
--- a/plugins/vcard_attachments/package.xml
+++ b/plugins/vcard_attachments/package.xml
@@ -19,11 +19,11 @@
<email>alec@alec.pl</email>
<active>yes</active>
</lead>
- <date>2010-10-14</date>
+ <date>2012-03-11</date>
<time>19:00</time>
<version>
- <release>3.0</release>
- <api>3.0</api>
+ <release>3.1-beta</release>
+ <api>3.1-beta</api>
</version>
<stability>
<release>stable</release>
@@ -31,10 +31,11 @@
</stability>
<license uri="http://www.gnu.org/licenses/gpl.html">GNU GPLv3+</license>
<notes>
+- Add styles for new skin "Larry"
- Exec contact_create hook when adding contact (#1486964)
- Make icons skinable
- Display vcard icon on messages list when message is of type vcard
- </notes>
+ </notes>
<contents>
<dir baseinstalldir="/" name="/">
<file name="vcard_attachments.php" role="php">
@@ -59,8 +60,12 @@
<file name="localization/ru_RU.inc" role="data"></file>
<file name="localization/sv_SE.inc" role="data"></file>
<file name="localization/zh_TW.inc" role="data"></file>
+ <file name="skins/default/style.css" role="data"></file>
<file name="skins/default/vcard_add_contact.png" role="data"></file>
<file name="skins/default/vcard.png" role="data"></file>
+ <file name="skins/larry/style.css" role="data"></file>
+ <file name="skins/larry/vcard_add_contact.png" role="data"></file>
+ <file name="skins/larry/vcard.png" role="data"></file>
</dir>
<!-- / -->
</contents>
@@ -76,25 +81,41 @@
</dependencies>
<phprelease/>
<changelog>
- <release>
- <date>2010-04-28</date>
- <time>12:00:00</time>
- <version>
- <release>2.0</release>
- <api>2.0</api>
- </version>
- <stability>
- <release>stable</release>
- <api>stable</api>
- </stability>
- <license uri="http://www.gnu.org/licenses/gpl-2.0.html">GNU GPLv2</license>
- <notes>
+ <release>
+ <date>2010-04-28</date>
+ <time>12:00:00</time>
+ <version>
+ <release>2.0</release>
+ <api>2.0</api>
+ </version>
+ <stability>
+ <release>stable</release>
+ <api>stable</api>
+ </stability>
+ <license uri="http://www.gnu.org/licenses/gpl-2.0.html">GNU GPLv2</license>
+ <notes>
- Added support for Content-Type: text/directory; profile=vCard
- Added handler for message bodies of type vCard (#1486683)
- Added support for more than one vCard attachment/body
- Added support for more than one contact in one vCard file
- Created package.xml
- </notes>
- </release>
+ </notes>
+ </release>
+ <release>
+ <date>2012-03-11</date>
+ <time>19:00:00</time>
+ <version>
+ <release>3.1</release>
+ <api>3.1</api>
+ </version>
+ <stability>
+ <release>stable</release>
+ <api>stable</api>
+ </stability>
+ <license uri="http://www.gnu.org/licenses/gpl.html">GNU GPLv3+</license>
+ <notes>
+ - Add styles for new skin "Larry"
+ </notes>
+ </release>
</changelog>
</package>