Re: [DISCUSS] cordova-plugin-geolocation Release

2023-09-16 Thread Norman Breau
While true... I'd prefer not to block the release on this alone. The restriction won't really be on cordova-android itself but rather the API level and the webview version running on the device. cordova-android@6 obviously supports really old API levels that even predates chromium webviews. W

Re: [DISCUSS] cordova-plugin-geolocation Release

2023-09-16 Thread julio cesar sanchez
I’ve read the blog post and it mentions “The JavaScript of the plugin has been upgraded to use ES6 features, such as `let` and `const`.”. But the plugin engines still support cordova-android 6+. Should we bump the engines to require latest cordova-android? Those new ES6 features won’t work on those

Re: [DISCUSS] cordova-plugin-geolocation Release

2023-09-16 Thread Norman Breau
Blog PR can be found at: https://github.com/apache/cordova-docs/pull/1335 On 2023-09-14 11:57 p.m., Norman Breau wrote: Does anyone have any reason to delay a cordova-plugin-geolocation release? Any outstanding patches to land? https://github.com/apache/cordova-plugin-geolocation/compare/rel/4

[VOTE] cordova-plugin-geolocation 5.0.0 Release

2023-09-16 Thread Norman Breau
Please review and vote on the release of this plugins release by replying to this email (and keep discussion on the DISCUSS thread) The plugins have been published to dist/dev: https://dist.apache.org/repos/dist/dev/cordova/cdv-plugin-geolocation-5.0.0/ The packages were published from their co