From f1866e2ef8974e2534d8dff14d8d0ab2be7abf34 Mon Sep 17 00:00:00 2001 From: percolatorWitt Date: Fri, 10 May 2024 10:37:00 +0200 Subject: [PATCH] Added version information. --- ChangeLog | 2 ++ Documentation/Settings.cfg | 2 +- README.md | 9 ++------- ext_emconf.php | 2 +- 4 files changed, 6 insertions(+), 9 deletions(-) diff --git a/ChangeLog b/ChangeLog index 6f9a591..21c15af 100755 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,8 @@ * - BH: Björn Heinermann hein@zhaw.ch (Zürcher Hochschule für Angewandte Wissenschaften) * - CR: Christian Richter chri@portachtzig.com (Wirtschaftskolleg zu Berlin) **/ +8.1.4 + - EZB: Reduces amount of requests to API. 8.1.3 - EZB: - Fixed error: no search results, if someone uses in extended search only jq_term2 or higher. Http_built_query removed elements with null values and the API do not accept the other parameters. diff --git a/Documentation/Settings.cfg b/Documentation/Settings.cfg index 765c7ef..9bf6ff3 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 = 8.1.3 +release = 8.1.4 copyright = Copyright 2011, by Avonis - Agentur für neue Medien. [html_theme_options] diff --git a/README.md b/README.md index 4be1bfc..638d886 100644 --- a/README.md +++ b/README.md @@ -8,13 +8,8 @@ Here is the German [Manual](doc/manual.pdf "Ausführliches Manual"). Visit our git repository: https://github.com/subhh/libconnect -## 8.1.3 - - EZB: - - Fixed error: no search results, if someone uses in extended search only jq_term2 or higher. Http_built_query removed elements with null values and the API do not accept the other parameters. - - Changed domain in URL from ezb.uni-regensburg.de to ezb.ur.de - - Changed URLs for XML from http to https - - DBIS: - - Fixed error: no search results, if someone uses in extended search only jq_term2 or higher. Http_built_query removed elements with null values and the API do not accept the other parameters. +## 8.1.4 + - EZB: Reduces amount of requests to API. Tested with - TYPO3 10.4. diff --git a/ext_emconf.php b/ext_emconf.php index 3f4166f..1de5544 100755 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -11,7 +11,7 @@ 'state' => 'stable', 'createDirs' => '', 'clearCacheOnLoad' => 0, - 'version' => '8.1.3', + 'version' => '8.1.4', 'constraints' => [ 'depends' => [ 'typo3' => '10.4.0-10.4.99',