File tree 3 files changed +10
-4
lines changed
3 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 7
7
# to you under the Apache License, Version 2.0 (the
8
8
# "License"); you may not use this file except in compliance
9
9
# with the License. You may obtain a copy of the License at
10
- #
10
+ #
11
11
# http://www.apache.org/licenses/LICENSE-2.0
12
- #
12
+ #
13
13
# Unless required by applicable law or agreed to in writing,
14
14
# software distributed under the License is distributed on an
15
15
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
21
21
Release Notes
22
22
=============
23
23
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
+
24
30
0.2.13
25
31
------
26
32
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " cordova-plugin-themeablebrowser" ,
3
- "version" : " 0.2.13 " ,
3
+ "version" : " 0.2.14 " ,
4
4
"description" : " Cordova ThemeableBrowser Plugin" ,
5
5
"cordova" : {
6
6
"id" : " cordova-plugin-themeablebrowser" ,
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 =" cordova-plugin-themeablebrowser"
23
- version =" 0.2.13 " >
23
+ version =" 0.2.14 " >
24
24
25
25
<name >ThemeableBrowser</name >
26
26
<description >Cordova ThemeableBrowser Plugin</description >
You can’t perform that action at this time.
0 commit comments