- Overview
- The Command-line Interface
- Platform Guides
- Configuration Reference
- Embedding WebViews
- Plugin Development Guide
- Privacy Guide
- Domain Whitelist Guide
- Accelerometer
- Camera
- Capture
- Compass
- Connection
- Contacts
- Device
- Events
- File
- Geolocation
- Globalization
- InAppBrowser
- Media
- Notification
- Splashscreen
- Storage
Upgrading Windows 8
This guide shows how to modify Windows 8 projects to upgrade from older versions of Cordova.
Most of these instructions apply to projects created with an older set
of command-line tools that precede the cordova CLI utility. See The Command-line Interface for information how to update the
version of the CLI.
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.
-
Remove
cordova-2.8.0.jsfrom the project'swwwdirectory. -
Add
cordova.jsfile from the source to the project'swwwdirectory. (Note that the file no longer contains a version number in the filename.) -
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.
-
Remove
cordova-2.7.0.jsfrom the project'swwwdirectory. -
Add
cordova.jsfile from the source to the project'swwwdirectory. (Note that the file no longer contains a version number in the filename.) -
Build and test!