Skip to content

Commit

Permalink
Added verison information.
Browse files Browse the repository at this point in the history
  • Loading branch information
percolatorWitt committed May 10, 2024
1 parent 06f7bce commit 0590035
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 9 deletions.
2 changes: 2 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
* - BH: Björn Heinermann [email protected] (Zürcher Hochschule für Angewandte Wissenschaften)
* - CR: Christian Richter [email protected] (Wirtschaftskolleg zu Berlin)
**/
7.0.11
- EZB: Reduces amount of requests to API.
7.0.10
- 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.
Expand Down
2 changes: 1 addition & 1 deletion Documentation/Settings.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[general]
project = Extension to connect EZB und DBIS to your website, Libconnect
release = 7.0.10
release = 7.0.11
copyright = Copyright 2011, by Avonis - Agentur für neue Medien. <[email protected]>

[html_theme_options]
Expand Down
9 changes: 2 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,8 @@ Here is the German [Manual](doc/manual.pdf "Ausführliches Manual").

Visit our git repository: https://github.com/subhh/libconnect

## 7.0.10
- 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.
## 7.0.11
- EZB: Reduces amount of requests to API.

Tested with
- TYPO3 8.7.25
Expand Down
2 changes: 1 addition & 1 deletion ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
'uploadfolder' => 0,
'createDirs' => '',
'clearCacheOnLoad' => 0,
'version' => '7.0.10',
'version' => '7.0.11',
'constraints' =>
array (
'depends' =>
Expand Down

0 comments on commit 0590035

Please sign in to comment.