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 84B4A200D2D for ; Fri, 22 Sep 2017 01:08:23 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 836071609E4; Thu, 21 Sep 2017 23:08:23 +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 D01AB1609E6 for ; Fri, 22 Sep 2017 01:08:22 +0200 (CEST) Received: (qmail 26409 invoked by uid 500); 21 Sep 2017 23:08:22 -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 26400 invoked by uid 99); 21 Sep 2017 23:08:22 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 21 Sep 2017 23:08:22 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id F27568191F; Thu, 21 Sep 2017 23:08:20 +0000 (UTC) Date: Thu, 21 Sep 2017 23:08:24 +0000 To: "commits@cordova.apache.org" Subject: [cordova-ios] 04/04: CB-13310 Updated RELEASENOTES and Version for release 4.5.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit From: surajpindoria@apache.org Reply-To: "commits@cordova.apache.org" In-Reply-To: <150603530076.20935.8565881171642409512@gitbox.apache.org> References: <150603530076.20935.8565881171642409512@gitbox.apache.org> X-Git-Host: gitbox.apache.org X-Git-Repo: cordova-ios X-Git-Refname: refs/heads/4.5.x X-Git-Reftype: branch X-Git-Rev: 5afaf05459b8b11a31ac44655363e049c5ae2348 X-Git-NotificationType: diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated Message-Id: <20170921230820.F27568191F@gitbox.apache.org> archived-at: Thu, 21 Sep 2017 23:08:23 -0000 This is an automated email from the ASF dual-hosted git repository. surajpindoria pushed a commit to branch 4.5.x in repository https://gitbox.apache.org/repos/asf/cordova-ios.git commit 5afaf05459b8b11a31ac44655363e049c5ae2348 Author: Suraj Pindoria AuthorDate: Thu Sep 21 15:15:01 2017 -0700 CB-13310 Updated RELEASENOTES and Version for release 4.5.1 --- RELEASENOTES.md | 5 +++++ package.json | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 89feed4..dc43ae2 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -22,6 +22,11 @@ Cordova is a static library that enables developers to include the Cordova API in their iOS application projects easily, and also create new Cordova-based iOS application projects through the command-line. +### 4.5.1 (Sep 21, 2017) +* [CB-13310](https://issues.apache.org/jira/browse/CB-13310) Updated checked-in node_modules +* [CB-13191](https://issues.apache.org/jira/browse/CB-13191) (ios) Support marketing icon (#337) +* [CB-12888](https://issues.apache.org/jira/browse/CB-12888) - cordova emulate **iOS** doesn't work in **iOS** 11 + ### 4.5.0 (Sep 06, 2017) * [CB-13247](https://issues.apache.org/jira/browse/CB-13247) updated checked-in node_modules * [CB-13212](https://issues.apache.org/jira/browse/CB-13212) - Update `cordova-ios` with new cordova-common that parses new attribute for access tag diff --git a/package.json b/package.json index 982c371..87b72ae 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cordova-ios", - "version": "4.5.0", + "version": "4.5.1", "description": "cordova-ios release", "main": "bin/templates/scripts/cordova/Api.js", "repository": { @@ -52,7 +52,7 @@ }, "dependencies": { "cordova-common": "2.1.0", - "ios-sim": "^6.1.1", + "ios-sim": "^6.1.2", "nopt": "^3.0.6", "plist": "^1.2.0", "q": "^1.4.1", -- To stop receiving notification emails like this one, please contact "commits@cordova.apache.org" . --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org For additional commands, e-mail: commits-help@cordova.apache.org