diff options
author | Aleksander Machniak <alec@alec.pl> | 2014-12-09 04:43:25 -0500 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2014-12-09 04:43:25 -0500 |
commit | ecf6c79d00a8ed722a6664f276a0f015de4d13c2 (patch) | |
tree | 908315b16758ae963584c79150ff5a9c25ed1948 | |
parent | defe025b61586a29c8ecb6635f848360a3021cd8 (diff) |
Bump up version number, remove package.xml file
-rw-r--r-- | plugins/managesieve/Changelog | 2 | ||||
-rw-r--r-- | plugins/managesieve/composer.json | 4 | ||||
-rw-r--r-- | plugins/managesieve/lib/Roundcube/rcube_sieve_engine.php | 2 | ||||
-rw-r--r-- | plugins/managesieve/package.xml | 128 |
4 files changed, 5 insertions, 131 deletions
diff --git a/plugins/managesieve/Changelog b/plugins/managesieve/Changelog index 334b1458f..3ac7741ad 100644 --- a/plugins/managesieve/Changelog +++ b/plugins/managesieve/Changelog @@ -1,3 +1,5 @@ +* version 8.1 [2014-12-09] +----------------------------------------------------------- - Added simple API to manage vacation rule - Fix missing css/js scripts in filter form in mail task - Fix default vacation status (#1490019) diff --git a/plugins/managesieve/composer.json b/plugins/managesieve/composer.json index 51e76bc92..d8c8af4fe 100644 --- a/plugins/managesieve/composer.json +++ b/plugins/managesieve/composer.json @@ -2,8 +2,8 @@ "name": "roundcube/managesieve", "type": "roundcube-plugin", "description": "Adds a possibility to manage Sieve scripts (incoming mail filters). It's clickable interface which operates on text scripts and communicates with server using managesieve protocol. Adds Filters tab in Settings.", - "license": "GNU GPLv3+", - "version": "7.2", + "license": "GPLv3+", + "version": "8.1", "authors": [ { "name": "Aleksander Machniak", diff --git a/plugins/managesieve/lib/Roundcube/rcube_sieve_engine.php b/plugins/managesieve/lib/Roundcube/rcube_sieve_engine.php index fb2f64e3d..8d0dca4d0 100644 --- a/plugins/managesieve/lib/Roundcube/rcube_sieve_engine.php +++ b/plugins/managesieve/lib/Roundcube/rcube_sieve_engine.php @@ -63,7 +63,7 @@ class rcube_sieve_engine 1 => 'notifyimportancehigh' ); - const VERSION = '8.0'; + const VERSION = '8.1'; const PROGNAME = 'Roundcube (Managesieve)'; const PORT = 4190; diff --git a/plugins/managesieve/package.xml b/plugins/managesieve/package.xml deleted file mode 100644 index f4c4bb941..000000000 --- a/plugins/managesieve/package.xml +++ /dev/null @@ -1,128 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<package xmlns="http://pear.php.net/dtd/package-2.0" xmlns:tasks="http://pear.php.net/dtd/tasks-1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" packagerversion="1.9.0" version="2.0" xsi:schemaLocation="http://pear.php.net/dtd/tasks-1.0 - http://pear.php.net/dtd/tasks-1.0.xsd - http://pear.php.net/dtd/package-2.0 - http://pear.php.net/dtd/package-2.0.xsd"> - <name>managesieve</name> - <channel>pear.roundcube.net</channel> - <summary>Sieve filters manager for Roundcube</summary> - <description> - Adds a possibility to manage Sieve scripts (incoming mail filters). - It's clickable interface which operates on text scripts and communicates - with server using managesieve protocol. Adds Filters tab in Settings. - </description> - <lead> - <name>Aleksander Machniak</name> - <user>alec</user> - <email>alec@alec.pl</email> - <active>yes</active> - </lead> - <date>2014-02-14</date> - <version> - <release>7.2</release> - <api>7.0</api> - </version> - <stability> - <release>stable</release> - <api>stable</api> - </stability> - <license uri="http://www.gnu.org/licenses/gpl.html">GNU GPLv3+</license> - <notes>-</notes> - <contents> - <dir baseinstalldir="/" name="/"> - <file name="managesieve.php" role="php"> - <tasks:replace from="@name@" to="name" type="package-info"/> - <tasks:replace from="@package_version@" to="version" type="package-info"/> - </file> - <file name="managesieve.js" role="data"> - <tasks:replace from="@name@" to="name" type="package-info"/> - <tasks:replace from="@package_version@" to="version" type="package-info"/> - </file> - <file name="lib/Roundcube/rcube_sieve.php" role="php"></file> - <file name="lib/Roundcube/rcube_sieve_engine.php" role="php"></file> - <file name="lib/Roundcube/rcube_sieve_script.php" role="php"></file> - <file name="lib/Net/Sieve.php" role="php"></file> - <file name="localization/be_BE.inc" role="data"></file> - <file name="localization/bg_BG.inc" role="data"></file> - <file name="localization/bs_BA.inc" role="data"></file> - <file name="localization/ca_ES_BA.inc" role="data"></file> - <file name="localization/cs_CZ.inc" role="data"></file> - <file name="localization/cy_GB.inc" role="data"></file> - <file name="localization/da_DK.inc" role="data"></file> - <file name="localization/de_CH.inc" role="data"></file> - <file name="localization/de_DE.inc" role="data"></file> - <file name="localization/el_GR.inc" role="data"></file> - <file name="localization/en_GB.inc" role="data"></file> - <file name="localization/en_US.inc" role="data"></file> - <file name="localization/eo.inc" role="data"></file> - <file name="localization/es_AR.inc" role="data"></file> - <file name="localization/es_ES.inc" role="data"></file> - <file name="localization/et_EE.inc" role="data"></file> - <file name="localization/fa_IR.inc" role="data"></file> - <file name="localization/fi_FI.inc" role="data"></file> - <file name="localization/fr_FR.inc" role="data"></file> - <file name="localization/gl_ES.inc" role="data"></file> - <file name="localization/he_IL.inc" role="data"></file> - <file name="localization/hr_HR.inc" role="data"></file> - <file name="localization/hu_HU.inc" role="data"></file> - <file name="localization/ia_IA.inc" role="data"></file> - <file name="localization/id_ID.inc" role="data"></file> - <file name="localization/it_IT.inc" role="data"></file> - <file name="localization/ja_JP.inc" role="data"></file> - <file name="localization/lt_LT.inc" role="data"></file> - <file name="localization/lv_LV.inc" role="data"></file> - <file name="localization/ml_ML.inc" role="data"></file> - <file name="localization/mr_IN.inc" role="data"></file> - <file name="localization/nb_NO.inc" role="data"></file> - <file name="localization/nl_NL.inc" role="data"></file> - <file name="localization/pl_PL.inc" role="data"></file> - <file name="localization/pt_BR.inc" role="data"></file> - <file name="localization/pt_PT.inc" role="data"></file> - <file name="localization/ro_RO.inc" role="data"></file> - <file name="localization/ru_RU.inc" role="data"></file> - <file name="localization/si_LK.inc" role="data"></file> - <file name="localization/sk_SK.inc" role="data"></file> - <file name="localization/sl_SI.inc" role="data"></file> - <file name="localization/sv_SE.inc" role="data"></file> - <file name="localization/tr_TR.inc" role="data"></file> - <file name="localization/uk_UA.inc" role="data"></file> - <file name="localization/vi_VN.inc" role="data"></file> - <file name="localization/zh_CN.inc" role="data"></file> - <file name="localization/zh_TW.inc" role="data"></file> - <file name="skins/classic/managesieve.css" role="data"></file> - <file name="skins/classic/managesieve_mail.css" role="data"></file> - <file name="skins/classic/templates/filteredit.html" role="data"></file> - <file name="skins/classic/templates/managesieve.html" role="data"></file> - <file name="skins/classic/templates/setedit.html" role="data"></file> - <file name="skins/classic/images/add.png" role="data"></file> - <file name="skins/classic/images/del.png" role="data"></file> - <file name="skins/classic/images/down_small.gif" role="data"></file> - <file name="skins/classic/images/erase.png" role="data"></file> - <file name="skins/classic/images/filter.png" role="data"></file> - <file name="skins/classic/images/up_small.gif" role="data"></file> - <file name="skins/larry/managesieve.css" role="data"></file> - <file name="skins/larry/managesieve_mail.css" role="data"></file> - <file name="skins/larry/templates/filteredit.html" role="data"></file> - <file name="skins/larry/templates/managesieve.html" role="data"></file> - <file name="skins/larry/templates/setedit.html" role="data"></file> - <file name="skins/larry/images/add.png" role="data"></file> - <file name="skins/larry/images/del.png" role="data"></file> - <file name="skins/larry/images/down_small.gif" role="data"></file> - <file name="skins/larry/images/erase.png" role="data"></file> - <file name="skins/larry/images/up_small.gif" role="data"></file> - <file name="config.inc.php.dist" role="data"></file> - </dir> - <!-- / --> - </contents> - <dependencies> - <required> - <php> - <min>5.2.1</min> - </php> - <pearinstaller> - <min>1.7.0</min> - </pearinstaller> - </required> - </dependencies> - <phprelease/> -</package> |