Skip to content

Commit cd66b4b

Browse files
Network information plugin release announcement (#1176)
* network information plugin release announcement
1 parent 275a74d commit cd66b4b

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
---
2+
layout: post
3+
author:
4+
name: Pieter Van Poyer
5+
title: "Network Information Plugin Released!"
6+
categories: news
7+
tags: release plugins
8+
---
9+
10+
We are happy to announce that we have just released an update to our Network Information plugin!
11+
12+
* [[email protected]](https://github.com/apache/cordova-plugin-network-information)
13+
14+
## Release Highlights
15+
16+
### Network Information
17+
18+
The 3.0.0 major release fixes behaviour on Android.
19+
The `online` event was running at unexpected times.
20+
21+
All references of the deprecated `navigator.network` are removed.
22+
23+
24+
* [GH-114](https://github.com/apache/cordova-plugin-network-information/pull/114) Bugfix [issue 110](https://github.com/apache/cordova-plugin-network-information/issues/110) - online event was firing at unexpected times on Android, due to a missing equals implementation on the Android JSONObject.
25+
* [GH-117](https://github.com/apache/cordova-plugin-network-information/pull/117) Removes deprecated navigator.network access.
26+
27+
<!--more-->
28+
# Changes include:
29+
30+
* [GH-128](https://github.com/apache/cordova-plugin-network-information/pull/128) ci: add node-14.x to workflow

0 commit comments

Comments
 (0)