Updated Branches: refs/heads/master b40e8b2ea -> c43e3ed71
[CB-3922] Upgrade guide for wp7/wp8 Project: http://git-wip-us.apache.org/repos/asf/cordova-docs/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-docs/commit/c43e3ed7 Tree: http://git-wip-us.apache.org/repos/asf/cordova-docs/tree/c43e3ed7 Diff: http://git-wip-us.apache.org/repos/asf/cordova-docs/diff/c43e3ed7 Branch: refs/heads/master Commit: c43e3ed7171a9c87ee4113fae86815836663da1f Parents: b40e8b2 Author: Benn Mapes <[email protected]> Authored: Thu Jun 20 12:05:47 2013 -0700 Committer: Benn Mapes <[email protected]> Committed: Thu Jun 20 12:08:52 2013 -0700 ---------------------------------------------------------------------- docs/en/2.9.0rc1/guide/upgrading/windows-phone/index.md | 10 ++++++++++ docs/en/edge/guide/upgrading/windows-phone/index.md | 10 ++++++++++ 2 files changed, 20 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/c43e3ed7/docs/en/2.9.0rc1/guide/upgrading/windows-phone/index.md ---------------------------------------------------------------------- diff --git a/docs/en/2.9.0rc1/guide/upgrading/windows-phone/index.md b/docs/en/2.9.0rc1/guide/upgrading/windows-phone/index.md index 130b96f..c475636 100644 --- a/docs/en/2.9.0rc1/guide/upgrading/windows-phone/index.md +++ b/docs/en/2.9.0rc1/guide/upgrading/windows-phone/index.md @@ -22,6 +22,16 @@ 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. This applies to both WP7 and WP8. +## Upgrade to 2.8.0 from 2.9.0 ## + +### In Visual Studio's Solution Explorer window: +1. Create a new Apache Cordova WP7 or WP8 2.9.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 the name of cordova.js in the HTML tag if it's still using cordova-VERSION.js (should be just cordova.js). +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 .csproj file. +6. Build and test. + ## Upgrade to 2.8.0 from 2.7.0 ## ### In Visual Studio's Solution Explorer window: http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/c43e3ed7/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 130b96f..c475636 100644 --- a/docs/en/edge/guide/upgrading/windows-phone/index.md +++ b/docs/en/edge/guide/upgrading/windows-phone/index.md @@ -22,6 +22,16 @@ 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. This applies to both WP7 and WP8. +## Upgrade to 2.8.0 from 2.9.0 ## + +### In Visual Studio's Solution Explorer window: +1. Create a new Apache Cordova WP7 or WP8 2.9.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 the name of cordova.js in the HTML tag if it's still using cordova-VERSION.js (should be just cordova.js). +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 .csproj file. +6. Build and test. + ## Upgrade to 2.8.0 from 2.7.0 ## ### In Visual Studio's Solution Explorer window:
