diff --git a/plugins/calendar/composer.json b/plugins/calendar/composer.json index 21c2d116..0bf3ccbd 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.11", + "version": "3.2.12", "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.10" + "kolab/libcalendaring": ">=3.2.12" } } diff --git a/plugins/kolab_activesync/composer.json b/plugins/kolab_activesync/composer.json index fec76d63..f25a5edf 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.11", + "version": "3.2.12", "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.11" + "kolab/libkolab": ">=3.2.12" } } diff --git a/plugins/kolab_addressbook/composer.json b/plugins/kolab_addressbook/composer.json index f3e3c88e..b9b74673 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.11", + "version": "3.2.12", "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.11" + "kolab/libkolab": ">=3.2.12" } } diff --git a/plugins/kolab_auth/composer.json b/plugins/kolab_auth/composer.json index 4efc8f71..3c1c6fc2 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.10", + "version": "3.2.12", "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 3aad22ef..3afc6ea6 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.11", + "version": "3.2.12", "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.11" + "kolab/libkolab": ">=3.2.12" } } diff --git a/plugins/kolab_delegation/composer.json b/plugins/kolab_delegation/composer.json index d9833dbc..23145cad 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.11", + "version": "3.2.12", "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.11", - "kolab/kolab_auth": ">=3.2.10" + "kolab/libkolab": ">=3.2.12", + "kolab/kolab_auth": ">=3.2.12" } } diff --git a/plugins/kolab_files/composer.json b/plugins/kolab_files/composer.json index 855485e6..e985e49e 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.11", + "version": "3.2.12", "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.11" + "kolab/libkolab": ">=3.2.12" } } diff --git a/plugins/kolab_folders/composer.json b/plugins/kolab_folders/composer.json index 4a171c95..99de27ff 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.11", + "version": "3.2.12", "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.11" + "kolab/libkolab": ">=3.2.12" } } diff --git a/plugins/kolab_notes/composer.json b/plugins/kolab_notes/composer.json index d199e136..d8b51759 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.11", + "version": "3.2.12", "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.11", + "kolab/libkolab": ">=3.2.12", "roundcube/jqueryui": ">=1.10.4" } } diff --git a/plugins/kolab_tags/composer.json b/plugins/kolab_tags/composer.json index 55ebdedf..eff6b503 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.11", + "version": "3.2.12", "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.11" + "kolab/libkolab": ">=3.2.12" } } diff --git a/plugins/libcalendaring/composer.json b/plugins/libcalendaring/composer.json index f4f0b4a3..fd459220 100644 --- a/plugins/libcalendaring/composer.json +++ b/plugins/libcalendaring/composer.json @@ -1,25 +1,25 @@ { "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.10", + "version": "3.2.12", "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/libkolab/composer.json b/plugins/libkolab/composer.json index e1d87ae6..40fc0060 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.11", + "version": "3.2.12", "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/tasklist/composer.json b/plugins/tasklist/composer.json index b5a9e53b..7912e691 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.10", + "version": "3.2.12", "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.10", + "kolab/libcalendaring": ">=3.2.12", "roundcube/jqueryui": ">=1.10.4" } } diff --git a/plugins/wap_client/composer.json b/plugins/wap_client/composer.json index a626fbde..624082c5 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", "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.2.12" } }