You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by pu...@apache.org on 2012/05/17 23:31:53 UTC

docs commit: added WP7 upgrade guide. Fixed typos in Android 1.7->1.8

Updated Branches:
  refs/heads/master 958d73682 -> b3b980b2a


added WP7 upgrade guide. Fixed typos in Android 1.7->1.8


Project: http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/commit/b3b980b2
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/tree/b3b980b2
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/diff/b3b980b2

Branch: refs/heads/master
Commit: b3b980b2afb53317bd35ff2e2931695cd3cf81a8
Parents: 958d736
Author: Jesse MacFadyen <pu...@gmail.com>
Authored: Thu May 17 14:31:18 2012 -0700
Committer: Jesse MacFadyen <pu...@gmail.com>
Committed: Thu May 17 14:31:18 2012 -0700

----------------------------------------------------------------------
 docs/en/edge/guide/upgrading/android/index.md      |    4 ++--
 .../en/edge/guide/upgrading/windows-phone/index.md |   15 +++++++++++++++
 2 files changed, 17 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/blob/b3b980b2/docs/en/edge/guide/upgrading/android/index.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/guide/upgrading/android/index.md b/docs/en/edge/guide/upgrading/android/index.md
index e25592a..c818869 100644
--- a/docs/en/edge/guide/upgrading/android/index.md
+++ b/docs/en/edge/guide/upgrading/android/index.md
@@ -31,8 +31,8 @@ This document is for people who need to upgrade their Cordova versions from an o
 1. Remove cordova-1.7.0.jar from the libs directory in your project
 2. Add cordova-1.8.0.jar to the libs directory in your project
 3. If you are using Eclipse, please refresh your eclipse project and do a clean
-4. Copy the new cordova-1.7.0.js into your project
-5. Update your HTML to sue the new cordova-1.7.0.js file
+4. Copy the new cordova-1.8.0.js into your project
+5. Update your HTML to use the new cordova-1.8.0.js file
 6. Update the res/xml/plugins.xml to be the same as the one found in framework/res/xml/plugins.xml
 
 

http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/blob/b3b980b2/docs/en/edge/guide/upgrading/windows-phone/index.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/guide/upgrading/windows-phone/index.md b/docs/en/edge/guide/upgrading/windows-phone/index.md
index 0fde78c..84ff440 100644
--- a/docs/en/edge/guide/upgrading/windows-phone/index.md
+++ b/docs/en/edge/guide/upgrading/windows-phone/index.md
@@ -19,3 +19,18 @@ license: Licensed to the Apache Software Foundation (ASF) under one
 
 Upgrading Cordova Windows Phone
 ===============================
+
+This document is for people who need to upgrade their Cordova versions from an older version to a current version of Cordova.
+
+- To upgrade to 1.8.0, please go from 1.7.0
+
+## Upgrade to 1.8.0 from 1.7.0 ##
+
+### In Visual Studio's Solution Explorer window:
+1. Delete the file GapLib/WP7CordovaClassLib.dll from your project.
+2. Remove the reference to WP7CordovaClassLib in the References folder.
+3. Right-Click on References and Select 'Add Reference'
+4. Navigate to the new distribution and add the file 'WP7CordovaClassLib.dll'
+    - note: you can view the version of the DLL by right-clicking on the reference, and selecting Properties.
+5. Copy the new cordova-1.8.0.js into your project ( be sure it is marked as Content )
+6. Update your HTML to use the new cordova-1.8.0.js file.