You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by st...@apache.org on 2015/09/08 20:56:13 UTC

svn commit: r1701854 [15/15] - in /cordova/site: public/ public/announcements/2013/11/15/ public/announcements/2013/11/22/ public/announcements/2013/12/16/ public/announcements/2014/02/20/ public/announcements/2014/05/23/ public/announcements/2014/08/0...

Modified: cordova/site/www/_posts/2015-09-05-cordova-blackberry-3.8.0.md
URL: http://svn.apache.org/viewvc/cordova/site/www/_posts/2015-09-05-cordova-blackberry-3.8.0.md?rev=1701854&r1=1701853&r2=1701854&view=diff
==============================================================================
--- cordova/site/www/_posts/2015-09-05-cordova-blackberry-3.8.0.md (original)
+++ cordova/site/www/_posts/2015-09-05-cordova-blackberry-3.8.0.md Tue Sep  8 18:56:12 2015
@@ -25,7 +25,6 @@ To add it explicitly:
 For non-CLI projects or for pre-3.0 projects, refer to the [upgrade guides](http://cordova.apache.org/docs/en/edge/guide_platforms_index.md.html).
 
 <!--more-->
-
 ## What's new in the BlackBerry platform
 * [CB-8306](https://issues.apache.org/jira/browse/CB-8306) Fix parseUri to handle http://foo/bar?a@b.com&whatever
 * [CB-7807](https://issues.apache.org/jira/browse/CB-7807) Add BlackBerry10 platform to a project on any workstation OS

Added: cordova/site/www/_posts/2015-09-08-CPR-readonly.md
URL: http://svn.apache.org/viewvc/cordova/site/www/_posts/2015-09-08-CPR-readonly.md?rev=1701854&view=auto
==============================================================================
--- cordova/site/www/_posts/2015-09-08-CPR-readonly.md (added)
+++ cordova/site/www/_posts/2015-09-08-CPR-readonly.md Tue Sep  8 18:56:12 2015
@@ -0,0 +1,18 @@
+---
+layout: post
+author:
+    name: Steve Gill
+    url: https://twitter.com/stevesgill
+title:  "Cordova Plugins Registry becomes immutable"
+categories: news
+tags: announcement
+---
+Starting today, [plugins.cordova.io](http://plugins.cordova.io) has become immutable. Plugin authors are encouraged to move their plugins over to [npm](http://npmjs.org) if they haven't already. Plugin authors should checkout our guide to transition over to npm [here](http://plugins.cordova.io/npm/authors.html).
+
+Users can start searching for cordova plugins which have moved over to npm on our new [cordova npm search page](http://plugins.cordova.io/npm/index.html).
+
+Cordova CLI version 5.0.0 or higher is required to fetch plugins from npm. If you want to use the latest releases of plugins, please update your version of Cordova. Alternatively, older cli users can add plugins via git urls. Example:
+
+    cordova plugin add https://github.com/apache/cordova-plugin-camera.git
+
+Make sure to checkout our previous blog post about [moving plugins to npm](http://cordova.apache.org/announcements/2015/04/21/plugins-release-and-move-to-npm.html) if you missed it the first time around. 



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