File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 110
110
* CB-7414 ** BB10** Document callback parameter for ` navigator.notification.alert `
111
111
* CB-7700 cordova-plugin-dialogs documentation translation: cordova-plugin-dialogs
112
112
* 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
Original file line number Diff line number Diff line change 20
20
21
21
<plugin xmlns =" http://apache.org/cordova/ns/plugins/1.0"
22
22
id =" org.apache.cordova.dialogs"
23
- version =" 0.2.12-dev " >
23
+ version =" 0.3.0 " >
24
24
25
25
<name >Notification</name >
26
26
<description >Cordova Notification Plugin</description >
Original file line number Diff line number Diff line change 20
20
21
21
<plugin xmlns =" http://apache.org/cordova/ns/plugins/1.0"
22
22
id =" org.apache.cordova.dialogs.tests"
23
- version =" 0.2.12-dev " >
23
+ version =" 0.2.12" >
24
24
<name >Cordova Notification Plugin Tests</name >
25
25
<license >Apache 2.0</license >
26
26
You can’t perform that action at this time.
0 commit comments