diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2013-07-04 14:51:58 +0200 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2013-07-04 14:51:58 +0200 |
commit | 08167e91140e533dbc52279071767813fee8401c (patch) | |
tree | 92353916927b774b093f916f945276ae2e75318f /plugins/help/package.xml | |
parent | cb1715cd165b5f0883d96e6350239f74fdb76a58 (diff) |
Improve help plugin with some options to display contents according to the current task/step
Diffstat (limited to 'plugins/help/package.xml')
-rw-r--r-- | plugins/help/package.xml | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/plugins/help/package.xml b/plugins/help/package.xml index 889efd17d..d39143ba1 100644 --- a/plugins/help/package.xml +++ b/plugins/help/package.xml @@ -5,7 +5,7 @@ http://pear.php.net/dtd/package-2.0.xsd"> <name>help</name> <channel>pear.roundcube.net</channel> - <summary>Help for Roundcube</summary> + <summary>Online Help for Roundcube</summary> <description>Plugin adds a new item (Help) in taskbar.</description> <lead> <name>Aleksander Machniak</name> @@ -13,10 +13,10 @@ <email>alec@alec.pl</email> <active>yes</active> </lead> - <date>2012-11-11</date> + <date>2013-07-03</date> <version> - <release>1.3</release> - <api>1.2</api> + <release>1.4</release> + <api>1.4</api> </version> <stability> <release>stable</release> @@ -31,7 +31,6 @@ <tasks:replace from="@package_version@" to="version" type="package-info"/> </file> <file name="config.inc.php.dist" role="data"></file> - <file name="content/about.html" role="data"></file> <file name="content/license.html" role="data"></file> <file name="localization/bs_BA.inc" role="data"></file> <file name="localization/ca_ES.inc" role="data"></file> |