From 9afacf1a4420ffb77027bb6bdd6650393c9de3f7 Mon Sep 17 00:00:00 2001 From: Cliff Parnitzky Date: Wed, 28 Jun 2017 22:15:59 +0200 Subject: [PATCH 1/3] Update changelog with info to new version --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index dc43512..c94db22 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ Contao Extension "MonitoringCompression" ======================================== +Version 1.1.1 (2017-06-28) +-------------------------- +- Contao 4 ready + Version 1.1.0 (2017-05-09) -------------------------- - added handling of response times From 56ae8f90a5d1276c079465cea9c6f5301fd98c51 Mon Sep 17 00:00:00 2001 From: Cliff Parnitzky Date: Wed, 28 Jun 2017 22:16:10 +0200 Subject: [PATCH 2/3] Update version info --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cd87f97..51ec893 100644 --- a/README.md +++ b/README.md @@ -35,8 +35,8 @@ https://github.com/ContaoMonitoring/monitoring-compression/issues Compatibility ------------- -- min. Contao version: >= 3.2.0 -- max. Contao version: < 3.6.0 +- Contao version >= 3.2.0 ... < 3.6.0 +- Contao version >= 4.4.0 Dependency From 10cd9c4620a0a9b1f55012e2e4a6221f5b31ff11 Mon Sep 17 00:00:00 2001 From: Cliff Parnitzky Date: Wed, 28 Jun 2017 22:16:18 +0200 Subject: [PATCH 3/3] Update composer dependencies for Contao 4 --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 77ff3f8..091008b 100644 --- a/composer.json +++ b/composer.json @@ -19,8 +19,8 @@ }, "require":{ "php":">=5.3", - "contao/core":">=3.2.0,<3.6", - "contao-community-alliance/composer-plugin":"~2.0", + "contao/core-bundle":"~3.2 || ~4.4", + "contao-community-alliance/composer-plugin":"~2.4 || ~3.0", "contao-monitoring/monitoring":"~1.8", "menatwork/contao-multicolumnwizard":"~3.3" },