Return-Path: X-Original-To: apmail-cordova-commits-archive@www.apache.org Delivered-To: apmail-cordova-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id EF092E5FC for ; Tue, 5 Feb 2013 06:49:35 +0000 (UTC) Received: (qmail 91205 invoked by uid 500); 5 Feb 2013 06:49:35 -0000 Delivered-To: apmail-cordova-commits-archive@cordova.apache.org Received: (qmail 91151 invoked by uid 500); 5 Feb 2013 06:49:35 -0000 Mailing-List: contact commits-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: callback-dev@cordova.apache.org Delivered-To: mailing list commits@cordova.apache.org Received: (qmail 91125 invoked by uid 99); 5 Feb 2013 06:49:34 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Feb 2013 06:49:34 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 2EF2C82A187; Tue, 5 Feb 2013 06:49:34 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: shazron@apache.org To: commits@cordova.apache.org X-Mailer: ASF-Git Admin Mailer Subject: ios commit: Updated to 2.4.0 Message-Id: <20130205064934.2EF2C82A187@tyr.zones.apache.org> Date: Tue, 5 Feb 2013 06:49:34 +0000 (UTC) Updated Branches: refs/heads/master 6612ae9ef -> 53953e109 Updated to 2.4.0 Project: http://git-wip-us.apache.org/repos/asf/cordova-ios/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-ios/commit/53953e10 Tree: http://git-wip-us.apache.org/repos/asf/cordova-ios/tree/53953e10 Diff: http://git-wip-us.apache.org/repos/asf/cordova-ios/diff/53953e10 Branch: refs/heads/master Commit: 53953e109c5ea76abea2ebc62b0a42126b179ae3 Parents: 6612ae9 Author: Shazron Abdullah Authored: Tue Feb 5 07:49:18 2013 +0100 Committer: Shazron Abdullah Committed: Tue Feb 5 07:49:18 2013 +0100 ---------------------------------------------------------------------- CordovaLib/VERSION | 2 +- RELEASENOTES.md | 2 -- guides/Cordova Plugin Upgrade Guide.md | 8 ++++++++ 3 files changed, 9 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-ios/blob/53953e10/CordovaLib/VERSION ---------------------------------------------------------------------- diff --git a/CordovaLib/VERSION b/CordovaLib/VERSION index 3c7011d..197c4d5 100644 --- a/CordovaLib/VERSION +++ b/CordovaLib/VERSION @@ -1 +1 @@ -2.4.0rc2 +2.4.0 http://git-wip-us.apache.org/repos/asf/cordova-ios/blob/53953e10/RELEASENOTES.md ---------------------------------------------------------------------- diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 26b7fc7..4ffc39b 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -68,9 +68,7 @@ * Interim js patch for [CB-2094] issue * [CB-2071] InAppBrowser: allow UIWebView settings like main CordovaWebView * Added interim js for latest changes. -* Added cordova-js 2.4.0rc1 * Added whitelist unit test to check for query param matches -* Updated version to 2.4.0rc1 * [CB-2290] iOS: 'CDVJSON.h' file not found when adding a plugin * Added a native uri option to DestinationType. * Added a namespace prefix to a constant. http://git-wip-us.apache.org/repos/asf/cordova-ios/blob/53953e10/guides/Cordova Plugin Upgrade Guide.md ---------------------------------------------------------------------- diff --git a/guides/Cordova Plugin Upgrade Guide.md b/guides/Cordova Plugin Upgrade Guide.md index a173070..bf6191b 100644 --- a/guides/Cordova Plugin Upgrade Guide.md +++ b/guides/Cordova Plugin Upgrade Guide.md @@ -22,6 +22,14 @@ This document is for developers who need to upgrade their Cordova plugins to a newer Cordova version. Starting with Cordova 1.5.0, some classes have been renamed, which will require the plugin to be upgraded. Make sure your project itself has been upgraded using the "Cordova Upgrade Guide" document. +## Upgrading older Cordova plugins to 2.4.0 ## + +1. **Install** Cordova 2.4.0 +2. Follow the **"Upgrading older Cordova plugins to 2.3.0"** section, if necessary + +JSONKit usage has been removed, and replaced by AppKit's NSJSONSerialization. If you are using CordovaLib's JSONKit, either use your own JSONKit or use NSJSONSerialization instead. + + ## Upgrading older Cordova plugins to 2.3.0 ## 1. **Install** Cordova 2.3.0