[CB-4915] Updated version and RELEASENOTES.md for release 0.2.2
This commit is contained in:
parent
8320137404
commit
a001cffc30
@ -20,4 +20,15 @@
|
|||||||
-->
|
-->
|
||||||
# Release Notes
|
# 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.
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
|
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
|
||||||
id="org.apache.cordova.inappbrowser"
|
id="org.apache.cordova.inappbrowser"
|
||||||
version="0.2.2-dev">
|
version="0.2.2">
|
||||||
<name>InAppBrowser</name>
|
<name>InAppBrowser</name>
|
||||||
<description>Cordova InAppBrowser Plugin</description>
|
<description>Cordova InAppBrowser Plugin</description>
|
||||||
<license>Apache 2.0</license>
|
<license>Apache 2.0</license>
|
||||||
|
Loading…
Reference in New Issue
Block a user