diff options
author | alecpl <alec@alec.pl> | 2012-04-13 10:08:51 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2012-04-13 10:08:51 +0000 |
commit | 3c32f32025fa9556a3f902c004f831bdc9f6f9b8 (patch) | |
tree | c543c0328d58f7a960ed36c0091ad0423475f264 /plugins/vcard_attachments/package.xml | |
parent | 71950df6df07614300b6a79b726e7cfd61534b29 (diff) |
- Fixed doble urlencoding of vcard identifier
- Fixed encoding when default charset is different than vcard charset
- Improved vcards import to work as addressbook::import procedure (with validation and autofix)
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 066c908bf..06d043ffd 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>2012-03-11</date> - <time>19:00</time> + <date>2012-04-13</date> + <time>12:00</time> <version> - <release>3.1-beta</release> - <api>3.1-beta</api> + <release>3.1</release> + <api>3.1</api> </version> <stability> <release>stable</release> @@ -31,10 +31,9 @@ </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 +- Fixed doble urlencoding of vcard identifier +- Fixed encoding when default charset is different than vcard charset +- Improved vcards import to work as addressbook::import procedure (with validation and autofix) </notes> <contents> <dir baseinstalldir="/" name="/"> @@ -117,5 +116,24 @@ - Add styles for new skin "Larry" </notes> </release> + <release> + <date>2012-03-11</date> + <time>19:00</time> + <version> + <release>3.1-beta</release> + <api>3.1-beta</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" +- Exec contact_create hook when adding contact (#1486964) +- Make icons skinable +- Display vcard icon on messages list when message is of type vcard + </notes> + </release> </changelog> </package> |