layout: post author: name: Bryan Higgins url: https://twitter.com/bryanhiggins title: “Apache Cordova BlackBerry 3.8.0” categories: announcements tags: news releases

We are happy to announce that Cordova BlackBerry 3.8.0 has been released and will be the default BlackBerry version after next cordova-cli release.

This release adds support for adding blackberry10 platform on any workstation OS, adds subdomain whitelisting and includes several bug fixes.

To upgrade:

npm install -g cordova
cd my_project
cordova platform update blackberry10@3.8.0

To add it explicitly:

cordova platform add blackberry10@3.8.0 --save

For non-CLI projects or for pre-3.0 projects, refer to the upgrade guides.

What's new in the BlackBerry platform