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

normanbreau 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 dd94957197 blog: Cordova Browser 7.0.0 Release (#1305)
dd94957197 is described below

commit dd949571979294102ab17b7a8d56a85050de03f9
Author: Norman Breau <nor...@nbsolutions.ca>
AuthorDate: Tue May 16 20:24:19 2023 -0300

    blog: Cordova Browser 7.0.0 Release (#1305)
---
 .../2023-05-13-cordova-browser-release-7.0.0.md    | 29 ++++++++++++++++++++++
 1 file changed, 29 insertions(+)

diff --git a/www/_posts/2023-05-13-cordova-browser-release-7.0.0.md 
b/www/_posts/2023-05-13-cordova-browser-release-7.0.0.md
new file mode 100644
index 0000000000..d5c6549e05
--- /dev/null
+++ b/www/_posts/2023-05-13-cordova-browser-release-7.0.0.md
@@ -0,0 +1,29 @@
+---
+layout: post
+author:
+    name: Norman Breau
+title:  "Cordova Browser 7.0.0 Released!"
+categories: announcements
+tags: news releases
+---
+
+We are happy to announce that we have just released `Cordova Browser 7.0.0`! 
This is one of Cordova's supported platforms for building browser targeted 
applications.
+
+* [cordova-browser@7.0.0](https://www.npmjs.com/package/cordova-browser)
+
+## Release Highlights
+
+This release contains updates for more modern NodeJS runtimes and contains a 
ShellJS security fix.
+
+**To upgrade:**
+
+```bash
+cordova platform remove browser
+cordova platform add browser@7
+```
+
+Please report any issues you find at [GitHub 
Issues](https://github.com/apache/cordova-browser/issues)!
+
+## Release Notes
+
+For a more detailed release notes, please see 
[RELEASENOTES.md](https://github.com/apache/cordova-browser/blob/master/RELEASENOTES.md)


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

Reply via email to