Skip to content

Commit

Permalink
Bumped version and updated CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
yuvipanda committed Mar 7, 2012
1 parent b446196 commit 609499c
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 4 deletions.
4 changes: 2 additions & 2 deletions AndroidManifest.xml
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.wikipedia"
android:versionCode="6"
android:versionName="1.1beta2"
android:versionCode="7"
android:versionName="1.1beta3"
android:installLocation="auto">
<supports-screens android:xlargeScreens="true" android:largeScreens="true"
android:normalScreens="true" android:smallScreens="true"
Expand Down
18 changes: 18 additions & 0 deletions CHANGELOG
Expand Up @@ -58,3 +58,21 @@
- Changed default zoom level
- Upgraded Leaflet and PhoneGap libraries

## Android v1.1beta3 & iOS v3.1beta2 ##

### Common ###

- Tap area in settings dialog much bigger
- Switch to up-to-date styles from MobileFrontend, instead of using stale copy
- Switch to up-to-date js for toggling from MobileFrontend
- Fixed about screen's back button behaving inconsistently
- Don't clear map markers when you move around in NearMe view
- Show spinner when going from NearMe view to article

### Android specific ###
- Moved Share Page item to main menu

### iOS specific ###

- Scroll bug in about screen fixed
- Map tiles actually show up
2 changes: 1 addition & 1 deletion assets/www/android/platform.js
Expand Up @@ -20,7 +20,7 @@ l10n.navigatorLang = function(success) {
}

function getAboutVersionString() {
return "1.1beta2";
return "1.1beta3";
}

function setMenuItemState(action, state, noUpdate) {
Expand Down
2 changes: 1 addition & 1 deletion assets/www/ios/platform.js
Expand Up @@ -15,7 +15,7 @@ function setPageActionsState(state) {
}

function getAboutVersionString() {
return "3.1beta1";
return "3.1beta2";
}

var menu_items = [
Expand Down

0 comments on commit 609499c

Please sign in to comment.