Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 6FB0D200BAC for ; Wed, 26 Oct 2016 19:44:19 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 6E38C160AE1; Wed, 26 Oct 2016 17:44:19 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id B517D160AEE for ; Wed, 26 Oct 2016 19:44:18 +0200 (CEST) Received: (qmail 59949 invoked by uid 500); 26 Oct 2016 17:44:17 -0000 Mailing-List: contact commits-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list commits@cordova.apache.org Received: (qmail 59936 invoked by uid 99); 26 Oct 2016 17:44:17 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 Oct 2016 17:44:17 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id B5C50DFB89; Wed, 26 Oct 2016 17:44:17 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: steven@apache.org To: commits@cordova.apache.org Date: Wed, 26 Oct 2016 17:44:17 -0000 Message-Id: <2d57c13e274943cdb0c7d512e40e0062@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [1/2] docs commit: CB-12031 Add windows@4.4.3 release blog post archived-at: Wed, 26 Oct 2016 17:44:19 -0000 Repository: cordova-docs Updated Branches: refs/heads/master cd16bb4b5 -> 92bc36005 CB-12031 Add windows@4.4.3 release blog post This closes #652 Project: http://git-wip-us.apache.org/repos/asf/cordova-docs/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-docs/commit/3e959091 Tree: http://git-wip-us.apache.org/repos/asf/cordova-docs/tree/3e959091 Diff: http://git-wip-us.apache.org/repos/asf/cordova-docs/diff/3e959091 Branch: refs/heads/master Commit: 3e95909114ecfe9651bd3ee8bf4ad75fbe042d69 Parents: cd16bb4 Author: daserge Authored: Mon Oct 24 14:09:54 2016 +0300 Committer: Steve Gill Committed: Wed Oct 26 10:43:36 2016 -0700 ---------------------------------------------------------------------- www/_posts/2016-10-24-cordova-windows-4.4.3.md | 45 +++++++++++++++++++++ 1 file changed, 45 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/3e959091/www/_posts/2016-10-24-cordova-windows-4.4.3.md ---------------------------------------------------------------------- diff --git a/www/_posts/2016-10-24-cordova-windows-4.4.3.md b/www/_posts/2016-10-24-cordova-windows-4.4.3.md new file mode 100644 index 0000000..fdf9763 --- /dev/null +++ b/www/_posts/2016-10-24-cordova-windows-4.4.3.md @@ -0,0 +1,45 @@ +--- +layout: post +author: + name: Sergey Shakhnazarov + url: https://github.com/daserge +title: "Apache Cordova Windows 4.4.3" +categories: announcements +tags: news releases +--- + +We are happy to announce that `Cordova Windows 4.4.3` has been released! + +This release fixes some major issues with application activation, splashscreen and VS project generation. +See release notes below for more detals and the rest of the changes. + +Cordova CLI starting from version 6.3.0 will automatically start using this version of **cordova-windows** when creating new projects. + +To upgrade: + + npm install -g cordova + cd my_project + cordova platform update windows@4.4.3 + +To add it explicitly: + + cordova platform add windows@4.4.3 + + +## What's new in Windows platform + +* [CB-12044](https://issues.apache.org/jira/browse/CB-12044) Fix splashscreen image path for ms-appx on Windows +* [CB-12042](https://issues.apache.org/jira/browse/CB-12042) Copy base.js to www directory at create +* [CB-11933](https://issues.apache.org/jira/browse/CB-11933) Add uap prefixes for capabilities at plugin install +* [CB-11933](https://issues.apache.org/jira/browse/CB-11933) Remove capabilities from manifest +* [CB-11825](https://issues.apache.org/jira/browse/CB-11825) Windows dll file won't be copied as resource while adding custom plugin to a UWP project +* output message, catch exception if require fails, change eventEmitter to events to be consistent with ios+android +* [CB-11522](https://issues.apache.org/jira/browse/CB-11522) [windows] Make cordova-js handle 'unknown' type +* [CB-11857](https://issues.apache.org/jira/browse/CB-11857) Fixed VS 2015 detection on Windows 10 Anniversary +* [CB-10738](https://issues.apache.org/jira/browse/CB-10738) Use hardcoded Id attribute in Win10 manifest +* Update bundled cordova-common dependency to 1.4.1 +* [CB-11658](https://issues.apache.org/jira/browse/CB-11658) activated event is not fired on Windows 10 RS1 +* [CB-11657](https://issues.apache.org/jira/browse/CB-11657) Add bom to www after plugin operations +* [CB-11478](https://issues.apache.org/jira/browse/CB-11478) Parse --archs option consistently +* [CB-11558](https://issues.apache.org/jira/browse/CB-11558) Make windows plugin rm remove ProjectReference items +* [CB-11579](https://issues.apache.org/jira/browse/CB-11579) windows: fix bug with 'cordova clean windows' --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org For additional commands, e-mail: commits-help@cordova.apache.org