Skip to content

Commit 8d674e3

Browse files
committed
Bump to 0.2.14
1 parent 87747ff commit 8d674e3

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

RELEASENOTES.md

+8-2
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
# to you under the Apache License, Version 2.0 (the
88
# "License"); you may not use this file except in compliance
99
# with the License. You may obtain a copy of the License at
10-
#
10+
#
1111
# http://www.apache.org/licenses/LICENSE-2.0
12-
#
12+
#
1313
# Unless required by applicable law or agreed to in writing,
1414
# software distributed under the License is distributed on an
1515
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
@@ -21,6 +21,12 @@
2121
Release Notes
2222
=============
2323

24+
0.2.14
25+
------
26+
27+
Bug fix for: not building in cordova 6.0.0 cordova-ios 4.0+
28+
Note: you might need to update the <allow-navigation> in config.xml for cordova 6.0+
29+
2430
0.2.13
2531
------
2632

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cordova-plugin-themeablebrowser",
3-
"version": "0.2.13",
3+
"version": "0.2.14",
44
"description": "Cordova ThemeableBrowser Plugin",
55
"cordova": {
66
"id": "cordova-plugin-themeablebrowser",

plugin.xml

+1-1
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="cordova-plugin-themeablebrowser"
23-
version="0.2.13">
23+
version="0.2.14">
2424

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

0 commit comments

Comments
 (0)