Skip to content

Commit d88aa5e

Browse files
Version 0.2.11.3
1 parent 3ff4fe8 commit d88aa5e

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
@@ -117,4 +117,7 @@
117117
* Renamed plugin id to "com.webratio.phonegap.plugins.dialogs"
118118

119119
### 0.2.11.2 (Jun 12, 2015)
120-
* Fixed a activity overlay freezing when calling activityStop quickly after activityStart.
120+
* Fixed a activity overlay freezing when calling activityStop quickly after activityStart.
121+
122+
### 0.2.11.3 (Mar 29, 2016)
123+
* Added Windows Phone 8 support

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.2">
23+
version="0.2.11.3">
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.2">
23+
version="0.2.11.3">
2424
<name>Cordova Notification Plugin Tests</name>
2525
<license>Apache 2.0</license>
2626

0 commit comments

Comments
 (0)