You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by sh...@apache.org on 2013/07/16 21:22:58 UTC

ios commit: Updated RELEASENOTES for 3.0.0

Updated Branches:
  refs/heads/master d320bf162 -> faba7fa7a


Updated RELEASENOTES for 3.0.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/faba7fa7
Tree: http://git-wip-us.apache.org/repos/asf/cordova-ios/tree/faba7fa7
Diff: http://git-wip-us.apache.org/repos/asf/cordova-ios/diff/faba7fa7

Branch: refs/heads/master
Commit: faba7fa7ad64c67960a81c1f363fc85d428d5da5
Parents: d320bf1
Author: Shazron Abdullah <sh...@apache.org>
Authored: Tue Jul 16 12:23:04 2013 -0700
Committer: Shazron Abdullah <sh...@apache.org>
Committed: Tue Jul 16 12:23:04 2013 -0700

----------------------------------------------------------------------
 README.md       |  3 +--
 RELEASENOTES.md | 30 ++++++++++++++++++++++++++++++
 2 files changed, 31 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-ios/blob/faba7fa7/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 97ff144..91b8a29 100644
--- a/README.md
+++ b/README.md
@@ -91,8 +91,7 @@ Unit Tests
 --------------------------------------------------------------------
 1. **Create** a new Cordova-based Application project
 2. **Download** the code from the **[mobile-spec](https://github.com/apache/cordova-mobile-spec)** and put all of it in the root of your **www** folder
-3. **Modify cordova.js** to point to your correct cordova-X.X.X.js version
-4. **Run** the project
+3. **Run** the project
 
 <br />
 

http://git-wip-us.apache.org/repos/asf/cordova-ios/blob/faba7fa7/RELEASENOTES.md
----------------------------------------------------------------------
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 69a9886..cfc975c 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -24,6 +24,36 @@ Update these notes using: git log --pretty=format:'* %s' --topo-order --no-merge
 
 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.
 
+### 3.0.0 (20130718) ###
+
+* [CB-3999] Video Capture ignores duration option [iOS]
+* [CB-4202] [CB-3681] Remove Contact plugin unit tests
+* [CB-4202] [CB-3653] Remove EXIF (Camera plugin) unit tests
+* [CB-4202] [CB-3726] Remove File Transfer plugin unit tests
+* [CB-4202] [CB-3973] Remove unit test dependency on Dialogs plugin
+* [CB-4202] [CB-1107] Remove unit tests for old plugin signature
+* [CB-4202] [CB-4145] Remove use of useSplashScreen property by unit tests
+* [CB-4095] Add some additional whitelist unit tests
+* [CB-2608] Remove deprecate EnableLocation key from the config.xml file
+* [CB-4104] Made config parameters case-insensitive.
+* [CB-3530] PhoneGap app crashes on iOS with error "CDVWebViewDelegate: Navigation started when state=1" (for navigation to an anchor on the same page)
+* [CB-3701] Removed Capture.bundle from default project template for 3.0.0
+* [CB-3530] Updated unit tests
+* [CB-4025] iOS emulate command broken when run inside the cordova folder
+* [CB-4037] Unable to Archive iOS projects for upload to App Store in 2.9
+* [CB-4088] `cordova emulate ios` replaces spaces in project name with underscores, conflicting with `cordova build ios` behavior
+* [CB-4145] Remove CDVViewController.useSplashScreen property
+* [CB-3175] Change <plugin> to <feature> in config.xml and remove deprecation notice in iOS
+* [CB-1107] Remove old plugin signature, update Plugin Dev Guide
+* [CB-2180] Convert iOS project template to use ARC
+* [CB-3448] bin/diagnose_project script fails if CORDOVALIB variable not in prefs plist
+* [CB-4199] iOS Platform Script `run --device` uses Simulator
+* [CB-3530] PhoneGap app crashes on iOS with error "CDVWebViewDelegate: Navigation started when state=1" (for navigation to an anchor on the same page)
+* [CB-3567] Redirect initiated in JavaScript fails the app from loading
+* Removed iphone/beep.wav since it is already contained in the dialogs core plugin
+* Have create script include .gitignore file.
+* Removed all core plugins (including console logger) to their own repos (install them using cordova-cli or plugman)
+
 ### 2.9.0 (201306XX) ###
 
 * [CB-3469] Add a version macro for 2.8.0.