Skip to content

Commit

Permalink
New version information.
Browse files Browse the repository at this point in the history
  • Loading branch information
witt committed Oct 23, 2020
1 parent 6d36d22 commit 898ac68
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 16 deletions.
6 changes: 6 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@
**/
7.0.5
- DBIS: fixed translation for isbn
- Added extension to packagist.org.
- Guzzle: Changed Exception handling. Thanks to Christoph Lehmann
- ZDB:
- Fixed failed ZDB print information
- Fixed period in title history and moved issued as new field
- Fixed replace section in composer.json
7.0.4
- Capture GuzzleHttp\Exception\ServerException for more stability
- DBIS:
Expand Down
2 changes: 1 addition & 1 deletion Documentation/Settings.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[general]
project = Extension to connect EZB und DBIS to your website, Libconnect
release = 7.0.4
release = 7.0.5
copyright = Copyright 2011, by Avonis - Agentur für neue Medien. <[email protected]>

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

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

## 7.0.4
- Capture GuzzleHttp\Exception\ServerException for more stability
- DBIS:
- New in DBIS: fixed entries of collections, there were listed new entries of all subjects
- Changed licence legend text to default texts of dbis
- Changed all rzblx10.uni-regensburg.de links to https
- removed not used translations
- EZB:
- stabilit fix, if zdb service not working
- Changed link to zdb from http://www.zdb-opac.de to https://zdb-katalog.de
- Changed some more warpto links and a link to rzbl1x1.uni-regensburg.de to https.
- ZDB: Changed urls for full format request to https
## 7.0.5
- DBIS: fixed translation for isbn
- Added extension to packagist.org.
- Guzzle: Changed Exception handling. Thanks to Christoph Lehmann
- ZDB:
- Fixed failed ZDB print information
- Fixed period in title history and moved issued as new field
- Fixed replace section in composer.json

Tested with
- TYPO3 8.7.24
- TYPO3 8.7.25
- TYPO3 9.5.4

## Configuration
Expand Down
1 change: 0 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
}
},
"replace": {
"libconnect": "self.version",
"typo3-ter/libconnect": "self.version",
"Sub/libconnect": "self.version"
}
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.4',
'version' => '7.0.5',
'constraints' =>
array (
'depends' =>
Expand Down

0 comments on commit 898ac68

Please sign in to comment.