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/03 18:42:43 UTC

[cordova-docs] 01/01: Network Information plugin release blogpost.

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

pvpoyer pushed a commit to branch announcement/network-information-3.0.0-release
in repository https://gitbox.apache.org/repos/asf/cordova-docs.git

commit 3409fa29fcb29dd05d9094f2f436e1a64fc1b949
Author: PVPoyer <pi...@portofantwerp.com>
AuthorDate: Thu Jun 3 20:42:25 2021 +0200

    Network Information plugin release blogpost.
---
 ...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..a16af65
--- /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 connection 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