Skip to content

Commit 551cddc

Browse files
authored
Versioning and changelog for v2.12 (#3255)
* Versioning * Update changelog.md
1 parent 9244c00 commit 551cddc

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Wikimedia Commons for Android
22

3+
## v2.12.0
4+
- Completed codebase overhaul
5+
- Added filters for place type and place state to Nearby
6+
- Switched to using new data client library, aimed at fixing failed uploads
7+
- Fixed 2FA not working
8+
- Fixed issues with upload date and deletion notifications
9+
310
## v2.11.0
411
- Refactored upload process, explore/media details, and peer review to use MVP architecture
512
- Refactored all AsyncTasks to use RxAndroid

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,8 @@ android {
103103

104104
defaultConfig {
105105
applicationId 'fr.free.nrw.commons'
106-
versionCode 475
107-
versionName '2.11.0'
106+
versionCode 508
107+
versionName '2.12.0'
108108
setProperty("archivesBaseName", "app-commons-v$versionName-" + getBranchName())
109109

110110
minSdkVersion 19

0 commit comments

Comments
 (0)