From 8db4a68da1c01d16765a06215c9019fabf8e253a Mon Sep 17 00:00:00 2001 From: "Jeroen van Meeuwen (Kolab Systems)" Date: Thu, 1 Jan 2015 14:09:18 +0100 Subject: [PATCH] Set versions of individual plugins to closer represent the actual packaged release of the collection of plugins --- plugins/calendar/composer.json | 2 +- plugins/kolab_addressbook/composer.json | 2 +- plugins/kolab_auth/composer.json | 2 +- plugins/kolab_delegation/composer.json | 4 ++-- plugins/kolab_files/composer.json | 2 +- plugins/kolab_notes/composer.json | 2 +- plugins/tasklist/composer.json | 2 +- 7 files changed, 8 insertions(+), 8 deletions(-) diff --git a/plugins/calendar/composer.json b/plugins/calendar/composer.json index 6bd2b127..9839b216 100644 --- a/plugins/calendar/composer.json +++ b/plugins/calendar/composer.json @@ -4,7 +4,7 @@ "description": "Calendar plugin", "homepage": "http://git.kolab.org/roundcubemail-plugins-kolab/", "license": "AGPLv3", - "version": "1.1.0", + "version": "3.2.2", "authors": [ { "name": "Thomas Bruederli", diff --git a/plugins/kolab_addressbook/composer.json b/plugins/kolab_addressbook/composer.json index 82f2d551..a6f0dc09 100644 --- a/plugins/kolab_addressbook/composer.json +++ b/plugins/kolab_addressbook/composer.json @@ -4,7 +4,7 @@ "description": "Kolab addressbook", "homepage": "http://git.kolab.org/roundcubemail-plugins-kolab/", "license": "AGPLv3", - "version": "1.0.0", + "version": "3.2.2", "authors": [ { "name": "Thomas Bruederli", diff --git a/plugins/kolab_auth/composer.json b/plugins/kolab_auth/composer.json index bf3fe2a5..3e7012f4 100644 --- a/plugins/kolab_auth/composer.json +++ b/plugins/kolab_auth/composer.json @@ -4,7 +4,7 @@ "description": "Kolab authentication", "homepage": "http://git.kolab.org/roundcubemail-plugins-kolab/", "license": "AGPLv3", - "version": "1.0.0", + "version": "3.2.2", "authors": [ { "name": "Thomas Bruederli", diff --git a/plugins/kolab_delegation/composer.json b/plugins/kolab_delegation/composer.json index d5e12c30..c63dd570 100644 --- a/plugins/kolab_delegation/composer.json +++ b/plugins/kolab_delegation/composer.json @@ -4,7 +4,7 @@ "description": "Kolab delegation feature", "homepage": "http://git.kolab.org/roundcubemail-plugins-kolab/", "license": "AGPLv3", - "version": "0.5.0", + "version": "3.2.2", "authors": [ { "name": "Aleksander Machniak", @@ -22,6 +22,6 @@ "php": ">=5.3.0", "roundcube/plugin-installer": ">=0.1.3", "kolab/libkolab": ">=1.1.0", - "kolab/kolab_auth": ">=1.0.0" + "kolab/kolab_auth": ">=3.2.2" } } diff --git a/plugins/kolab_files/composer.json b/plugins/kolab_files/composer.json index 1b09e05f..8fd6f15d 100644 --- a/plugins/kolab_files/composer.json +++ b/plugins/kolab_files/composer.json @@ -4,7 +4,7 @@ "description": "User interface for Kolab File Manager (Chwala)", "homepage": "http://git.kolab.org/roundcubemail-plugins-kolab/", "license": "AGPLv3", - "version": "1.1.0", + "version": "3.2.2", "authors": [ { "name": "Aleksander Machniak", diff --git a/plugins/kolab_notes/composer.json b/plugins/kolab_notes/composer.json index 5f964529..2ebb4ef5 100644 --- a/plugins/kolab_notes/composer.json +++ b/plugins/kolab_notes/composer.json @@ -4,7 +4,7 @@ "description": "Notes module for Roundcube connecting to a Kolab server for storage", "homepage": "http://git.kolab.org/roundcubemail-plugins-kolab/", "license": "AGPLv3", - "version": "1.1.0", + "version": "3.2.2", "authors": [ { "name": "Thomas Bruederli", diff --git a/plugins/tasklist/composer.json b/plugins/tasklist/composer.json index ac0b35a7..210490b2 100644 --- a/plugins/tasklist/composer.json +++ b/plugins/tasklist/composer.json @@ -4,7 +4,7 @@ "description": "Task management plugin", "homepage": "http://git.kolab.org/roundcubemail-plugins-kolab/", "license": "AGPLv3", - "version": "1.1.0", + "version": "3.2.2", "authors": [ { "name": "Thomas Bruederli",