Repository: cordova-docs Updated Branches: refs/heads/cordova-ubuntu-4.3.3 [created] caafe227c
Add Cordova Ubuntu 4.3.3 blog post Project: http://git-wip-us.apache.org/repos/asf/cordova-docs/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-docs/commit/caafe227 Tree: http://git-wip-us.apache.org/repos/asf/cordova-docs/tree/caafe227 Diff: http://git-wip-us.apache.org/repos/asf/cordova-docs/diff/caafe227 Branch: refs/heads/cordova-ubuntu-4.3.3 Commit: caafe227cc02b6a0b33187054f43f41c2adba716 Parents: cc5aa1e Author: David Barth <[email protected]> Authored: Tue Feb 9 17:17:13 2016 +0100 Committer: David Barth <[email protected]> Committed: Tue Feb 9 17:17:13 2016 +0100 ---------------------------------------------------------------------- www/_posts/2016-01-08-cordova-ubuntu-4.3.3.md | 31 ++++++++++++++++++++++ 1 file changed, 31 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/caafe227/www/_posts/2016-01-08-cordova-ubuntu-4.3.3.md ---------------------------------------------------------------------- diff --git a/www/_posts/2016-01-08-cordova-ubuntu-4.3.3.md b/www/_posts/2016-01-08-cordova-ubuntu-4.3.3.md new file mode 100644 index 0000000..b4b5748 --- /dev/null +++ b/www/_posts/2016-01-08-cordova-ubuntu-4.3.3.md @@ -0,0 +1,31 @@ +--- +layout: post +author: + name: David Barth + url: https://twitter.com/dbarthc +title: "Cordova Ubuntu 4.3.3" +categories: announcements +tags: news releases +--- + +`Cordova Ubuntu 4.3.3` has been released. + +This is an important patch release, fixing a critical issue in the runtime. Developers are urged to update the Ubuntu platform support code of their app to this latest release immediately. This will ensure applications will continue to work with the latest Oxide 1.12 release in Ubuntu. + +To upgrade: + + npm install -g cordova + cd my_project + cordova platform update [email protected] + +To add it explicitly: + + cordova platform add [email protected] + +<!--more--> +## What's new in Cordova Ubuntu + +* [CB-10470] Fix reliance on deprecated Oxide's onLoadingChanged signal +* Fix debugging enabled flag & remove webkit specific bit + + --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
