From 8642c85211e16f3b77061497a53b584ea1cdf2cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20H=C3=B6lzle?= Date: Sat, 2 Apr 2022 16:33:51 +0200 Subject: [PATCH] [TASK] Release version 1.12.0 --- Documentation/Settings.yml | 4 ++-- ext_emconf.php | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Documentation/Settings.yml b/Documentation/Settings.yml index 971f238d..e331f887 100644 --- a/Documentation/Settings.yml +++ b/Documentation/Settings.yml @@ -6,8 +6,8 @@ conf.py: copyright: 2019 project: Amazon AWS S3 FAL driver (CDN) - version: 1.11 - release: 1.11.1 + version: 1.12 + release: 1.12.0 latex_documents: - - Index - aus_driver_amazon_s3.tex diff --git a/ext_emconf.php b/ext_emconf.php index 9b5e048e..e9e785b9 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -5,7 +5,7 @@ 'title' => 'Amazon AWS S3 FAL driver (CDN)', 'description' => 'Provides a FAL driver for the Amazon Web Service S3.', 'category' => 'be', - 'version' => '1.11.1', + 'version' => '1.12.0', 'state' => 'stable', 'uploadfolder' => false, 'createDirs' => '', @@ -17,7 +17,7 @@ [ 'depends' => [ - 'typo3' => '9.5.0-10.4.99', + 'typo3' => '10.4.0-11.5.99', ], 'conflicts' => [], 'suggests' => [],