From b40e4ce809ad93dacd70d2e189be1c8d8e00487d Mon Sep 17 00:00:00 2001 From: witt Date: Fri, 27 Oct 2023 14:38:06 +0200 Subject: [PATCH] Addd new version information. --- ChangeLog | 4 ++++ Documentation/Settings.cfg | 2 +- README.md | 7 ++++--- ext_emconf.php | 2 +- 4 files changed, 10 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index 1934720..84c123a 100755 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,10 @@ * - BH: Björn Heinermann hein@zhaw.ch (Zürcher Hochschule für Angewandte Wissenschaften) * - CR: Christian Richter chri@portachtzig.com (Wirtschaftskolleg zu Berlin) **/ +9.0.1 + - fix misspelling in de.locallang.xlf --> Thanks to: fzuerker + - DBIS: + - Changed domain in URL from dbis.uni-regensburg.de to dbis.ur.de 9.0.0 - Compatibility to TYPO3 11.5 - Fixed ezb URL for partipations list if plugin is not configured diff --git a/Documentation/Settings.cfg b/Documentation/Settings.cfg index 050262c..3ff8225 100644 --- a/Documentation/Settings.cfg +++ b/Documentation/Settings.cfg @@ -1,6 +1,6 @@ [general] project = Extension to connect EZB und DBIS to your website, Libconnect -release = 9.0.0 +release = 9.0.1 copyright = Copyright 2011, by Avonis - Agentur für neue Medien. [html_theme_options] diff --git a/README.md b/README.md index 06be181..91d40d9 100644 --- a/README.md +++ b/README.md @@ -8,9 +8,10 @@ Here is the German [Manual](doc/manual.pdf "Ausführliches Manual"). Visit our git repository: https://github.com/subhh/libconnect -## 9.0.0 - - Compatibility to TYPO3 11.5 - - Fixed ezb URL for partipations list if plugin is not configured +## 9.0.1 + - fix misspelling in de.locallang.xlf --> fzuerker + - DBIS: + - Changed domain in URL from dbis.uni-regensburg.de to dbis.ur.de Tested with - TYPO3 11.15.12 diff --git a/ext_emconf.php b/ext_emconf.php index 3bf0f2d..25e1720 100755 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -11,7 +11,7 @@ 'state' => 'stable', 'createDirs' => '', 'clearCacheOnLoad' => 0, - 'version' => '9.0.0', + 'version' => '9.0.1', 'constraints' => [ 'depends' => [ 'typo3' => '11.5.0-11.5.99',