diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-05-13 17:38:23 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-05-13 17:38:23 +0000 |
| commit | 4d6d0b05bf02a170f23045dae8653dd536c953f8 (patch) | |
| tree | 24c8ae7cca453f77b3b510f248a34add9050c7be /plugins/new_user_dialog/package.xml | |
| parent | 38d81821675d07d6ab0bb69db9581cf316bd042d (diff) | |
- Fix space bar and backspace buttons not working (#1486726)
git-svn-id: https://svn.roundcube.net/trunk@3616 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'plugins/new_user_dialog/package.xml')
| -rw-r--r-- | plugins/new_user_dialog/package.xml | 25 |
1 files changed, 21 insertions, 4 deletions
diff --git a/plugins/new_user_dialog/package.xml b/plugins/new_user_dialog/package.xml index cb0bc1644..0ebee36e3 100644 --- a/plugins/new_user_dialog/package.xml +++ b/plugins/new_user_dialog/package.xml @@ -13,10 +13,10 @@ <email>roundcube@gmail.com</email> <active>yes</active> </lead> - <date>2010-03-29</date> - <time>13:20:00</time> + <date>2010-05-13</date> + <time>19:35:00</time> <version> - <release>1.0</release> + <release>1.1</release> <api>1.0</api> </version> <stability> @@ -24,7 +24,9 @@ <api>stable</api> </stability> <license uri="http://www.gnu.org/licenses/gpl-2.0.html">GNU GPLv2</license> - <notes>-</notes> + <notes> +- Fix space bar and backspace buttons not working (#1486726) + </notes> <contents> <dir baseinstalldir="/" name="/"> <file name="new_user_dialog.php" role="php"> @@ -62,4 +64,19 @@ </required> </dependencies> <phprelease/> + <changelog> + <release> + <date>2010-03-29</date> + <time>13:20:00</time> + <version> + <release>1.0</release> + <api>1.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> + </release> + </changelog> </package> |
