Skip to content
This repository has been archived by the owner on Dec 25, 2024. It is now read-only.

Commit

Permalink
Prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelm committed May 2, 2016
1 parent e427d11 commit 293f5bf
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 3 deletions.
2 changes: 1 addition & 1 deletion opacclient/libopac/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ ext {
siteUrl = 'https://github.com/opacapp/opacclient'
gitUrl = 'https://github.com/opacapp/opacclient.git'

libraryVersion = '4.5.0'
libraryVersion = '4.5.4'

developerId = 'opacapp'
developerName = 'Web Opac App'
Expand Down
4 changes: 2 additions & 2 deletions opacclient/opacapp/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
applicationId "de.geeksfactory.opacclient"
minSdkVersion 8
targetSdkVersion 23
versionCode 146
versionName "4.5.3"
versionCode 147
versionName "4.5.4"
vectorDrawables.useSupportLibrary = true
}

Expand Down
10 changes: 10 additions & 0 deletions opacclient/opacapp/src/main/res/raw-de/changelog.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
4.5.4<br/>
Einige Probleme in der Benachrichtigungsfunktion behoben<br/>
Verlängern von Medien erfordert nun das Bestätigen eines Dialoges<br/>
Exportfunktion für Accountdaten<br/>
Unterstützung für: LBZ Rheinland-Pfalz, Gomaringen, Herne, Penzberg, Walldorf, Wildeshausen, Buchen, Rapperswil-Jona<br/>
Probleme behoben in: Frechen, München<br/>
Konfiguration aktualisiert in: Marl, Baden-Baden, Halle<br/>
Cover-Download verbessert
<br/><br/>

4.5.3<br/>
Weitere Abstürze behoben<br/>
Problem in Nürnberg behoben<br/>
Expand Down
10 changes: 10 additions & 0 deletions opacclient/opacapp/src/main/res/raw/changelog.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
4.5.4<br/>
Fixed some problems related to the reminder feature<br/>
Prolonging an item now needs to be confirmed in a new dialog<br/>
Export feature for account data<br/>
Support for: LBZ Rheinland-Pfalz, Gomaringen, Herne, Penzberg, Walldorf, Wildeshausen, Buchen, Rapperswil-Jona<br/>
Fixed problems in: Frechen, München<br/>
Updated configuration in: Marl, Baden-Baden, Halle<br/>
Improved cover download
<br/><br/>

4.5.3<br/>
Fixed a few more crashes<br/>
Fixed a Problem in Nürnberg<br/>
Expand Down

0 comments on commit 293f5bf

Please sign in to comment.