From ed52b4e81dd755cf7a4caf24987aec378815051c Mon Sep 17 00:00:00 2001 From: Randy McMillan Date: Thu, 8 Mar 2012 22:14:26 -0500 Subject: [PATCH 1/2] README update --- iOS/README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/iOS/README.md b/iOS/README.md index 794d808..77c8a57 100644 --- a/iOS/README.md +++ b/iOS/README.md @@ -1,7 +1,12 @@ New iOS plugins should be submitted here. As existing iPhone/iOS plugins are patched and COMPLETELY abandon the PhoneGap naming convention they will be placed here. The present https://github.com/phonegap/phonegap-plugins/tree/master/iPhone should be preserved as to NOT break dependent forks. -• Added a ChildBrowser (iOS) plugin with Cordova only support. -• Added a BarCodeScanner (iOS) plugin with Cordova only support. +• Added a ActionSheet (iOS) plugin with Cordova support. +• Added a AdPlugin (iOS) plugin with Cordova support. +• Added a BarCodeScanner (iOS) plugin with Cordova support. +• Added a ChildBrowser (iOS) plugin with Cordova support. +• Added a EmailComposer (iOS) plugin with Cordova support. +• Added a VolumeSlider (iOS) plugin with Cordova support. + Please refer to distributed Plugin Upgrade Guides for the most current version. Cordova Plugin Upgrade Guide From 164f15678529f60dc1469a076fa6046e127343c3 Mon Sep 17 00:00:00 2001 From: Randy McMillan Date: Fri, 9 Mar 2012 09:51:17 -0500 Subject: [PATCH 2/2] README notes --- iOS/README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/iOS/README.md b/iOS/README.md index 77c8a57..7401c0c 100644 --- a/iOS/README.md +++ b/iOS/README.md @@ -1,11 +1,11 @@ -New iOS plugins should be submitted here. As existing iPhone/iOS plugins are patched and COMPLETELY abandon the PhoneGap naming convention they will be placed here. The present https://github.com/phonegap/phonegap-plugins/tree/master/iPhone should be preserved as to NOT break dependent forks. +New iOS plugins should be submitted here. As existing iPhone/iOS plugins are patched and COMPLETELY abandon the PhoneGap naming convention they will be placed here. The present https://github.com/phonegap/phonegap-plugins/tree/master/iPhone should be preserved. -• Added a ActionSheet (iOS) plugin with Cordova support. -• Added a AdPlugin (iOS) plugin with Cordova support. -• Added a BarCodeScanner (iOS) plugin with Cordova support. -• Added a ChildBrowser (iOS) plugin with Cordova support. -• Added a EmailComposer (iOS) plugin with Cordova support. -• Added a VolumeSlider (iOS) plugin with Cordova support. +* Added a ActionSheet (iOS) plugin with Cordova support. +* Added a AdPlugin (iOS) plugin with Cordova support. +* Added a BarCodeScanner (iOS) plugin with Cordova support. +* Added a ChildBrowser (iOS) plugin with Cordova support. +* Added a EmailComposer (iOS) plugin with Cordova support. +* Added a VolumeSlider (iOS) plugin with Cordova support. Please refer to distributed Plugin Upgrade Guides for the most current version.