|
51 | 51 | ```
|
52 | 52 | [PR #9343](https://github.com/meteor/meteor/pull/9343)
|
53 | 53 |
|
| 54 | +* The [`cordova-lib`](https://github.com/apache/cordova-cli) package has |
| 55 | + been updated to version 7.1.0, |
| 56 | + [`cordova-android`](https://github.com/apache/cordova-android/) has been |
| 57 | + updated to version 6.4.0 (plus one additional |
| 58 | + [commit](https://github.com/meteor/cordova-android/commit/317db7df0f7a054444197bc6d28453cf4ab23280)), |
| 59 | + and [`cordova-ios`](https://github.com/apache/cordova-ios/) has been |
| 60 | + updated to version 4.5.4. The cordova plugins `cordova-plugin-console`, |
| 61 | + `cordova-plugin-device-motion`, and `cordova-plugin-device-orientation` |
| 62 | + have been [deprecated](https://cordova.apache.org/news/2017/09/22/plugins-release.html) |
| 63 | + and will likely be removed in a future Meteor release. |
| 64 | + [Feature Request #196](https://github.com/meteor/meteor-feature-requests/issues/196) |
| 65 | + [PR #9213](https://github.com/meteor/meteor/pull/9213) |
| 66 | + [Issue #9447](https://github.com/meteor/meteor/issues/9447) |
| 67 | + [PR #9448](https://github.com/meteor/meteor/pull/9448) |
| 68 | + |
54 | 69 | * The previously-served `/manifest.json` application metadata file is now
|
55 | 70 | served from `/__browser/manifest.json` for web browsers, to avoid
|
56 | 71 | confusion with other kinds of `manifest.json` files. Cordova clients
|
|
224 | 239 | [Issue #6912](https://github.com/meteor/meteor/issues/6912)
|
225 | 240 | [PR #9515](https://github.com/meteor/meteor/pull/9515)
|
226 | 241 |
|
227 |
| -* [`cordova-lib`](https://github.com/apache/cordova-cli) has been updated to |
228 |
| - version 7.1.0, [`cordova-android`](https://github.com/apache/cordova-android/) |
229 |
| - has been updated to version 6.3.0, and [`cordova-ios`](https://github.com/apache/cordova-ios/) |
230 |
| - has been updated to version 4.5.4. The cordova-plugins `cordova-plugin-console`, |
231 |
| - `cordova-plugin-device-motion`, and `cordova-plugin-device-orientation` have been |
232 |
| - [deprecated](https://cordova.apache.org/news/2017/09/22/plugins-release.html) |
233 |
| - and will likely be removed in a future Meteor release. |
234 |
| - [Feature Request #196](https://github.com/meteor/meteor-feature-requests/issues/196) |
235 |
| - [PR #9213](https://github.com/meteor/meteor/pull/9213) |
236 |
| - [Issue #9447](https://github.com/meteor/meteor/issues/9447) |
237 |
| - [PR #9448](https://github.com/meteor/meteor/pull/9448) |
238 |
| - |
239 | 242 | * Provide basic support for [iPhone X](https://developer.apple.com/ios/update-apps-for-iphone-x/)
|
240 | 243 | status bar and launch screens, which includes updates to
|
241 | 244 | [`cordova-plugin-statusbar@2.3.0`](https://github.com/apache/cordova-plugin-statusbar/blob/master/RELEASENOTES.md#230-nov-06-2017)
|
|
0 commit comments