Skip to content

Commit b26f4b7

Browse files
committed
updated for 2.5.0
1 parent 0d803a1 commit b26f4b7

File tree

1 file changed

+50
-0
lines changed
  • docs/en/edge/guide/upgrading/windows-phone

1 file changed

+50
-0
lines changed

docs/en/edge/guide/upgrading/windows-phone/index.md

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,56 @@ Upgrading Cordova Windows Phone
2222

2323
This document is for people who need to upgrade their Cordova versions from an older version to a current version of Cordova.
2424

25+
## Upgrade to 2.5.0 from 2.4.0 ##
26+
27+
### In Visual Studio's Solution Explorer window:
28+
1. Create a new Apache Cordova WP7 2.5.0 Project
29+
2. Copy the contents of your 'www' folder to the new project, and be sure these items are added to the VS project.
30+
3. Update your HTML to use the new cordova-2.5.0.js file.
31+
4. Copy and overwrite any splash screen, or icon images.
32+
5. Copy over any plugins from the plugins folder to the new project and ensure that they are also added to the VS project.
33+
6. Build and test.
34+
35+
## Upgrade to 2.4.0 from 2.3.0 ##
36+
37+
### In Visual Studio's Solution Explorer window:
38+
1. Create a new Apache Cordova WP7 2.4.0 Project
39+
2. Copy the contents of your 'www' folder to the new project, and be sure these items are added to the VS project.
40+
3. Update your HTML to use the new cordova-2.4.0.js file.
41+
4. Copy and overwrite any splash screen, or icon images.
42+
5. Copy over any plugins from the plugins folder to the new project and ensure that they are also added to the VS project.
43+
6. Build and test.
44+
45+
## Upgrade to 2.3.0 from 2.2.0 ##
46+
47+
### In Visual Studio's Solution Explorer window:
48+
1. Create a new Apache Cordova WP7 2.3.0 Project
49+
2. Copy the contents of your 'www' folder to the new project, and be sure these items are added to the VS project.
50+
3. Update your HTML to use the new cordova-2.3.0.js file.
51+
4. Copy and overwrite any splash screen, or icon images.
52+
5. Copy over any plugins from the plugins folder to the new project and ensure that they are also added to the VS project.
53+
6. Build and test.
54+
55+
## Upgrade to 2.2.0 from 2.1.0 ##
56+
57+
### In Visual Studio's Solution Explorer window:
58+
1. Create a new Apache Cordova WP7 2.2.0 Project
59+
2. Copy the contents of your 'www' folder to the new project, and be sure these items are added to the VS project.
60+
3. Update your HTML to use the new cordova-2.2.0.js file.
61+
4. Copy and overwrite any splash screen, or icon images.
62+
5. Copy over any plugins from the plugins folder to the new project and ensure that they are also added to the VS project.
63+
6. Build and test.
64+
65+
## Upgrade to 2.1.0 from 2.0.0 ##
66+
67+
### In Visual Studio's Solution Explorer window:
68+
1. Create a new Apache Cordova WP7 2.1.0 Project
69+
2. Copy the contents of your 'www' folder to the new project, and be sure these items are added to the VS project.
70+
3. Update your HTML to use the new cordova-2.1.0.js file.
71+
4. Copy and overwrite any splash screen, or icon images.
72+
5. Copy over any plugins from the plugins folder to the new project and ensure that they are also added to the VS project.
73+
6. Build and test.
74+
2575
## Upgrade to 2.0.0 from 1.9.0 ##
2676

2777
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.

0 commit comments

Comments
 (0)