Updated Branches: refs/heads/2.9.x 19850f669 -> a556a4de8
[CB-3921] upgrade guide for 2.8.0 to 2.9.0 Project: http://git-wip-us.apache.org/repos/asf/cordova-docs/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-docs/commit/a556a4de Tree: http://git-wip-us.apache.org/repos/asf/cordova-docs/tree/a556a4de Diff: http://git-wip-us.apache.org/repos/asf/cordova-docs/diff/a556a4de Branch: refs/heads/2.9.x Commit: a556a4de86aaabd764f64a4c23e84c9357712017 Parents: 19850f6 Author: lorinbeer <[email protected]> Authored: Thu Jun 20 13:55:19 2013 -0700 Committer: lorinbeer <[email protected]> Committed: Thu Jun 20 13:56:11 2013 -0700 ---------------------------------------------------------------------- docs/en/2.9.0rc1/guide/upgrading/windows-8/index.md | 8 ++++++++ docs/en/edge/guide/upgrading/windows-8/index.md | 8 ++++++++ 2 files changed, 16 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/a556a4de/docs/en/2.9.0rc1/guide/upgrading/windows-8/index.md ---------------------------------------------------------------------- diff --git a/docs/en/2.9.0rc1/guide/upgrading/windows-8/index.md b/docs/en/2.9.0rc1/guide/upgrading/windows-8/index.md index 3f87130..75611ed 100644 --- a/docs/en/2.9.0rc1/guide/upgrading/windows-8/index.md +++ b/docs/en/2.9.0rc1/guide/upgrading/windows-8/index.md @@ -22,6 +22,14 @@ Upgrading Cordova Windows 8 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 applications targetting Windows 8 and the Windows Store. +## Upgrade to 2.9.0 from 2.8.0 ## + +The following commands should be done from within Visual Studio to be sure that the any project references are updated/deleted. + +1. Remove cordova-2.8.0.js from the www directory in your project. +2. Add cordova.js file from the source to the www directory in your project. ( note that the file no longer contains a version number in the file name ) +3. Build and test! + ## Upgrade to 2.8.0 from 2.7.0 ## The following commands should be done from within Visual Studio to be sure that the any project references are updated/deleted. http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/a556a4de/docs/en/edge/guide/upgrading/windows-8/index.md ---------------------------------------------------------------------- diff --git a/docs/en/edge/guide/upgrading/windows-8/index.md b/docs/en/edge/guide/upgrading/windows-8/index.md index 3f87130..75611ed 100644 --- a/docs/en/edge/guide/upgrading/windows-8/index.md +++ b/docs/en/edge/guide/upgrading/windows-8/index.md @@ -22,6 +22,14 @@ Upgrading Cordova Windows 8 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 applications targetting Windows 8 and the Windows Store. +## Upgrade to 2.9.0 from 2.8.0 ## + +The following commands should be done from within Visual Studio to be sure that the any project references are updated/deleted. + +1. Remove cordova-2.8.0.js from the www directory in your project. +2. Add cordova.js file from the source to the www directory in your project. ( note that the file no longer contains a version number in the file name ) +3. Build and test! + ## Upgrade to 2.8.0 from 2.7.0 ## The following commands should be done from within Visual Studio to be sure that the any project references are updated/deleted.
