diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2012-04-13 10:08:51 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2012-04-13 10:08:51 +0000 |
| commit | 330286d5a26c2df86f2ee7b1f30f4f56bb2f8f5d (patch) | |
| tree | d54a2e1ab220c6373a39994a567873ce9bd52ca3 /roundcubemail/plugins/vcard_attachments/package.xml | |
| parent | 6ecc360524fdb2d3bdd21e54d0ab953b56a428c2 (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)
git-svn-id: https://svn.roundcube.net/trunk@6075 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/plugins/vcard_attachments/package.xml')
| -rw-r--r-- | roundcubemail/plugins/vcard_attachments/package.xml | 34 |
1 files changed, 26 insertions, 8 deletions
diff --git a/roundcubemail/plugins/vcard_attachments/package.xml b/roundcubemail/plugins/vcard_attachments/package.xml index 066c908bf..06d043ffd 100644 --- a/roundcubemail/plugins/vcard_attachments/package.xml +++ b/roundcubemail/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> |
