Skip to content

Commit d7e34c2

Browse files
committed
CB-8110 Updated version and RELEASENOTES.md for release 0.2.11
1 parent 0a28d17 commit d7e34c2

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

RELEASENOTES.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,3 +95,18 @@
9595
* added documentation for manual tests
9696
* CB-6965 Added manual tests
9797
* CB-6965 Port notification tests to test-framework
98+
99+
### 0.2.11 (Dec 02, 2014)
100+
* [CB-7737] lower min height for alert
101+
* CB-8038 backslash getting escaped twice in **BB10**
102+
* CB-8029 test 1-based indexing for confirm
103+
* CB-7639 Update docs + manual tests
104+
* CB-7639 Revert back `isAlertShowing` flag in case of exception to prevent queuing of future dialogs.
105+
* CB-7639 Handle button labels as array on windows
106+
* CB-7977 Mention `deviceready` in plugin docs
107+
* Check for `setTextDirection` API level
108+
* **Android** Make spinner dialog to use `THEME_DEVICE_DEFAULT_LIGHT` (same as the other dialogs)
109+
* **Android** Unbreak `API` level < `14`
110+
* CB-7414 **BB10** Document callback parameter for `navigator.notification.alert`
111+
* CB-7700 cordova-plugin-dialogs documentation translation: cordova-plugin-dialogs
112+
* CB-7571 Bump version of nested plugin to match parent plugin

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

0 commit comments

Comments
 (0)