diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-08-30 09:52:48 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-08-30 09:52:48 +0000 |
| commit | b850600c73fe8da5f1c8aaa0b31140c43dd348e8 (patch) | |
| tree | eb47c728466d2d208293eb5b56dd6ab88ab23754 /plugins/vcard_attachments/package.xml | |
| parent | 77475c07839ce8fff72a4d00f8045888933cd43e (diff) | |
- Exec contact_create hook when adding contact via vcard_attachment (#1486964)
git-svn-id: https://svn.roundcube.net/trunk@3922 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'plugins/vcard_attachments/package.xml')
| -rw-r--r-- | plugins/vcard_attachments/package.xml | 34 |
1 files changed, 26 insertions, 8 deletions
diff --git a/plugins/vcard_attachments/package.xml b/plugins/vcard_attachments/package.xml index e10b4a84c..64a92defb 100644 --- a/plugins/vcard_attachments/package.xml +++ b/plugins/vcard_attachments/package.xml @@ -19,10 +19,10 @@ <email>alec@alec.pl</email> <active>yes</active> </lead> - <date>2010-04-28</date> - <time>12:00:00</time> + <date></date> + <time></time> <version> - <release>2.0</release> + <release></release> <api>2.0</api> </version> <stability> @@ -31,11 +31,7 @@ </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 +- Exec contact_create hook when adding contact (#1486964) </notes> <contents> <dir baseinstalldir="/" name="/"> @@ -68,4 +64,26 @@ </required> </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> +- 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> + </changelog> </package> |
