Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
kolab
roundcube-plugins
Commits
020258dd
Commit
020258dd
authored
Feb 14, 2015
by
Jeroen van Meeuwen (Kolab Systems)
Browse files
Update versions and also update the versions of those plugins with new (versioned) requirements
parent
a6ba6981
Changes
13
Hide whitespace changes
Inline
Side-by-side
plugins/calendar/composer.json
View file @
020258dd
...
...
@@ -4,7 +4,7 @@
"description"
:
"Calendar plugin"
,
"homepage"
:
"http://git.kolab.org/roundcubemail-plugins-kolab/"
,
"license"
:
"AGPLv3"
,
"version"
:
"3.2.
4
"
,
"version"
:
"3.2.
5
"
,
"authors"
:
[
{
"name"
:
"Thomas Bruederli"
,
...
...
@@ -26,6 +26,6 @@
"require"
:
{
"php"
:
">=5.3.0"
,
"roundcube/plugin-installer"
:
">=0.1.3"
,
"kolab/libcalendaring"
:
">=3.2.
4
"
"kolab/libcalendaring"
:
">=3.2.
5
"
}
}
plugins/kolab_activesync/composer.json
View file @
020258dd
...
...
@@ -4,7 +4,7 @@
"description"
:
"ActiveSync configuration utility for Kolab accounts"
,
"homepage"
:
"http://git.kolab.org/roundcubemail-plugins-kolab/"
,
"license"
:
"AGPLv3"
,
"version"
:
"3.2.
3
"
,
"version"
:
"3.2.
5
"
,
"authors"
:
[
{
"name"
:
"Thomas Bruederli"
,
...
...
@@ -26,6 +26,6 @@
"require"
:
{
"php"
:
">=5.3.0"
,
"roundcube/plugin-installer"
:
">=0.1.3"
,
"kolab/libkolab"
:
">=3.2.
4
"
"kolab/libkolab"
:
">=3.2.
5
"
}
}
plugins/kolab_addressbook/composer.json
View file @
020258dd
...
...
@@ -4,7 +4,7 @@
"description"
:
"Kolab addressbook"
,
"homepage"
:
"http://git.kolab.org/roundcubemail-plugins-kolab/"
,
"license"
:
"AGPLv3"
,
"version"
:
"3.2.
3
"
,
"version"
:
"3.2.
5
"
,
"authors"
:
[
{
"name"
:
"Thomas Bruederli"
,
...
...
@@ -26,6 +26,6 @@
"require"
:
{
"php"
:
">=5.3.0"
,
"roundcube/plugin-installer"
:
">=0.1.3"
,
"kolab/libkolab"
:
">=3.2.
4
"
"kolab/libkolab"
:
">=3.2.
5
"
}
}
plugins/kolab_config/composer.json
View file @
020258dd
...
...
@@ -4,7 +4,7 @@
"description"
:
"Kolab configuration storage"
,
"homepage"
:
"http://git.kolab.org/roundcubemail-plugins-kolab/"
,
"license"
:
"AGPLv3"
,
"version"
:
"3.2.
3
"
,
"version"
:
"3.2.
5
"
,
"authors"
:
[
{
"name"
:
"Aleksander Machniak"
,
...
...
@@ -21,6 +21,6 @@
"require"
:
{
"php"
:
">=5.3.0"
,
"roundcube/plugin-installer"
:
">=0.1.3"
,
"kolab/libkolab"
:
">=3.2.
4
"
"kolab/libkolab"
:
">=3.2.
5
"
}
}
plugins/kolab_delegation/composer.json
View file @
020258dd
...
...
@@ -4,7 +4,7 @@
"description"
:
"Kolab delegation feature"
,
"homepage"
:
"http://git.kolab.org/roundcubemail-plugins-kolab/"
,
"license"
:
"AGPLv3"
,
"version"
:
"3.2.
3
"
,
"version"
:
"3.2.
5
"
,
"authors"
:
[
{
"name"
:
"Aleksander Machniak"
,
...
...
@@ -21,7 +21,7 @@
"require"
:
{
"php"
:
">=5.3.0"
,
"roundcube/plugin-installer"
:
">=0.1.3"
,
"kolab/libkolab"
:
">=3.2.
4
"
,
"kolab/libkolab"
:
">=3.2.
5
"
,
"kolab/kolab_auth"
:
">=3.2.2"
}
}
plugins/kolab_files/composer.json
View file @
020258dd
...
...
@@ -4,7 +4,7 @@
"description"
:
"User interface for Kolab File Manager (Chwala)"
,
"homepage"
:
"http://git.kolab.org/roundcubemail-plugins-kolab/"
,
"license"
:
"AGPLv3"
,
"version"
:
"3.2.
3
"
,
"version"
:
"3.2.
5
"
,
"authors"
:
[
{
"name"
:
"Aleksander Machniak"
,
...
...
@@ -21,6 +21,6 @@
"require"
:
{
"php"
:
">=5.3.0"
,
"roundcube/plugin-installer"
:
">=0.1.3"
,
"kolab/libkolab"
:
">=3.2.
4
"
"kolab/libkolab"
:
">=3.2.
5
"
}
}
plugins/kolab_folders/composer.json
View file @
020258dd
...
...
@@ -4,7 +4,7 @@
"description"
:
"Type-aware folder management/listing for Kolab"
,
"homepage"
:
"http://git.kolab.org/roundcubemail-plugins-kolab/"
,
"license"
:
"AGPLv3"
,
"version"
:
"3.2.
3
"
,
"version"
:
"3.2.
5
"
,
"authors"
:
[
{
"name"
:
"Aleksander Machniak"
,
...
...
@@ -21,6 +21,6 @@
"require"
:
{
"php"
:
">=5.3.0"
,
"roundcube/plugin-installer"
:
">=0.1.3"
,
"kolab/libkolab"
:
">=3.2.
4
"
"kolab/libkolab"
:
">=3.2.
5
"
}
}
plugins/kolab_notes/composer.json
View file @
020258dd
...
...
@@ -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"
:
"3.2.
3
"
,
"version"
:
"3.2.
5
"
,
"authors"
:
[
{
"name"
:
"Thomas Bruederli"
,
...
...
@@ -21,7 +21,7 @@
"require"
:
{
"php"
:
">=5.3.0"
,
"roundcube/plugin-installer"
:
">=0.1.3"
,
"kolab/libkolab"
:
">=3.2.
4
"
,
"kolab/libkolab"
:
">=3.2.
5
"
,
"roundcube/jqueryui"
:
">=1.10.4"
}
}
plugins/kolab_tags/composer.json
View file @
020258dd
...
...
@@ -4,7 +4,7 @@
"description"
:
"Email tags plugin"
,
"homepage"
:
"http://git.kolab.org/roundcubemail-plugins-kolab/"
,
"license"
:
"AGPLv3"
,
"version"
:
"3.2.
3
"
,
"version"
:
"3.2.
5
"
,
"authors"
:
[
{
"name"
:
"Aleksander Machniak"
,
...
...
@@ -21,6 +21,6 @@
"require"
:
{
"php"
:
">=5.3.0"
,
"roundcube/plugin-installer"
:
">=0.1.3"
,
"kolab/libkolab"
:
">=3.2.
4
"
"kolab/libkolab"
:
">=3.2.
5
"
}
}
plugins/libcalendaring/composer.json
View file @
020258dd
...
...
@@ -4,7 +4,7 @@
"description"
:
"Library providing common functions for calendaring plugins"
,
"homepage"
:
"http://git.kolab.org/roundcubemail-plugins-kolab/"
,
"license"
:
"AGPLv3"
,
"version"
:
"3.2.
4
"
,
"version"
:
"3.2.
5
"
,
"authors"
:
[
{
"name"
:
"Thomas Bruederli"
,
...
...
plugins/libkolab/composer.json
View file @
020258dd
...
...
@@ -4,7 +4,7 @@
"description"
:
"Plugin to setup a basic environment for the interaction with a Kolab server."
,
"homepage"
:
"http://git.kolab.org/roundcubemail-plugins-kolab/"
,
"license"
:
"AGPLv3"
,
"version"
:
"3.2.
4
"
,
"version"
:
"3.2.
5
"
,
"authors"
:
[
{
"name"
:
"Thomas Bruederli"
,
...
...
@@ -12,7 +12,7 @@
"role"
:
"Lead"
},
{
"name"
:
"Ale
n
sader Machniak"
,
"name"
:
"Ale
k
sa
n
der Machniak"
,
"email"
:
"machniak@kolabsys.com"
,
"role"
:
"Developer"
}
...
...
plugins/pdfviewer/composer.json
View file @
020258dd
...
...
@@ -4,7 +4,7 @@
"description"
:
"Inline PDF viewer plugin"
,
"homepage"
:
"http://git.kolab.org/roundcubemail-plugins-kolab/"
,
"license"
:
"AGPLv3"
,
"version"
:
"
1.0.0
"
,
"version"
:
"
3.2.5
"
,
"authors"
:
[
{
"name"
:
"Thomas Bruederli"
,
...
...
plugins/tasklist/composer.json
View file @
020258dd
...
...
@@ -4,7 +4,7 @@
"description"
:
"Task management plugin"
,
"homepage"
:
"http://git.kolab.org/roundcubemail-plugins-kolab/"
,
"license"
:
"AGPLv3"
,
"version"
:
"3.2.
3
"
,
"version"
:
"3.2.
5
"
,
"authors"
:
[
{
"name"
:
"Thomas Bruederli"
,
...
...
@@ -21,7 +21,7 @@
"require"
:
{
"php"
:
">=5.3.0"
,
"roundcube/plugin-installer"
:
">=0.1.3"
,
"kolab/libcalendaring"
:
">=3.2.
4
"
,
"kolab/libcalendaring"
:
">=3.2.
5
"
,
"roundcube/jqueryui"
:
">=1.10.4"
}
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment