Skip to content

Commit 01cd2bf

Browse files
Version 0.2.11.2
1 parent 2f07949 commit 01cd2bf

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

RELEASENOTES.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,4 +114,7 @@
114114
### 0.2.11.1 (Jan 21, 2015)
115115
* Update activityStart for Android. Now a second call update the dialog. Added "cancelable" parameter.
116116
* Add ActivityStart and ActivityStop support on iOS
117-
* Renamed plugin id to "com.webratio.phonegap.plugins.dialogs"
117+
* Renamed plugin id to "com.webratio.phonegap.plugins.dialogs"
118+
119+
### 0.2.11.2 (Jun 12, 2015)
120+
* Fixed a activity overlay freezing when calling activityStop quickly after activityStart.

plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
2222
id="com.webratio.phonegap.plugins.dialogs"
23-
version="0.2.11.1">
23+
version="0.2.11.2">
2424

2525
<name>Notification</name>
2626
<description>Cordova Notification Plugin</description>

tests/plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
2222
id="org.apache.cordova.dialogs.tests"
23-
version="0.2.11.1">
23+
version="0.2.11.2">
2424
<name>Cordova Notification Plugin Tests</name>
2525
<license>Apache 2.0</license>
2626

0 commit comments

Comments
 (0)