File tree Expand file tree Collapse file tree 4 files changed +6
-3
lines changed Expand file tree Collapse file tree 4 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 20
20
-->
21
21
# Release Notes
22
22
23
+ ### 2.0.0 (Dec 15, 2017)
24
+ * [ CB-13662] ( https://issues.apache.org/jira/browse/CB-13662 ) remove deprecated platforms
25
+
23
26
### 1.7.2 (Nov 06, 2017)
24
27
* [ CB-13473] ( https://issues.apache.org/jira/browse/CB-13473 ) (CI) Removed ** Browser** builds from AppVeyor
25
28
* [ CB-13472] ( https://issues.apache.org/jira/browse/CB-13472 ) (CI) Fixed Travis ** Android** builds again
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " cordova-plugin-inappbrowser" ,
3
- "version" : " 2.0.0-dev " ,
3
+ "version" : " 2.0.0" ,
4
4
"description" : " Cordova InAppBrowser Plugin" ,
5
5
"types" : " ./types/index.d.ts" ,
6
6
"cordova" : {
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-inappbrowser"
23
- version =" 2.0.0-dev " >
23
+ version =" 2.0.0" >
24
24
25
25
<name >InAppBrowser</name >
26
26
<description >Cordova InAppBrowser 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 =" cordova-plugin-inappbrowser-tests"
23
- version =" 1.7.3-dev " >
23
+ version =" 2.0.0 " >
24
24
<name >Cordova InAppBrowser Plugin Tests</name >
25
25
<license >Apache 2.0</license >
26
26
You can’t perform that action at this time.
0 commit comments