diff --git a/plugins/calendar/composer.json b/plugins/calendar/composer.json index 6f5fc7df..07dfe909 100644 --- a/plugins/calendar/composer.json +++ b/plugins/calendar/composer.json @@ -1,32 +1,32 @@ { "name": "kolab/calendar", "type": "roundcube-plugin", "description": "Calendar plugin", "homepage": "https://git.kolab.org/diffusion/RPK/", "license": "AGPLv3", - "version": "3.4.3", + "version": "3.4.4", "authors": [ { "name": "Thomas Bruederli", "email": "bruederli@kolabsys.com", "role": "Lead" }, { "name": "Aleksander Machniak", "email": "machniak@kolabsys.com", "role": "Developer" } ], "repositories": [ { "type": "composer", "url": "https://plugins.roundcube.net" } ], "require": { "php": ">=5.3.0", "roundcube/plugin-installer": ">=0.1.3", "kolab/libcalendaring": ">=3.4.0", "kolab/libkolab": ">=3.4.0" } } diff --git a/plugins/kolab_2fa/composer.json b/plugins/kolab_2fa/composer.json index a3525d95..4b11198c 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": "3.4.1", + "version": "3.4.4", "authors": [ { "name": "Thomas Bruederli", "email": "bruederli@kolabsys.com", "role": "Lead" } ], "repositories": [ { "type": "composer", "url": "https://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_auth/composer.json b/plugins/kolab_auth/composer.json index 4eebc3fd..374323eb 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.4.3", + "version": "3.4.4", "authors": [ { "name": "Thomas Bruederli", "email": "bruederli@kolabsys.com", "role": "Lead" }, { "name": "Aleksander Machniak", "email": "machniak@kolabsys.com", "role": "Lead" } ], "repositories": [ { "type": "composer", "url": "https://plugins.roundcube.net" } ], "require": { "php": ">=5.3.0", "roundcube/plugin-installer": ">=0.1.3" } } diff --git a/plugins/kolab_files/composer.json b/plugins/kolab_files/composer.json index e2c78206..4315e21b 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.4.3", + "version": "3.4.4", "authors": [ { "name": "Aleksander Machniak", "email": "machniak@kolabsys.com", "role": "Lead" } ], "repositories": [ { "type": "composer", "url": "https://plugins.roundcube.net" } ], "require": { "php": ">=5.3.0", "roundcube/plugin-installer": ">=0.1.3", "kolab/libkolab": ">=3.4.0" } } diff --git a/plugins/kolab_notes/composer.json b/plugins/kolab_notes/composer.json index 27de306c..c4083b43 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.4.3", + "version": "3.4.4", "authors": [ { "name": "Thomas Bruederli", "email": "bruederli@kolabsys.com", "role": "Lead" } ], "repositories": [ { "type": "composer", "url": "https://plugins.roundcube.net" } ], "require": { "php": ">=5.3.0", "roundcube/plugin-installer": ">=0.1.3", "kolab/libkolab": ">=3.4.0", "roundcube/jqueryui": ">=1.10.4" } } diff --git a/plugins/kolab_sso/composer.json b/plugins/kolab_sso/composer.json index 72554a47..b37409af 100644 --- a/plugins/kolab_sso/composer.json +++ b/plugins/kolab_sso/composer.json @@ -1,27 +1,27 @@ { "name": "kolab/kolab_sso", "type": "roundcube-plugin", "description": "Single Sign On for Kolab", "homepage": "https://git.kolab.org/diffusion/RPK/", "license": "AGPLv3", - "version": "3.4.2", + "version": "3.4.4", "authors": [ { "name": "Aleksander Machniak", "email": "machniak@kolabsys.com", "role": "Lead" } ], "repositories": [ { "type": "composer", "url": "https://plugins.roundcube.net" } ], "require": { "php": ">=5.3.0", "roundcube/plugin-installer": ">=0.1.3", "kolab/libkolab": ">=3.4.0", "pear/http_request2": "~2.3.0" } } diff --git a/plugins/libcalendaring/composer.json b/plugins/libcalendaring/composer.json index 84a5ac78..e5f38f1a 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.4.3", + "version": "3.4.4", "authors": [ { "name": "Thomas Bruederli", "email": "bruederli@kolabsys.com", "role": "Lead" } ], "repositories": [ { "type": "composer", "url": "https://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 e7e3a700..754b1128 100644 --- a/plugins/libkolab/composer.json +++ b/plugins/libkolab/composer.json @@ -1,32 +1,32 @@ { "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.4.3", + "version": "3.4.4", "authors": [ { "name": "Thomas Bruederli", "email": "bruederli@kolabsys.com", "role": "Lead" }, { "name": "Aleksander Machniak", "email": "machniak@kolabsys.com", "role": "Developer" } ], "repositories": [ { "type": "composer", "url": "https://plugins.roundcube.net" } ], "require": { "php": ">=5.3.0", "roundcube/plugin-installer": ">=0.1.3", "pear/http_request2": "~2.3.0", "caxy/php-htmldiff": "~0.1.7" } } diff --git a/plugins/tasklist/composer.json b/plugins/tasklist/composer.json index 6d8d5767..8ce46377 100644 --- a/plugins/tasklist/composer.json +++ b/plugins/tasklist/composer.json @@ -1,28 +1,28 @@ { "name": "kolab/tasklist", "type": "roundcube-plugin", "description": "Task management plugin", "homepage": "https://git.kolab.org/diffusion/RPK/", "license": "AGPLv3", - "version": "3.4.3", + "version": "3.4.4", "authors": [ { "name": "Thomas Bruederli", "email": "bruederli@kolabsys.com", "role": "Lead" } ], "repositories": [ { "type": "composer", "url": "https://plugins.roundcube.net" } ], "require": { "php": ">=5.3.0", "roundcube/plugin-installer": ">=0.1.3", "kolab/libcalendaring": ">=3.4.0", "kolab/libkolab": ">=3.4.0", "roundcube/jqueryui": ">=1.10.4" } }