Versioning and changelog for v2.13.1 (#3908)

* Update changelog.md

* Versioning for v2.13.1
This commit is contained in:
Josephine Lim 2020-08-26 02:30:19 +10:00 committed by GitHub
parent fcc3053d40
commit 87f4796504
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 3 deletions

View file

@ -1,6 +1,12 @@
# Wikimedia Commons for Android # Wikimedia Commons for Android
## v2.13 ## v2.13.1
- Added OpenStreetMap attribution
- Fixed various crashes
- Fixed SQLite error in Nearby map
- Fixed issue with Nearby uploads not being associated with Wikidata p18
## v2.13.0
- New media details UI, ability to zoom and pan around image - New media details UI, ability to zoom and pan around image
- Added suggestions for a place that needs photos if user uploads a photo that is near one of them - Added suggestions for a place that needs photos if user uploads a photo that is near one of them
- Modifications and fixes to Nearby filters based on user feedback - Modifications and fixes to Nearby filters based on user feedback

View file

@ -126,8 +126,8 @@ android {
defaultConfig { defaultConfig {
//applicationId 'fr.free.nrw.commons' //applicationId 'fr.free.nrw.commons'
versionCode 709 versionCode 775
versionName '2.13' versionName '2.13.1'
setProperty("archivesBaseName", "app-commons-v$versionName-" + getBranchName()) setProperty("archivesBaseName", "app-commons-v$versionName-" + getBranchName())
minSdkVersion 19 minSdkVersion 19