We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cad50fb commit ac5e94bCopy full SHA for ac5e94b
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Wikimedia Commons for Android
2
3
+## v1.0 beta 5
4
+
5
+- Fix bug setting descriptions and author info on multiple image uploads to 'null'
6
7
## v1.0 beta 4
8
- Switched properly to Holo Dark theme
9
- Multiple uploads support! Select multiple images from gallery and send 'em here!
commons/AndroidManifest.xml
@@ -1,7 +1,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.wikimedia.commons"
- android:versionCode="4"
- android:versionName="1.0beta4" >
+ android:versionCode="5"
+ android:versionName="1.0beta5" >
<uses-sdk
android:minSdkVersion="9"
0 commit comments