Skip to content

Commit

Permalink
Changed version information.
Browse files Browse the repository at this point in the history
  • Loading branch information
percolatorWitt committed Oct 27, 2023
1 parent 194f58c commit fd9c0d4
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
* - BH: Björn Heinermann [email protected] (Zürcher Hochschule für Angewandte Wissenschaften)
* - CR: Christian Richter [email protected] (Wirtschaftskolleg zu Berlin)
**/
8.1.2
- fix misspelling in de.locallang.xlf --> Thanks to: fzuerker
- DBIS:
- Changed domain in URL from dbis.uni-regensburg.de to dbis.ur.de
8.1.1
- Fixed broken code
8.1.0
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 = 8.0.2
release = 8.1.2
copyright = Copyright 2011, by Avonis - Agentur für neue Medien. <[email protected]>

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

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

## 8.1.1
- Fixed broken code
## 8.1.2
- fix misspelling in de.locallang.xlf --> fzuerker
- DBIS:
- Changed domain in URL from dbis.uni-regensburg.de to dbis.ur.de

Tested with
- TYPO3 10.4.
Expand Down
2 changes: 1 addition & 1 deletion ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
'state' => 'stable',
'createDirs' => '',
'clearCacheOnLoad' => 0,
'version' => '8.1.1',
'version' => '8.1.2',
'constraints' => [
'depends' => [
'typo3' => '10.4.0-10.4.99',
Expand Down

0 comments on commit fd9c0d4

Please sign in to comment.