From 4c65f25d4b5d0bf3f3f3956ff01e9370cbc0ebf7 Mon Sep 17 00:00:00 2001 From: Dennis Erdmann Date: Mon, 6 Sep 2021 09:23:59 +0200 Subject: [PATCH] Contao 4.12 support --- changelog.md | 6 ++++++ composer.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 2865657..4e4f311 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,11 @@ # Changelog +# 3.2.0 (06.09.2021) +- Unterstützung für Contao 4.12 +- Contao 4.11 Support eingestellt +- Entwickler Edition: node und gulp aktualisiert +- FIX: localconfig-Einstellungen lassen sich nun auch über die `config.yml` vornehmen + # 3.1.0 (07.03.2021) - Unterstützung für Contao 4.11 - Contao 4.10 Support eingestellt diff --git a/composer.json b/composer.json index 3ec8fb3..1a9bd6e 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,7 @@ ], "require": { "php": "^7.1", - "contao/core-bundle": "4.9.* || 4.11.*", + "contao/core-bundle": "4.9.* || 4.12.*", "erdmannfreunde/euf_nutshell": "^1.0", "erdmannfreunde/euf_contact": "^1.0", "erdmannfreunde/euf_hero": "^2.0",