Updated Branches: refs/heads/master 551147fa3 -> 6b8686c1b
added guides for upgrading and clarified that these instructions apply to both 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/6b8686c1 Tree: http://git-wip-us.apache.org/repos/asf/cordova-docs/tree/6b8686c1 Diff: http://git-wip-us.apache.org/repos/asf/cordova-docs/diff/6b8686c1 Branch: refs/heads/master Commit: 6b8686c1b50297c6f3915614437537773d39264c Parents: 551147f Author: Jesse MacFadyen <[email protected]> Authored: Tue Apr 23 12:32:55 2013 -0700 Committer: Michael Brooks <[email protected]> Committed: Wed Apr 24 14:15:31 2013 -0700 ---------------------------------------------------------------------- .../2.1.0/guide/upgrading/windows-phone/index.md | 11 +++ .../2.2.0/guide/upgrading/windows-phone/index.md | 21 ++++++ .../2.3.0/guide/upgrading/windows-phone/index.md | 31 +++++++++ .../2.4.0/guide/upgrading/windows-phone/index.md | 43 ++++++++++++- .../2.5.0/guide/upgrading/windows-phone/index.md | 53 ++++++++++++++- .../2.6.0/guide/upgrading/windows-phone/index.md | 19 ++++- .../en/edge/guide/upgrading/windows-phone/index.md | 27 +++++++- 7 files changed, 196 insertions(+), 9 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/6b8686c1/docs/en/2.1.0/guide/upgrading/windows-phone/index.md ---------------------------------------------------------------------- diff --git a/docs/en/2.1.0/guide/upgrading/windows-phone/index.md b/docs/en/2.1.0/guide/upgrading/windows-phone/index.md index 74cbaf3..3d9af8d 100644 --- a/docs/en/2.1.0/guide/upgrading/windows-phone/index.md +++ b/docs/en/2.1.0/guide/upgrading/windows-phone/index.md @@ -22,6 +22,17 @@ 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. +## Upgrade to 2.1.0 from 2.0.0 ## + +### In Visual Studio's Solution Explorer window: +1. Create a new Apache Cordova WP7 2.1.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.1.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.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. http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/6b8686c1/docs/en/2.2.0/guide/upgrading/windows-phone/index.md ---------------------------------------------------------------------- diff --git a/docs/en/2.2.0/guide/upgrading/windows-phone/index.md b/docs/en/2.2.0/guide/upgrading/windows-phone/index.md index 74cbaf3..51edf68 100644 --- a/docs/en/2.2.0/guide/upgrading/windows-phone/index.md +++ b/docs/en/2.2.0/guide/upgrading/windows-phone/index.md @@ -22,6 +22,27 @@ 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. +## Upgrade to 2.2.0 from 2.1.0 ## + +### In Visual Studio's Solution Explorer window: +1. Create a new Apache Cordova WP7 2.2.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.2.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.1.0 from 2.0.0 ## + +### In Visual Studio's Solution Explorer window: +1. Create a new Apache Cordova WP7 2.1.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.1.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.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. http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/6b8686c1/docs/en/2.3.0/guide/upgrading/windows-phone/index.md ---------------------------------------------------------------------- diff --git a/docs/en/2.3.0/guide/upgrading/windows-phone/index.md b/docs/en/2.3.0/guide/upgrading/windows-phone/index.md index 74cbaf3..392a422 100644 --- a/docs/en/2.3.0/guide/upgrading/windows-phone/index.md +++ b/docs/en/2.3.0/guide/upgrading/windows-phone/index.md @@ -22,6 +22,37 @@ 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. +## Upgrade to 2.3.0 from 2.2.0 ## + +### In Visual Studio's Solution Explorer window: +1. Create a new Apache Cordova WP7 2.3.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.3.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.2.0 from 2.1.0 ## + +### In Visual Studio's Solution Explorer window: +1. Create a new Apache Cordova WP7 2.2.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.2.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.1.0 from 2.0.0 ## + +### In Visual Studio's Solution Explorer window: +1. Create a new Apache Cordova WP7 2.1.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.1.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.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. http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/6b8686c1/docs/en/2.4.0/guide/upgrading/windows-phone/index.md ---------------------------------------------------------------------- diff --git a/docs/en/2.4.0/guide/upgrading/windows-phone/index.md b/docs/en/2.4.0/guide/upgrading/windows-phone/index.md index 74cbaf3..97b570f 100644 --- a/docs/en/2.4.0/guide/upgrading/windows-phone/index.md +++ b/docs/en/2.4.0/guide/upgrading/windows-phone/index.md @@ -17,11 +17,52 @@ 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.4.0 from 2.3.0 ## + +### In Visual Studio's Solution Explorer window: +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. +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.3.0 from 2.2.0 ## + +### In Visual Studio's Solution Explorer window: +1. Create a new Apache Cordova WP7 2.3.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.3.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.2.0 from 2.1.0 ## + +### In Visual Studio's Solution Explorer window: +1. Create a new Apache Cordova WP7 2.2.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.2.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.1.0 from 2.0.0 ## + +### In Visual Studio's Solution Explorer window: +1. Create a new Apache Cordova WP7 2.1.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.1.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.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. http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/6b8686c1/docs/en/2.5.0/guide/upgrading/windows-phone/index.md ---------------------------------------------------------------------- diff --git a/docs/en/2.5.0/guide/upgrading/windows-phone/index.md b/docs/en/2.5.0/guide/upgrading/windows-phone/index.md index 74cbaf3..ca618a6 100644 --- a/docs/en/2.5.0/guide/upgrading/windows-phone/index.md +++ b/docs/en/2.5.0/guide/upgrading/windows-phone/index.md @@ -17,11 +17,62 @@ 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.5.0 from 2.4.0 ## + +### In Visual Studio's Solution Explorer window: +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. +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.4.0 from 2.3.0 ## + +### In Visual Studio's Solution Explorer window: +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. +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.3.0 from 2.2.0 ## + +### In Visual Studio's Solution Explorer window: +1. Create a new Apache Cordova WP7 2.3.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.3.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.2.0 from 2.1.0 ## + +### In Visual Studio's Solution Explorer window: +1. Create a new Apache Cordova WP7 2.2.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.2.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.1.0 from 2.0.0 ## + +### In Visual Studio's Solution Explorer window: +1. Create a new Apache Cordova WP7 2.1.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.1.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.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. http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/6b8686c1/docs/en/2.6.0/guide/upgrading/windows-phone/index.md ---------------------------------------------------------------------- diff --git a/docs/en/2.6.0/guide/upgrading/windows-phone/index.md b/docs/en/2.6.0/guide/upgrading/windows-phone/index.md index a056e54..2fcec0a 100644 --- a/docs/en/2.6.0/guide/upgrading/windows-phone/index.md +++ b/docs/en/2.6.0/guide/upgrading/windows-phone/index.md @@ -17,25 +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.6.0 from 2.4.0 ## +## Upgrade to 2.6.0 from 2.5.0 ## ### In Visual Studio's Solution Explorer window: -1. Create a new Apache Cordova WP7 2.6.0 Project +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 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. +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.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 +82,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. http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/6b8686c1/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 1d67b8c..e561307 100644 --- a/docs/en/edge/guide/upgrading/windows-phone/index.md +++ b/docs/en/edge/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.
