Updated Branches: refs/heads/master eb3fecec2 -> 6dd751fa0
[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/6dd751fa Tree: http://git-wip-us.apache.org/repos/asf/cordova-docs/tree/6dd751fa Diff: http://git-wip-us.apache.org/repos/asf/cordova-docs/diff/6dd751fa Branch: refs/heads/master Commit: 6dd751fa04ca919135f62f0378b9746958d0df7d Parents: eb3fece Author: lorinbeer <[email protected]> Authored: Thu Jun 20 13:55:19 2013 -0700 Committer: lorinbeer <[email protected]> Committed: Thu Jun 20 13:55:19 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/6dd751fa/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/6dd751fa/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.
