You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by pv...@apache.org on 2021/06/06 12:53:57 UTC

[cordova-docs] branch master updated: Network information plugin release announcement (#1176)

This is an automated email from the ASF dual-hosted git repository.

pvpoyer pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-docs.git


The following commit(s) were added to refs/heads/master by this push:
     new cd66b4b  Network information plugin release announcement (#1176)
cd66b4b is described below

commit cd66b4b385d134bec11b017592f53804a15718fb
Author: Pieter Van Poyer <pi...@portofantwerp.com>
AuthorDate: Sun Jun 6 14:53:47 2021 +0200

    Network information plugin release announcement (#1176)
    
    * network information plugin release announcement
---
 ...021-06-03-network-information-plugin-release.md | 30 ++++++++++++++++++++++
 1 file changed, 30 insertions(+)

diff --git a/www/_posts/2021-06-03-network-information-plugin-release.md b/www/_posts/2021-06-03-network-information-plugin-release.md
new file mode 100644
index 0000000..39b7713
--- /dev/null
+++ b/www/_posts/2021-06-03-network-information-plugin-release.md
@@ -0,0 +1,30 @@
+---
+layout: post
+author:
+    name: Pieter Van Poyer
+title:  "Network Information Plugin Released!"
+categories: news
+tags: release plugins
+---
+
+We are happy to announce that we have just released an update to our Network Information plugin!
+
+* [cordova-plugin-network-information@3.0.0](https://github.com/apache/cordova-plugin-network-information)
+
+## Release Highlights
+
+### Network Information
+
+The 3.0.0 major release fixes behaviour on Android.
+The `online` event was running at unexpected times.
+
+All references of the deprecated `navigator.network` are removed.
+
+
+* [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.
+* [GH-117](https://github.com/apache/cordova-plugin-network-information/pull/117) Removes deprecated navigator.network access.
+
+<!--more-->
+# Changes include:
+
+* [GH-128](https://github.com/apache/cordova-plugin-network-information/pull/128) ci: add node-14.x to workflow

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org