PhoneGap 3.2.0 发布,跨平台的移动Web开发框架
为了您的享受,PhoneGap的3.2.0已经打包并运送出了门!
What’s New
This release is focused on stability.
There are a large number of bug fixes and improvements to the Cordova engine. If you’re interested in diving into the details, then checkout our release notes.
How to Upgrade PhoneGap
Mac and Linux:
$ sudo npm install -g phonegap
Windows:
C:\> npm install -g phonegap
How to Upgrade an App
Unfortunately, we didn’t have time to add upgrade functionality to the PhoneGap CLI.
For now, the easiest way to upgrade an app is to use the Cordova CLI:
$ npm install -g cordova $ cd path/to/my-app $ cordova platform update android
You can substitute android
for any platform name.
PhoneGap Build Support
PhoneGap Build support is hot-on-the-heels on the PhoneGap 3.2.0 release. You can expect to see PhoneGap Build 3.2.0 support in roughly 1-2 weeks.
Issues and Improvements
Remember, PhoneGap is for you. If you discover an issue or need an improvement, don’t hesitate to submit a request!
All command-line usage issues can be submitted to the PhoneGap CLI Issue Tracker.
All application issues can be submitted to the Cordova Issue Tracker.
Don’t worry about submitting to the wrong place. We can always move it for you!