Return-Path: X-Original-To: apmail-cordova-commits-archive@www.apache.org Delivered-To: apmail-cordova-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id CBB3618D9E for ; Wed, 4 Nov 2015 19:19:02 +0000 (UTC) Received: (qmail 21472 invoked by uid 500); 4 Nov 2015 19:19:02 -0000 Delivered-To: apmail-cordova-commits-archive@cordova.apache.org Received: (qmail 21444 invoked by uid 500); 4 Nov 2015 19:19:02 -0000 Mailing-List: contact commits-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list commits@cordova.apache.org Received: (qmail 21435 invoked by uid 99); 4 Nov 2015 19:19:02 -0000 Received: from Unknown (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Nov 2015 19:19:02 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id 1EF0D180234 for ; Wed, 4 Nov 2015 19:19:02 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 1.992 X-Spam-Level: * X-Spam-Status: No, score=1.992 tagged_above=-999 required=6.31 tests=[KAM_BADIPHTTP=2, NORMAL_HTTP_TO_IP=0.001, T_RP_MATCHES_RCVD=-0.01, URIBL_BLOCKED=0.001] autolearn=disabled Received: from mx1-us-east.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id K5jMNPh3GKls for ; Wed, 4 Nov 2015 19:18:47 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-us-east.apache.org (ASF Mail Server at mx1-us-east.apache.org) with ESMTP id D4F64444D8 for ; Wed, 4 Nov 2015 19:18:44 +0000 (UTC) Received: from svn01-us-west.apache.org (svn.apache.org [10.41.0.6]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 6451AE00B0 for ; Wed, 4 Nov 2015 19:18:44 +0000 (UTC) Received: from svn01-us-west.apache.org (localhost [127.0.0.1]) by svn01-us-west.apache.org (ASF Mail Server at svn01-us-west.apache.org) with ESMTP id 12B8F3A03CC for ; Wed, 4 Nov 2015 19:18:44 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1712616 - in /cordova/site/public/news/2015/09/08: ./ cpr-readonly.html Date: Wed, 04 Nov 2015 19:18:43 -0000 To: commits@cordova.apache.org From: steven@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20151104191844.12B8F3A03CC@svn01-us-west.apache.org> Author: steven Date: Wed Nov 4 19:18:43 2015 New Revision: 1712616 URL: http://svn.apache.org/viewvc?rev=1712616&view=rev Log: readded cpr readonly blog Added: cordova/site/public/news/2015/09/08/ cordova/site/public/news/2015/09/08/cpr-readonly.html Added: cordova/site/public/news/2015/09/08/cpr-readonly.html URL: http://svn.apache.org/viewvc/cordova/site/public/news/2015/09/08/cpr-readonly.html?rev=1712616&view=auto ============================================================================== --- cordova/site/public/news/2015/09/08/cpr-readonly.html (added) +++ cordova/site/public/news/2015/09/08/cpr-readonly.html Wed Nov 4 19:18:43 2015 @@ -0,0 +1,257 @@ + + + + + + + + + + + + + + Cordova Plugins Registry becomes immutable + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+
+

+ Blog + + RSS Feed + +

+ +
+
+
Cordova Plugins Registry becomes immutable
+
By: + + Steve Gill + +
+
08 Sep 2015
+
+
+
+

Starting today, plugins.cordova.io has become immutable. Plugin authors are encouraged to move their plugins over to npm if they haven't already. Plugin authors should checkout our guide to transition over to npm here.

+ +

Users can start searching for cordova plugins which have moved over to npm on our new cordova npm search page.

+ +

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 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