You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/en/edge/guide/upgrading/windows-phone/index.md
+50Lines changed: 50 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,56 @@ Upgrading Cordova Windows Phone
22
22
23
23
This document is for people who need to upgrade their Cordova versions from an older version to a current version of Cordova.
24
24
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
+
25
75
## Upgrade to 2.0.0 from 1.9.0 ##
26
76
27
77
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