Skip to content

Commit d12008f

Browse files
committed
CB-8429 Updated version and RELEASENOTES.md for release 0.3.0
1 parent e1e25ba commit d12008f

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

RELEASENOTES.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,3 +110,8 @@
110110
* CB-7414 **BB10** Document callback parameter for `navigator.notification.alert`
111111
* CB-7700 cordova-plugin-dialogs documentation translation: cordova-plugin-dialogs
112112
* CB-7571 Bump version of nested plugin to match parent plugin
113+
114+
### 0.3.0 (Feb 04, 2015)
115+
* Correct way to specify Windows platform in config.xml
116+
* CB-8351 ios: Use argumentForIndex rather than NSArray extension
117+
* CB-7955 Add support "browser" platform

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

0 commit comments

Comments
 (0)