diff --git a/plugins/calendar/composer.json b/plugins/calendar/composer.json index 4ab48911..07242e69 100644 --- a/plugins/calendar/composer.json +++ b/plugins/calendar/composer.json @@ -1,31 +1,31 @@ { "name": "kolab/calendar", "type": "roundcube-plugin", "description": "Calendar plugin", "homepage": "https://git.kolab.org/diffusion/RPK/", "license": "AGPLv3", - "version": "3.2.8", + "version": "3.3.0", "authors": [ { "name": "Thomas Bruederli", "email": "bruederli@kolabsys.com", "role": "Lead" }, { "name": "Alensader Machniak", "email": "machniak@kolabsys.com", "role": "Developer" } ], "repositories": [ { "type": "composer", "url": "http://plugins.roundcube.net" } ], "require": { "php": ">=5.3.0", "roundcube/plugin-installer": ">=0.1.3", - "kolab/libcalendaring": ">=3.2.8" + "kolab/libcalendaring": ">=3.3.0" } } diff --git a/plugins/html_converter/composer.json b/plugins/html_converter/composer.json index 8a1ec22e..6cd0a48f 100644 --- a/plugins/html_converter/composer.json +++ b/plugins/html_converter/composer.json @@ -1,25 +1,25 @@ { "name": "kolab/html_converter", "type": "roundcube-plugin", "description": "Better HTML to Text converter that uses text-based browser (lynx) for this task", "homepage": "https://git.kolab.org/diffusion/RPK/", "license": "AGPLv3", - "version": "0.1", + "version": "3.3.0", "authors": [ { "name": "Aleksander Machniak", "email": "machniak@kolabsys.com", "role": "Lead" } ], "repositories": [ { "type": "composer", "url": "http://plugins.roundcube.net" } ], "require": { "php": ">=5.3.0", "roundcube/plugin-installer": ">=0.1.3" } } diff --git a/plugins/kolab_2fa/composer.json b/plugins/kolab_2fa/composer.json index 72223c93..6d7ae1a9 100644 --- a/plugins/kolab_2fa/composer.json +++ b/plugins/kolab_2fa/composer.json @@ -1,28 +1,28 @@ { "name": "kolab/kolab_2fa", "type": "roundcube-plugin", "description": "Kolab 2-Factor Authentication", "homepage": "https://git.kolab.org/diffusion/RPK/", "license": "AGPLv3", - "version": "0.1.0", + "version": "3.3.0", "authors": [ { "name": "Thomas Bruederli", "email": "bruederli@kolabsys.com", "role": "Lead" } ], "repositories": [ { "type": "composer", "url": "http://plugins.roundcube.net" } ], "require": { "php": ">=5.3.0", "roundcube/plugin-installer": ">=0.1.3", "spomky-labs/otphp": "~5.0.0", "endroid/qrcode": "~1.5.0", "enygma/yubikey": "~3.2" } } diff --git a/plugins/kolab_activesync/composer.json b/plugins/kolab_activesync/composer.json index ba5c7880..65dcbe2e 100644 --- a/plugins/kolab_activesync/composer.json +++ b/plugins/kolab_activesync/composer.json @@ -1,31 +1,31 @@ { "name": "kolab/kolab_activesync", "type": "roundcube-plugin", "description": "ActiveSync configuration utility for Kolab accounts", "homepage": "https://git.kolab.org/diffusion/RPK/", "license": "AGPLv3", - "version": "3.2.8", + "version": "3.3.0", "authors": [ { "name": "Thomas Bruederli", "email": "bruederli@kolabsys.com", "role": "Lead" }, { "name": "Aleksander Machniak", "email": "machniak@kolabsys.com", "role": "Lead" } ], "repositories": [ { "type": "composer", "url": "http://plugins.roundcube.net" } ], "require": { "php": ">=5.3.0", "roundcube/plugin-installer": ">=0.1.3", - "kolab/libkolab": ">=3.2.8" + "kolab/libkolab": ">=3.3.0" } } diff --git a/plugins/kolab_addressbook/composer.json b/plugins/kolab_addressbook/composer.json index 4b8b0250..6b481daf 100644 --- a/plugins/kolab_addressbook/composer.json +++ b/plugins/kolab_addressbook/composer.json @@ -1,31 +1,31 @@ { "name": "kolab/kolab_addressbook", "type": "roundcube-plugin", "description": "Kolab addressbook", "homepage": "https://git.kolab.org/diffusion/RPK/", "license": "AGPLv3", - "version": "3.2.8", + "version": "3.3.0", "authors": [ { "name": "Thomas Bruederli", "email": "bruederli@kolabsys.com", "role": "Lead" }, { "name": "Aleksander Machniak", "email": "machniak@kolabsys.com", "role": "Lead" } ], "repositories": [ { "type": "composer", "url": "http://plugins.roundcube.net" } ], "require": { "php": ">=5.3.0", "roundcube/plugin-installer": ">=0.1.3", - "kolab/libkolab": ">=3.2.8" + "kolab/libkolab": ">=3.3.0" } } diff --git a/plugins/kolab_auth/composer.json b/plugins/kolab_auth/composer.json index 5fec1045..3a3373f3 100644 --- a/plugins/kolab_auth/composer.json +++ b/plugins/kolab_auth/composer.json @@ -1,30 +1,30 @@ { "name": "kolab/kolab_auth", "type": "roundcube-plugin", "description": "Kolab authentication", "homepage": "https://git.kolab.org/diffusion/RPK/", "license": "AGPLv3", - "version": "3.2.8", + "version": "3.3.0", "authors": [ { "name": "Thomas Bruederli", "email": "bruederli@kolabsys.com", "role": "Lead" }, { "name": "Aleksander Machniak", "email": "machniak@kolabsys.com", "role": "Lead" } ], "repositories": [ { "type": "composer", "url": "http://plugins.roundcube.net" } ], "require": { "php": ">=5.3.0", "roundcube/plugin-installer": ">=0.1.3" } } diff --git a/plugins/kolab_config/composer.json b/plugins/kolab_config/composer.json index 4dd72f93..a90b2c8e 100644 --- a/plugins/kolab_config/composer.json +++ b/plugins/kolab_config/composer.json @@ -1,26 +1,26 @@ { "name": "kolab/kolab_config", "type": "roundcube-plugin", "description": "Kolab configuration storage", "homepage": "https://git.kolab.org/diffusion/RPK/", "license": "AGPLv3", - "version": "3.2.7", + "version": "3.3.0", "authors": [ { "name": "Aleksander Machniak", "email": "machniak@kolabsys.com", "role": "Lead" } ], "repositories": [ { "type": "composer", "url": "http://plugins.roundcube.net" } ], "require": { "php": ">=5.3.0", "roundcube/plugin-installer": ">=0.1.3", - "kolab/libkolab": ">=3.2.8" + "kolab/libkolab": ">=3.3.0" } } diff --git a/plugins/kolab_delegation/composer.json b/plugins/kolab_delegation/composer.json index edde9fb4..9047e7d7 100644 --- a/plugins/kolab_delegation/composer.json +++ b/plugins/kolab_delegation/composer.json @@ -1,27 +1,27 @@ { "name": "kolab/kolab_delegation", "type": "roundcube-plugin", "description": "Kolab delegation feature", "homepage": "https://git.kolab.org/diffusion/RPK/", "license": "AGPLv3", - "version": "3.2.8", + "version": "3.3.0", "authors": [ { "name": "Aleksander Machniak", "email": "machniak@kolabsys.com", "role": "Lead" } ], "repositories": [ { "type": "composer", "url": "http://plugins.roundcube.net" } ], "require": { "php": ">=5.3.0", "roundcube/plugin-installer": ">=0.1.3", - "kolab/libkolab": ">=3.2.8", - "kolab/kolab_auth": ">=3.2.8" + "kolab/libkolab": ">=3.3.0", + "kolab/kolab_auth": ">=3.3.0" } } diff --git a/plugins/kolab_files/composer.json b/plugins/kolab_files/composer.json index f708e154..f93fd63c 100644 --- a/plugins/kolab_files/composer.json +++ b/plugins/kolab_files/composer.json @@ -1,26 +1,26 @@ { "name": "kolab/kolab_files", "type": "roundcube-plugin", "description": "User interface for Kolab File Manager (Chwala)", "homepage": "https://git.kolab.org/diffusion/RPK/", "license": "AGPLv3", - "version": "3.2.8", + "version": "3.3.0", "authors": [ { "name": "Aleksander Machniak", "email": "machniak@kolabsys.com", "role": "Lead" } ], "repositories": [ { "type": "composer", "url": "http://plugins.roundcube.net" } ], "require": { "php": ">=5.3.0", "roundcube/plugin-installer": ">=0.1.3", - "kolab/libkolab": ">=3.2.8" + "kolab/libkolab": ">=3.3.0" } } diff --git a/plugins/kolab_folders/composer.json b/plugins/kolab_folders/composer.json index 7e381e80..cd8ad5fb 100644 --- a/plugins/kolab_folders/composer.json +++ b/plugins/kolab_folders/composer.json @@ -1,26 +1,26 @@ { "name": "kolab/kolab_folders", "type": "roundcube-plugin", "description": "Type-aware folder management/listing for Kolab", "homepage": "https://git.kolab.org/diffusion/RPK/", "license": "AGPLv3", - "version": "3.2.8", + "version": "3.3.0", "authors": [ { "name": "Aleksander Machniak", "email": "machniak@kolabsys.com", "role": "Lead" } ], "repositories": [ { "type": "composer", "url": "http://plugins.roundcube.net" } ], "require": { "php": ">=5.3.0", "roundcube/plugin-installer": ">=0.1.3", - "kolab/libkolab": ">=3.2.8" + "kolab/libkolab": ">=3.3.0" } } diff --git a/plugins/kolab_notes/composer.json b/plugins/kolab_notes/composer.json index b294fad0..731e3622 100644 --- a/plugins/kolab_notes/composer.json +++ b/plugins/kolab_notes/composer.json @@ -1,27 +1,27 @@ { "name": "kolab/kolab_notes", "type": "roundcube-plugin", "description": "Notes module for Roundcube connecting to a Kolab server for storage", "homepage": "https://git.kolab.org/diffusion/RPK/", "license": "AGPLv3", - "version": "3.2.8", + "version": "3.3.0", "authors": [ { "name": "Thomas Bruederli", "email": "bruederli@kolabsys.com", "role": "Lead" } ], "repositories": [ { "type": "composer", "url": "http://plugins.roundcube.net" } ], "require": { "php": ">=5.3.0", "roundcube/plugin-installer": ">=0.1.3", - "kolab/libkolab": ">=3.2.8", + "kolab/libkolab": ">=3.3.0", "roundcube/jqueryui": ">=1.10.4" } } diff --git a/plugins/kolab_shortcuts/composer.json b/plugins/kolab_shortcuts/composer.json index 339e52ae..36f96706 100644 --- a/plugins/kolab_shortcuts/composer.json +++ b/plugins/kolab_shortcuts/composer.json @@ -1,25 +1,25 @@ { "name": "kolab/kolab_shortcuts", "type": "roundcube-plugin", "description": "Keyboard shortcuts compatible with Kontact", "homepage": "https://git.kolab.org/diffusion/RPK/", "license": "AGPLv3", - "version": "3.2.6", + "version": "3.3.0", "authors": [ { "name": "Aleksander Machniak", "email": "machniak@kolabsys.com", "role": "Lead" } ], "repositories": [ { "type": "composer", "url": "http://plugins.roundcube.net" } ], "require": { "php": ">=5.3.0", "roundcube/plugin-installer": ">=0.1.3" } } diff --git a/plugins/kolab_tags/composer.json b/plugins/kolab_tags/composer.json index ebbf8073..ee4e59e2 100644 --- a/plugins/kolab_tags/composer.json +++ b/plugins/kolab_tags/composer.json @@ -1,26 +1,26 @@ { "name": "kolab/kolab_tags", "type": "roundcube-plugin", "description": "Email tags plugin", "homepage": "https://git.kolab.org/diffusion/RPK/", "license": "AGPLv3", - "version": "3.2.8", + "version": "3.3.0", "authors": [ { "name": "Aleksander Machniak", "email": "machniak@kolabsys.com", "role": "Lead" } ], "repositories": [ { "type": "composer", "url": "http://plugins.roundcube.net" } ], "require": { "php": ">=5.3.0", "roundcube/plugin-installer": ">=0.1.3", - "kolab/libkolab": ">=3.2.8" + "kolab/libkolab": ">=3.3.0" } } diff --git a/plugins/ldap_authentication/composer.json b/plugins/ldap_authentication/composer.json index 36563945..06df8e3d 100644 --- a/plugins/ldap_authentication/composer.json +++ b/plugins/ldap_authentication/composer.json @@ -1,25 +1,25 @@ { "name": "kolab/ldap_authentication", "type": "roundcube-plugin", "description": "LDAP Authentication (obsoleted)", "homepage": "https://git.kolab.org/diffusion/RPK/", "license": "AGPLv3", - "version": "0.1.0", + "version": "3.3.0", "authors": [ { "name": "Aleksander Machniak", "email": "machniak@kolabsys.com", "role": "Lead" } ], "repositories": [ { "type": "composer", "url": "http://plugins.roundcube.net" } ], "require": { "php": ">=5.3.0", "roundcube/plugin-installer": ">=0.1.3" } } diff --git a/plugins/libcalendaring/composer.json b/plugins/libcalendaring/composer.json index 63fa2345..b12566e5 100644 --- a/plugins/libcalendaring/composer.json +++ b/plugins/libcalendaring/composer.json @@ -1,26 +1,26 @@ { "name": "kolab/libcalendaring", "type": "roundcube-plugin", "description": "Library providing common functions for calendaring plugins", "homepage": "https://git.kolab.org/diffusion/RPK/", "license": "AGPLv3", - "version": "3.2.8", + "version": "3.3.0", "authors": [ { "name": "Thomas Bruederli", "email": "bruederli@kolabsys.com", "role": "Lead" } ], "repositories": [ { "type": "composer", "url": "http://plugins.roundcube.net" } ], "require": { "php": ">=5.4.0", "roundcube/plugin-installer": ">=0.1.3", "sabre/vobject": "~3.3.3" } } diff --git a/plugins/libkolab/composer.json b/plugins/libkolab/composer.json index 41b70ead..d6288320 100644 --- a/plugins/libkolab/composer.json +++ b/plugins/libkolab/composer.json @@ -1,31 +1,31 @@ { "name": "kolab/libkolab", "type": "roundcube-plugin", "description": "Plugin to setup a basic environment for the interaction with a Kolab server.", "homepage": "https://git.kolab.org/diffusion/RPK/", "license": "AGPLv3", - "version": "3.2.8", + "version": "3.3.0", "authors": [ { "name": "Thomas Bruederli", "email": "bruederli@kolabsys.com", "role": "Lead" }, { "name": "Aleksander Machniak", "email": "machniak@kolabsys.com", "role": "Developer" } ], "repositories": [ { "type": "composer", "url": "http://plugins.roundcube.net" } ], "require": { "php": ">=5.3.0", "roundcube/plugin-installer": ">=0.1.3", "caxy/php-htmldiff": "dev-master" } } diff --git a/plugins/logon_page/composer.json b/plugins/logon_page/composer.json index 8a72a498..96b05b5d 100644 --- a/plugins/logon_page/composer.json +++ b/plugins/logon_page/composer.json @@ -1,25 +1,25 @@ { "name": "kolab/logon_page", "type": "roundcube-plugin", "description": "Logon screen additions", "homepage": "https://git.kolab.org/diffusion/RPK/", "license": "AGPLv3", - "version": "0.1.0", + "version": "3.3.0", "authors": [ { "name": "Aleksander Machniak", "email": "machniak@kolabsys.com", "role": "Lead" } ], "repositories": [ { "type": "composer", "url": "http://plugins.roundcube.net" } ], "require": { "php": ">=5.3.0", "roundcube/plugin-installer": ">=0.1.3" } } diff --git a/plugins/odfviewer/composer.json b/plugins/odfviewer/composer.json index b3a0f6d1..bb96d675 100644 --- a/plugins/odfviewer/composer.json +++ b/plugins/odfviewer/composer.json @@ -1,25 +1,25 @@ { "name": "kolab/odfviewer", "type": "roundcube-plugin", "description": "Open Document Viewer plugin", "homepage": "https://git.kolab.org/diffusion/RPK/", "license": "AGPLv3", - "version": "3.2.3", + "version": "3.3.0", "authors": [ { "name": "Thomas Bruederli", "email": "bruederli@kolabsys.com", "role": "Lead" } ], "repositories": [ { "type": "composer", "url": "http://plugins.roundcube.net" } ], "require": { "php": ">=5.3.0", "roundcube/plugin-installer": ">=0.1.3" } } diff --git a/plugins/pdfviewer/composer.json b/plugins/pdfviewer/composer.json index 6e7a2e2c..20870bbf 100644 --- a/plugins/pdfviewer/composer.json +++ b/plugins/pdfviewer/composer.json @@ -1,25 +1,25 @@ { "name": "kolab/pdfviewer", "type": "roundcube-plugin", "description": "Inline PDF viewer plugin", "homepage": "https://git.kolab.org/diffusion/RPK/", "license": "AGPLv3", - "version": "3.2.5", + "version": "3.3.0", "authors": [ { "name": "Thomas Bruederli", "email": "bruederli@kolabsys.com", "role": "Lead" } ], "repositories": [ { "type": "composer", "url": "http://plugins.roundcube.net" } ], "require": { "php": ">=5.3.0", "roundcube/plugin-installer": ">=0.1.3" } } diff --git a/plugins/tasklist/composer.json b/plugins/tasklist/composer.json index 4620e5c2..9e8ee0c5 100644 --- a/plugins/tasklist/composer.json +++ b/plugins/tasklist/composer.json @@ -1,27 +1,27 @@ { "name": "kolab/tasklist", "type": "roundcube-plugin", "description": "Task management plugin", "homepage": "https://git.kolab.org/diffusion/RPK/", "license": "AGPLv3", - "version": "3.2.8", + "version": "3.3.0", "authors": [ { "name": "Thomas Bruederli", "email": "bruederli@kolabsys.com", "role": "Lead" } ], "repositories": [ { "type": "composer", "url": "http://plugins.roundcube.net" } ], "require": { "php": ">=5.3.0", "roundcube/plugin-installer": ">=0.1.3", - "kolab/libcalendaring": ">=3.2.8", + "kolab/libcalendaring": ">=3.3.0", "roundcube/jqueryui": ">=1.10.4" } } diff --git a/plugins/tinymce_config/composer.json b/plugins/tinymce_config/composer.json index cb136469..3d80d5d5 100644 --- a/plugins/tinymce_config/composer.json +++ b/plugins/tinymce_config/composer.json @@ -1,25 +1,25 @@ { "name": "kolab/tinymce_config", "type": "roundcube-plugin", "description": "TinyMCE Editor Configurator", "homepage": "https://git.kolab.org/diffusion/RPK/", "license": "AGPLv3", - "version": "1.0.0", + "version": "3.3.0", "authors": [ { "name": "Aleksander Machniak", "email": "machniak@kolabsys.com", "role": "Lead" } ], "repositories": [ { "type": "composer", "url": "http://plugins.roundcube.net" } ], "require": { "php": ">=5.3.0", "roundcube/plugin-installer": ">=0.1.3" } } diff --git a/plugins/wap_client/composer.json b/plugins/wap_client/composer.json index a626fbde..1841c2d9 100644 --- a/plugins/wap_client/composer.json +++ b/plugins/wap_client/composer.json @@ -1,26 +1,26 @@ { "name": "kolab/wap_client", "type": "roundcube-plugin", "description": "Kolab Web Admin Client", "homepage": "https://git.kolab.org/diffusion/RPK/", "license": "AGPLv3", - "version": "0.1.0", + "version": "3.3.0", "authors": [ { "name": "Aleksander Machniak", "email": "machniak@kolabsys.com", "role": "Lead" } ], "repositories": [ { "type": "composer", "url": "http://plugins.roundcube.net" } ], "require": { "php": ">=5.3.0", "roundcube/plugin-installer": ">=0.1.3", - "kolab/libkolab": ">=3.2.8" + "kolab/libkolab": ">=3.3.0" } }