Repository: cordova-plugin-inappbrowser
Updated Branches:
  refs/heads/master 620d92e5c -> 6815a4840


CB-10035 Updated RELEASENOTES to be newest to oldest


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/commit/6815a484
Tree: 
http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/tree/6815a484
Diff: 
http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/diff/6815a484

Branch: refs/heads/master
Commit: 6815a48408a2957f2d9d9f34267e00d54f07dc11
Parents: 620d92e
Author: Steve Gill <[email protected]>
Authored: Wed Nov 18 13:54:08 2015 -0800
Committer: Steve Gill <[email protected]>
Committed: Wed Nov 18 13:54:08 2015 -0800

----------------------------------------------------------------------
 RELEASENOTES.md | 282 +++++++++++++++++++++++++--------------------------
 1 file changed, 136 insertions(+), 146 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/blob/6815a484/RELEASENOTES.md
----------------------------------------------------------------------
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index f807fd0..7d794b2 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -20,83 +20,87 @@
 -->
 # Release Notes
 
-### 0.2.2 (Sept 25, 2013)
-* CB-4889 bumping&resetting version
-* CB-4788: Modified the onJsPrompt to warn against Cordova calls
-* [windows8] commandProxy was moved
-* CB-4788: Modified the onJsPrompt to warn against Cordova calls
-* [windows8] commandProxy was moved
-* CB-4889 renaming core references
-* CB-4889 renaming org.apache.cordova.core.inappbrowser to 
org.apache.cordova.inappbrowser
-* CB-4864, CB-4865: Minor improvements to InAppBrowser
-* Rename CHANGELOG.md -> RELEASENOTES.md
-* [CB-4792] Added keepCallback to the show function.
-* [CB-4752] Incremented plugin version on dev branch.
-
-### 0.2.3 (Oct 9, 2013)
-* [CB-4915] Incremented plugin version on dev branch.
-* [CB-4926] Fixes inappbrowser plugin loading for windows8
-
-### 0.2.4 (Oct 28, 2013)
-* CB-5128: added repo + issue tag to plugin.xml for inappbrowser plugin
-* CB-4995 Fix crash when WebView is quickly opened then closed.
-* CB-4930 - iOS - InAppBrowser should take into account the status bar
-* [CB-5010] Incremented plugin version on dev branch.
-* [CB-5010] Updated version and RELEASENOTES.md for release 0.2.3
-* CB-4858 - Run IAB methods on the UI thread.
-* CB-4858 Convert relative URLs to absolute URLs in JS
-* CB-3747 Fix back button having different dismiss logic from the close button.
-* CB-5021 Expose closeDialog() as a public function and make it safe to call 
multiple times.
-* CB-5021 Make it safe to call close() multiple times
-
-### 0.2.5 (Dec 4, 2013)
-* Remove merge conflict tag
-* [CB-4724] fixed UriFormatException
-* add ubuntu platform
-* CB-3420 WP feature hidden=yes implemented
-* Added amazon-fireos platform. Change to use amazon-fireos as the platform if 
user agent string contains 'cordova-amazon-fireos'
+### 1.0.1 (Jun 17, 2015)
+* CB-9128 cordova-plugin-inappbrowser documentation translation: 
cordova-plugin-inappbrowser
+* fix npm md issue
 
-### 0.3.0 (Jan 02, 2014)
-* CB-5592 Android: Add MIME type to Intent when opening file:/// URLs
-* CB-5594 iOS: Add disallowoverscroll option.
-* CB-5658 Add doc/index.md for InAppBrowser plugin
-* CB-5595 Add toolbarposition=top option.
-* Apply CB-5193 to InAppBrowser (Fix DB quota exception)
-* CB-5593 iOS: Make InAppBrowser localizable
-* CB-5591 Change window.escape to encodeURIComponent
+### 1.0.0 (Apr 15, 2015)
+* CB-8746 gave plugin major version bump
+* CB-7689 Adds insertCSS support for windows platform
+* CB-4930 - (prefix) InAppBrowser should take into account the status bar
+* CB-8635 Improves UX on windows platform
+* CB-8661 Return executed script result on Windows
+* CB-8683 updated wp and browser specific references of old id to new id
+* CB-8683 changed plugin-id to pacakge-name
+* CB-8653 properly updated translated docs to use new id
+* CB-8653 updated translated docs to use new id
+* Use TRAVIS_BUILD_DIR, install paramedic by npm
+* CB-8432 Correct styles for browser wrapper to display it correctly on some 
pages
+* CB-8659 - Update InAppBrowser to support both cordova-ios 4.0.x and 3.x 
(closes #93)
+* CB-7961 Add cordova-plugin-inappbrowser support for browser platform
+* CB-8653 Updated Readme
+* Update docs for Android zoom=no option
+* Added option to disable/enable zoom controls
+* updated docs, set hardwareback default to true
+* Add a hardwareback option to allow for the hardware back button to go back.
+* CB-8570 Integrate TravisCI
+* CB-8438 cordova-plugin-inappbrowser documentation translation: 
cordova-plugin-inappbrowser
+* CB-8538 Added package.json file
+* Keep external android pages in a single tab. (close #61)
+* CB-8444 Add a clobber for `cordova.InAppBrowser.open` (close #80)
+* CB-8444 Don't clobber `window.open` - Add new symbol/clobber to access open 
function (`cordova.InAppBrowser.open`) - Change existing tests to use new 
symbol (i.e. don't rely on plugin clobber of `window.open`) - Add tests to use 
`window.open` via manual replace with new symbol - Update docs to deprecate 
plugin clobber of `window.open`
 
-### 0.3.1 (Feb 05, 2014)
-* CB-5756: Android: Use WebView.evaluateJavascript for script injection on 
Android 4.4+
-* Didn't test on ICS or lower, getDrawable isn't supported until Jellybean
-* add ubuntu platform
-* Adding drawables to the inAppBrowser.  This doesn't look quite right, but 
it's a HUGE improvement over the previous settings
-* CB-5756: Android: Use WebView.evaluateJavascript for script injection on 
Android 4.4+
-* Remove alive from InAppBrowser.js since it didn't catch the case where the 
browser is closed by the user.
-* CB-5733 Fix IAB.close() not working if called before show() animation is done
+### 0.6.0 (Feb 04, 2015)
+* CB-8270 ios: Remove usage of `[arr JSONString]`, since it's been renamed to 
`cdv_JSONString`
+* ubuntu: implement `inject*` functions
+* ubuntu: port to oxide
+* CB-7897 ios, android: Update to work with whilelist plugins in Cordova 4.x
 
-### 0.3.2 (Feb 26, 2014)
-* Validate that callbackId is correctly formed
-* CB-6035 Move js-module so it is not loaded on unsupported platforms
-* Removed some iOS6 Deprecations
+### 0.5.4 (Dec 02, 2014)
+* CB-7784 Exit event is not fired after `InAppBrowser` closing
+* CB-7697 Add `locationBar` support to `InAppBrowser` **Windows** platform 
version
+* CB-7690 `InAppBrowser` `loadstart/loadstop` events issues
+* CB-7695 Fix `InAppBrowser` `injectScriptFile` for **Windows 8.1** / 
**Windows Phone 8.1**
+* CB-7692 `InAppBrowser` local url opening bug in 8.1
+* CB-7688 `Alert` is not supported in `InAppBrowser` on **Windows** platform
+* CB-7977 Mention `deviceready` in plugin docs
+* CB-7876 change test target to avoid undesired redirects
+* CB-7712 remove references to `closebuttoncaption`
+* CB-7850 clarify role of whitelist
+* CB-7720 check if event is null since OK string from success callback was 
removed
+* CB-7471 cordova-plugin-inappbrowser documentation translation: 
cordova-plugin-inappbrowser
 
-### 0.3.3 (Mar 5, 2014)
-* CB-5534 Fix video/audio does not stop playing when browser is closed
-* CB-6172 Fix broken install on case-sensitive file-systems
+### 0.5.3 (Oct 03, 2014)
+* Windows implementation fixes and improvements
+* zIndex fixed
+* renamed InAppBrowser back to inappbrowser for case sensitive operating 
systems
+* Update french translation
+* Update doc to add Windows 8
+* Update windows proxy to be both compatible with windows 8 and 8.1
+* Rename windows81 by windows8 in src directory
+* Append Windows 8.1 platform configuration in plugin.xml
+* Append Windows 8.1 proxy using x-ms-webview
 
+### 0.5.2 (Sep 17, 2014)
+* CB-7471 cordova-plugin-inappbrowser documentation translation: 
cordova-plugin-inappbrowser
+* CB-7490 Fixes InAppBrowser manual tests crash on windows platform
+* CB-7249 cordova-plugin-inappbrowser documentation translation: 
cordova-plugin-inappbrowser
+* CB-7424 Wrong docs: anchor tags are not supported by the InAppBrowser
+* CB-7133 clarify that anchor1 doesn't exist
+* CB-7133 more fixup of tests on Android
+* CB-7133 fix up the tests for Android
+* Add just a bit more logging
+* CB-7133 port inappbrowser to plugin-test-framework
+* phonegap events supported for \_blank target
+* inappbrowser \_blank target position is fixed
+* amazon-fireos related changes.
 
-### 0.4.0 (Apr 17, 2014)
-* CB-6360: [ios] Fix for crash on iOS < 6.0 (closes #37)
-* CB-3324: [WP8] Add support for back-button inappbrowser [WP8] if there is no 
history -> InAppBrowser is closed
-* [WP] await async calls, resolve warnings
-* [WP] Make InAppBrowser work with embedded files, using system behavior
-* CB-6402: [WP8] pass empty string instead of null for [optional] 
windowFeatures string
-* CB-6422: [windows8] use cordova/exec/proxy
-* CB-6389 CB-3617: Add clearcache and clearsessioncache options to iOS (like 
Android)
-* Doc update: event name and example param (closes #31)
-* CB-6253: [WP] Add Network Capability to WMAppManifest.xml
-* CB-6212: [iOS] fix warnings compiled under arm64 64-bit
-* CB-6218: Update docs for BB10
-* CB-6460: Update license headers
+### 0.5.1 (Aug 06, 2014)
+* ubuntu: support qt 5.2
+* **FFOS** update InAppBrowserProxy.js
+* **FFOS** app needs to be privileged
+* CB-6127 Updated translations for docs
+* CB-6769 ios: Fix statusbar color reset wasn't working on iOS7+
 
 ### 0.5.0 (Jun 05, 2014)
 * CB-6127 Spanish and rench Translations added. Github close #23
@@ -113,84 +117,70 @@
 * refactoring fixed
 * CB-6396 [Firefox OS] Adding basic support
 
-### 0.5.1 (Aug 06, 2014)
-* ubuntu: support qt 5.2
-* **FFOS** update InAppBrowserProxy.js
-* **FFOS** app needs to be privileged
-* CB-6127 Updated translations for docs
-* CB-6769 ios: Fix statusbar color reset wasn't working on iOS7+
+### 0.4.0 (Apr 17, 2014)
+* CB-6360: [ios] Fix for crash on iOS < 6.0 (closes #37)
+* CB-3324: [WP8] Add support for back-button inappbrowser [WP8] if there is no 
history -> InAppBrowser is closed
+* [WP] await async calls, resolve warnings
+* [WP] Make InAppBrowser work with embedded files, using system behavior
+* CB-6402: [WP8] pass empty string instead of null for [optional] 
windowFeatures string
+* CB-6422: [windows8] use cordova/exec/proxy
+* CB-6389 CB-3617: Add clearcache and clearsessioncache options to iOS (like 
Android)
+* Doc update: event name and example param (closes #31)
+* CB-6253: [WP] Add Network Capability to WMAppManifest.xml
+* CB-6212: [iOS] fix warnings compiled under arm64 64-bit
+* CB-6218: Update docs for BB10
+* CB-6460: Update license headers
 
-### 0.5.2 (Sep 17, 2014)
-* CB-7471 cordova-plugin-inappbrowser documentation translation: 
cordova-plugin-inappbrowser
-* CB-7490 Fixes InAppBrowser manual tests crash on windows platform
-* CB-7249 cordova-plugin-inappbrowser documentation translation: 
cordova-plugin-inappbrowser
-* CB-7424 Wrong docs: anchor tags are not supported by the InAppBrowser
-* CB-7133 clarify that anchor1 doesn't exist
-* CB-7133 more fixup of tests on Android
-* CB-7133 fix up the tests for Android
-* Add just a bit more logging
-* CB-7133 port inappbrowser to plugin-test-framework
-* phonegap events supported for \_blank target
-* inappbrowser \_blank target position is fixed
-* amazon-fireos related changes.
+### 0.3.3 (Mar 5, 2014)
+* CB-5534 Fix video/audio does not stop playing when browser is closed
+* CB-6172 Fix broken install on case-sensitive file-systems
 
-### 0.5.3 (Oct 03, 2014)
-* Windows implementation fixes and improvements
-* zIndex fixed
-* renamed InAppBrowser back to inappbrowser for case sensitive operating 
systems
-* Update french translation
-* Update doc to add Windows 8
-* Update windows proxy to be both compatible with windows 8 and 8.1
-* Rename windows81 by windows8 in src directory
-* Append Windows 8.1 platform configuration in plugin.xml
-* Append Windows 8.1 proxy using x-ms-webview
+### 0.3.2 (Feb 26, 2014)
+* Validate that callbackId is correctly formed
+* CB-6035 Move js-module so it is not loaded on unsupported platforms
+* Removed some iOS6 Deprecations
 
-### 0.5.4 (Dec 02, 2014)
-* CB-7784 Exit event is not fired after `InAppBrowser` closing
-* CB-7697 Add `locationBar` support to `InAppBrowser` **Windows** platform 
version
-* CB-7690 `InAppBrowser` `loadstart/loadstop` events issues
-* CB-7695 Fix `InAppBrowser` `injectScriptFile` for **Windows 8.1** / 
**Windows Phone 8.1**
-* CB-7692 `InAppBrowser` local url opening bug in 8.1
-* CB-7688 `Alert` is not supported in `InAppBrowser` on **Windows** platform
-* CB-7977 Mention `deviceready` in plugin docs
-* CB-7876 change test target to avoid undesired redirects
-* CB-7712 remove references to `closebuttoncaption`
-* CB-7850 clarify role of whitelist
-* CB-7720 check if event is null since OK string from success callback was 
removed
-* CB-7471 cordova-plugin-inappbrowser documentation translation: 
cordova-plugin-inappbrowser
+### 0.3.1 (Feb 05, 2014)
+* CB-5756: Android: Use WebView.evaluateJavascript for script injection on 
Android 4.4+
+* Didn't test on ICS or lower, getDrawable isn't supported until Jellybean
+* add ubuntu platform
+* Adding drawables to the inAppBrowser.  This doesn't look quite right, but 
it's a HUGE improvement over the previous settings
+* CB-5756: Android: Use WebView.evaluateJavascript for script injection on 
Android 4.4+
+* Remove alive from InAppBrowser.js since it didn't catch the case where the 
browser is closed by the user.
+* CB-5733 Fix IAB.close() not working if called before show() animation is done
 
-### 0.6.0 (Feb 04, 2015)
-* CB-8270 ios: Remove usage of `[arr JSONString]`, since it's been renamed to 
`cdv_JSONString`
-* ubuntu: implement inject* functions
-* ubuntu: port to oxide
-* CB-7897 ios, android: Update to work with whilelist plugins in Cordova 4.x
+### 0.2.5 (Dec 4, 2013)
+* Remove merge conflict tag
+* [CB-4724] fixed UriFormatException
+* add ubuntu platform
+* CB-3420 WP feature hidden=yes implemented
+* Added amazon-fireos platform. Change to use amazon-fireos as the platform if 
user agent string contains 'cordova-amazon-fireos'
 
-### 1.0.0 (Apr 15, 2015)
-* CB-8746 gave plugin major version bump
-* CB-7689 Adds insertCSS support for windows platform
-* CB-4930 - (prefix) InAppBrowser should take into account the status bar
-* CB-8635 Improves UX on windows platform
-* CB-8661 Return executed script result on Windows
-* CB-8683 updated wp and browser specific references of old id to new id
-* CB-8683 changed plugin-id to pacakge-name
-* CB-8653 properly updated translated docs to use new id
-* CB-8653 updated translated docs to use new id
-* Use TRAVIS_BUILD_DIR, install paramedic by npm
-* CB-8432 Correct styles for browser wrapper to display it correctly on some 
pages
-* CB-8659 - Update InAppBrowser to support both cordova-ios 4.0.x and 3.x 
(closes #93)
-* CB-7961 Add cordova-plugin-inappbrowser support for browser platform
-* CB-8653 Updated Readme
-* Update docs for Android zoom=no option
-* Added option to disable/enable zoom controls
-* updated docs, set hardwareback default to true
-* Add a hardwareback option to allow for the hardware back button to go back.
-* CB-8570 Integrate TravisCI
-* CB-8438 cordova-plugin-inappbrowser documentation translation: 
cordova-plugin-inappbrowser
-* CB-8538 Added package.json file
-* Keep external android pages in a single tab. (close #61)
-* CB-8444 Add a clobber for `cordova.InAppBrowser.open` (close #80)
-* CB-8444 Don't clobber `window.open` - Add new symbol/clobber to access open 
function (`cordova.InAppBrowser.open`) - Change existing tests to use new 
symbol (i.e. don't rely on plugin clobber of `window.open`) - Add tests to use 
`window.open` via manual replace with new symbol - Update docs to deprecate 
plugin clobber of `window.open`
+### 0.2.4 (Oct 28, 2013)
+* CB-5128: added repo + issue tag to plugin.xml for inappbrowser plugin
+* CB-4995 Fix crash when WebView is quickly opened then closed.
+* CB-4930 - iOS - InAppBrowser should take into account the status bar
+* [CB-5010] Incremented plugin version on dev branch.
+* [CB-5010] Updated version and RELEASENOTES.md for release 0.2.3
+* CB-4858 - Run IAB methods on the UI thread.
+* CB-4858 Convert relative URLs to absolute URLs in JS
+* CB-3747 Fix back button having different dismiss logic from the close button.
+* CB-5021 Expose closeDialog() as a public function and make it safe to call 
multiple times.
+* CB-5021 Make it safe to call close() multiple times
 
-### 1.0.1 (Jun 17, 2015)
-* CB-9128 cordova-plugin-inappbrowser documentation translation: 
cordova-plugin-inappbrowser
-* fix npm md issue
+### 0.2.3 (Oct 9, 2013)
+* [CB-4915] Incremented plugin version on dev branch.
+* [CB-4926] Fixes inappbrowser plugin loading for windows8
+
+### 0.2.2 (Sept 25, 2013)
+* CB-4889 bumping&resetting version
+* CB-4788: Modified the onJsPrompt to warn against Cordova calls
+* [windows8] commandProxy was moved
+* CB-4788: Modified the onJsPrompt to warn against Cordova calls
+* [windows8] commandProxy was moved
+* CB-4889 renaming core references
+* CB-4889 renaming org.apache.cordova.core.inappbrowser to 
org.apache.cordova.inappbrowser
+* CB-4864, CB-4865: Minor improvements to InAppBrowser
+* Rename CHANGELOG.md -> RELEASENOTES.md
+* [CB-4792] Added keepCallback to the show function.
+* [CB-4752] Incremented plugin version on dev branch.


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to