Repository: cordova-docs Updated Branches: refs/heads/master 1f35df99b -> 603b26273
CB-10980 Add [email protected] release blog post This closes #570 Project: http://git-wip-us.apache.org/repos/asf/cordova-docs/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-docs/commit/603b2627 Tree: http://git-wip-us.apache.org/repos/asf/cordova-docs/tree/603b2627 Diff: http://git-wip-us.apache.org/repos/asf/cordova-docs/diff/603b2627 Branch: refs/heads/master Commit: 603b2627303fb6e003deab20e5b3be2a74fde8d9 Parents: 1f35df9 Author: Vladimir Kotikov <[email protected]> Authored: Mon Apr 4 11:54:00 2016 +0300 Committer: Vladimir Kotikov <[email protected]> Committed: Mon Apr 4 15:44:24 2016 +0300 ---------------------------------------------------------------------- www/_posts/2016-04-04-tools-release.md | 59 +++++++++++++++++++++++++++++ 1 file changed, 59 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/603b2627/www/_posts/2016-04-04-tools-release.md ---------------------------------------------------------------------- diff --git a/www/_posts/2016-04-04-tools-release.md b/www/_posts/2016-04-04-tools-release.md new file mode 100644 index 0000000..c2f5b45 --- /dev/null +++ b/www/_posts/2016-04-04-tools-release.md @@ -0,0 +1,59 @@ +--- +layout: post +author: + name: Vladimir Kotikov + url: https://github.com/vladimir-kotikov +title: "Tools Release" +categories: news +tags: release tools +--- + +New patch update of `cordova-cli` and `cordova` are now live! + +* [[email protected]](https://www.npmjs.org/package/cordova-lib) +* [[email protected]](https://www.npmjs.org/package/cordova) +* [[email protected]](https://www.npmjs.org/package/plugman) + +We had to fix a few issues that were discovered with the recent 6.1.0 release. + +To update your tools: + + * If you have `cordova` installed: + + npm install -g cordova@latest + + * If you have `plugman` installed: + + npm install -g plugman@latest + +<!--more--> +# Changes include: + +## cordova-lib + +* [CB-10961](https://issues.apache.org/jira/browse/CB-10961) Error no such file or directory adding ios platform when plugins present or required +* [CB-10908](https://issues.apache.org/jira/browse/CB-10908) Reload the config.xml before writing the saved plugin + +## cordova-cli + +* [CB-10980](https://issues.apache.org/jira/browse/CB-10980) updated cordova-lib dependency to 6.1.1 + +Also the error was fixed when `cordova --version` reports `undefined` version of `cordova-lib` + +## plugman + +* [CB-10980](https://issues.apache.org/jira/browse/CB-10980) updated cordova-lib dependency to 6.1.1 + +## Pinned Platform Versions for **Cordova CLI 6.1.1** + +* Cordova Amazon-FireOS: ~3.6.3 +* Cordova Android: ~5.1.1 +* Cordova BlackBerry10: ~3.8.0 +* Cordova Browser: ~4.1.0 +* Cordova FirefoxOS: ~3.6.3 +* Cordova iOS: ~4.1.0 +* Cordova OSX: ~4.0.1 +* Cordova Ubuntu: ~4.3.3 +* Cordova Windows: ~4.3.1 +* Cordova WebOS: ~3.7.0 +* Cordova WP8: ~3.8.2 --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
