From 8b4dfa427f28f032875ac5419e95120ebb6a5cf1 Mon Sep 17 00:00:00 2001 From: percolatorWitt Date: Tue, 27 Aug 2024 09:25:38 +0200 Subject: [PATCH] New version information. --- ChangeLog | 3 +++ Documentation/Settings.cfg | 2 +- README.md | 12 +++--------- ext_emconf.php | 2 +- 4 files changed, 8 insertions(+), 11 deletions(-) diff --git a/ChangeLog b/ChangeLog index 8eaf218..b035e0d 100755 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,9 @@ * - BH: Björn Heinermann hein@zhaw.ch (Zürcher Hochschule für Angewandte Wissenschaften) * - CR: Christian Richter chri@portachtzig.com (Wirtschaftskolleg zu Berlin) **/ +10.0.1 + - EZB: + - Search: fixed form 10.0.0 - Compatibility to TYPO3 12.4 - EZB: diff --git a/Documentation/Settings.cfg b/Documentation/Settings.cfg index 20fe5e1..5c18935 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 = 10.0.0 +release = 10.0.1 copyright = Copyright 2011, by Avonis - Agentur für neue Medien. [html_theme_options] diff --git a/README.md b/README.md index 113e09a..7884847 100644 --- a/README.md +++ b/README.md @@ -8,18 +8,12 @@ Here is the German [Manual](doc/manual.pdf "Ausführliches Manual"). Visit our git repository: https://github.com/subhh/libconnect -## 10.0.0 - - Compatibility to TYPO3 12.4 +## 10.0.1 - EZB: - - Details: - - Fixed problems with subjects - - Categorys added. - - Search: - - removed last "AND" or "OR" in the text, if it is the last or only element - - List: Fixed lc tag. + - Search: fixed form Tested with - - TYPO3 11.15.12 + - TYPO3 12.4.14 ## Configuration diff --git a/ext_emconf.php b/ext_emconf.php index d1679cf..59823b6 100755 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -11,7 +11,7 @@ 'state' => 'stable', 'createDirs' => '', 'clearCacheOnLoad' => 0, - 'version' => '10.0.0', + 'version' => '10.0.1', 'constraints' => [ 'depends' => [ 'typo3' => '12.4.0-12.4.99',