Updated Branches:
  refs/heads/master 6b8686c1b -> 290b55001

Add Windows Phone upgrade guide to 2.7.0rc1


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

Branch: refs/heads/master
Commit: 290b55001f5e57d60d284078363ca6373d6a2c87
Parents: 6b8686c
Author: Michael Brooks <[email protected]>
Authored: Wed Apr 24 14:18:06 2013 -0700
Committer: Michael Brooks <[email protected]>
Committed: Wed Apr 24 14:18:06 2013 -0700

----------------------------------------------------------------------
 .../guide/upgrading/windows-phone/index.md         |   27 +++++++++++++--
 1 files changed, 24 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/290b5500/docs/en/2.7.0rc1/guide/upgrading/windows-phone/index.md
----------------------------------------------------------------------
diff --git a/docs/en/2.7.0rc1/guide/upgrading/windows-phone/index.md 
b/docs/en/2.7.0rc1/guide/upgrading/windows-phone/index.md
index 1d67b8c..e561307 100644
--- a/docs/en/2.7.0rc1/guide/upgrading/windows-phone/index.md
+++ b/docs/en/2.7.0rc1/guide/upgrading/windows-phone/index.md
@@ -17,15 +17,35 @@ license: Licensed to the Apache Software Foundation (ASF) 
under one
          under the License.
 ---
 
-Upgrading Cordova Windows Phone
+Upgrading Cordova Windows Phone ( 7 + 8 )
 ===============================
 
 This document is for people who need to upgrade their Cordova versions from an 
older version to a current version of Cordova.
 
+## Upgrade to 2.7.0 from 2.6.0 ##
+
+### In Visual Studio's Solution Explorer window:
+1. Create a new Apache Cordova WP7 or WP8 2.7.0 Project
+2. Copy the contents of your 'www' folder to the new project, and be sure 
these items are added to the VS project.
+3. Update your HTML to use the new cordova-2.67.0.js file.
+4. Copy and overwrite any splash screen, or icon images.
+5. Copy over any plugins from the plugins folder to the new project and ensure 
that they are also added to the VS project.
+6. Build and test.
+
+## Upgrade to 2.6.0 from 2.5.0 ##
+
+### In Visual Studio's Solution Explorer window:
+1. Create a new Apache Cordova WP7 or WP8 2.6.0 Project
+2. Copy the contents of your 'www' folder to the new project, and be sure 
these items are added to the VS project.
+3. Update your HTML to use the new cordova-2.6.0.js file.
+4. Copy and overwrite any splash screen, or icon images.
+5. Copy over any plugins from the plugins folder to the new project and ensure 
that they are also added to the VS project.
+6. Build and test.
+
 ## Upgrade to 2.5.0 from 2.4.0 ##
 
 ### In Visual Studio's Solution Explorer window:
-1. Create a new Apache Cordova WP7 2.5.0 Project
+1. Create a new Apache Cordova WP7 or WP8 2.5.0 Project
 2. Copy the contents of your 'www' folder to the new project, and be sure 
these items are added to the VS project.
 3. Update your HTML to use the new cordova-2.5.0.js file.
 4. Copy and overwrite any splash screen, or icon images.
@@ -35,7 +55,7 @@ This document is for people who need to upgrade their Cordova 
versions from an o
 ## Upgrade to 2.4.0 from 2.3.0 ##
 
 ### In Visual Studio's Solution Explorer window:
-1. Create a new Apache Cordova WP7 2.4.0 Project
+1. Create a new Apache Cordova WP7 or WP8 2.4.0 Project
 2. Copy the contents of your 'www' folder to the new project, and be sure 
these items are added to the VS project.
 3. Update your HTML to use the new cordova-2.4.0.js file.
 4. Copy and overwrite any splash screen, or icon images.
@@ -72,6 +92,7 @@ This document is for people who need to upgrade their Cordova 
versions from an o
 5. Copy over any plugins from the plugins folder to the new project and ensure 
that they are also added to the VS project.
 6. Build and test.
 
+
 ## Upgrade to 2.0.0 from 1.9.0 ##
 
 There have been considerable changes to the WP7 project structure in Apache 
Cordova 2.0.0 which make this upgrade a little more involved that the others. 
Essentially this is not an upgrade but creation of a new project and copy over 
of existing source files.

Reply via email to