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 [13/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/public/news/2015/08/13/tools-release.html
URL: http://svn.apache.org/viewvc/cordova/site/public/news/2015/08/13/tools-release.html?rev=1701854&r1=1701853&r2=1701854&view=diff
==============================================================================
--- cordova/site/public/news/2015/08/13/tools-release.html (original)
+++ cordova/site/public/news/2015/08/13/tools-release.html Tue Sep  8 18:56:12 2015
@@ -57,164 +57,227 @@
     <div class="meta">Posted by: <a href="https://twitter.com/stevesgill">Steve Gill</a></div>
     <p class="meta">13 Aug 2015</p>
     <div class="post">
-    <p>New versions of cordova tools are now live!</p>
+    
+<p>New versions of cordova tools are now live!</p>
 
 <ul>
-  <li><a href="https://www.npmjs.org/package/cordova-lib">cordova-lib@5.2.0</a></li>
-  <li><a href="https://www.npmjs.org/package/cordova">cordova@5.2.0</a></li>
-  <li><a href="https://www.npmjs.org/package/plugman">plugman@1.0.0</a></li>
-  <li><a href="https://www.npmjs.org/package/cordova-js">cordova-js@4.1.0</a></li>
-</ul>
-
-<p>Release highlights:
-* <a href="https://issues.apache.org/jira/browse/CB-9330">CB-9330</a> Removed <code>Plugman</code> <code>publish</code>, <code>unpublish</code>, <code>addUser</code> and <code>owner add/rm</code> commands due to <a href="http://plugins.cordova.io/#/">plugins.cordova.io</a> switching to read only. Plugin authors are encouraged to publish to <a href="https://www.npmjs.com/">npm</a> instead. Learn more at <a href="http://plugins.cordova.io/npm/authors.html">http://plugins.cordova.io/npm/authors.html</a>.
-* <a href="https://issues.apache.org/jira/browse/CB-5578">CB-5578</a> Adds <code>clean</code> command to <code>cordova-cli</code>. This cleans the build artifacts for your project. Run <code>cordova clean -h</code> for more information.
-* <a href="https://issues.apache.org/jira/browse/CB-9177">CB-9177</a> Use tilde instead of caret when saving to <code>config.xml</code> via <code>--save</code> flag.
-* <a href="https://issues.apache.org/jira/browse/CB-9225">CB-9225</a> Add <strong>Windows</strong> platform support to <code>plugman platform add</code>
-* <a href="https://issues.apache.org/jira/browse/CB-9114">CB-9114</a>: Deprecation Warning for <code>--usegit</code> flag.
-* Browserify flag for adding plugins at build time vs run time has all tests passings. Please try it out via <code>--browserify</code>. EX. <code>cordova run android --browserify</code>.</p>
+<li><a href="https://www.npmjs.org/package/cordova-lib">cordova-lib@5.2.0</a></li>
+
+<li><a href="https://www.npmjs.org/package/cordova">cordova@5.2.0</a></li>
+
+<li><a href="https://www.npmjs.org/package/plugman">plugman@1.0.0</a></li>
+
+<li><a href="https://www.npmjs.org/package/cordova-js">cordova-js@4.1.0</a></li>
+</ul>
+
+<p>Release highlights:</p>
+
+<ul>
+<li><a href="https://issues.apache.org/jira/browse/CB-9330">CB-9330</a> Removed <code>Plugman</code> <code>publish</code>, <code>unpublish</code>, <code>addUser</code> and <code>owner add/rm</code> commands due to <a href="http://plugins.cordova.io/#/">plugins.cordova.io</a> switching to read only. Plugin authors are encouraged to publish to <a href="https://www.npmjs.com/">npm</a> instead. Learn more at <a href="http://plugins.cordova.io/npm/authors.html">http://plugins.cordova.io/npm/authors.html</a>.</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-5578">CB-5578</a> Adds <code>clean</code> command to <code>cordova-cli</code>. This cleans the build artifacts for your project. Run <code>cordova clean -h</code> for more information.</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-9177">CB-9177</a> Use tilde instead of caret when saving to <code>config.xml</code> via <code>--save</code> flag.</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-9225">CB-9225</a> Add <strong>Windows</strong> platform support to <code>plugman platform add</code></li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-9114">CB-9114</a>: Deprecation Warning for <code>--usegit</code> flag.</li>
+
+<li>Browserify flag for adding plugins at build time vs run time has all tests passings. Please try it out via <code>--browserify</code>. EX. <code>cordova run android --browserify</code>.</li>
+</ul>
 
 <p>To update your tools:</p>
 
 <ul>
-  <li>
-    <p>If you have <code>cordova</code> installed:</p>
+<li>
+<p>If you have <code>cordova</code> installed:</p>
 
-    <pre><code>npm install -g cordova
-</code></pre>
-  </li>
-  <li>
-    <p>If you have <code>plugman</code> installed:</p>
+<pre><code>npm install -g cordova</code></pre>
+</li>
 
-    <pre><code>npm install -g plugman
-</code></pre>
-  </li>
+<li>
+<p>If you have <code>plugman</code> installed:</p>
+
+<pre><code>npm install -g plugman</code></pre>
+</li>
 </ul>
 
-<h1 id="changes-include">Changes include:</h1>
+<h1 id="changes_include">Changes include:</h1>
 <!--more-->
+<h2 id="platform_updates">Platform updates</h2>
+
+<p>When adding these platforms to your project, the following versions are now used by default. These platform versions were released recently, and the tools’ defaults were updated:</p>
+
+<ul>
+<li><a href="http://cordova.apache.org/announcements/2015/07/21/cordova-android-4.1.0.html">Cordova Android ~4.1.0 (4.1.1)</a></li>
+
+<li><a href="http://cordova.apache.org/announcements/2015/08/04/cordova-ios-3.9.0.html">Cordova iOS ~3.9.0 (3.9.1)</a></li>
+</ul>
+
+<h2 id="cordovalib">cordova-lib</h2>
+
+<ul>
+<li><a href="https://issues.apache.org/jira/browse/CB-9436">CB-9436</a> Removes <code>require-tr</code> bundle transformation</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-9278">CB-9278</a>: Restoring multiple platforms fails. This closes #266</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-9421">CB-9421</a> Added a test for plugin fetch with searchpath parameter</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-9421">CB-9421</a> Fixed searchpath parameter being ignored. This closes #269</li>
+
+<li>Update xcode dependency to latest stable version. This closes #272</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-9420">CB-9420</a> Fixes malformed require calls in browserify bundle. This closes #270</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-9405">CB-9405</a> limit author/description to 256 char per WMAppManifest schema</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-9414">CB-9414</a> plugin fetching now defaults to npm, CPR fallback</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-9384">CB-9384</a> Added tests that test plugin fetch from github branch|tag|sha</li>
+
+<li>added comment outlining the types of things git_ref can be : commit SHA | branch | tag</li>
+
+<li>actually checkout git_ref because it may be a branch OR a commit SHA</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-9332">CB-9332</a> Upgrade npm and semver to actual versions</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-9330">CB-9330</a> updated wording for warning messages for removal of publish/unpublish commands</li>
+
+<li>Adds stubs for <code>publish</code>/<code>unpublish</code> commands. This closes #254</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-9330">CB-9330</a> Removes ‘plugman publish’ related functionality</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-9335">CB-9335</a>: Windows quality-of-life improvements. To align with the change in Cordova-Windows which removes the Windows 8 project from the solution file used by Windows 8.1 and Windows 10, the same is done in the spec.</li>
+
+<li>Fix prepare to wait the promise from plugman prepare.</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-9362">CB-9362</a> Don’t fail if superspawn can’t chmod a file</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-9122">CB-9122</a> Added tests for platform/plugin add/rm/update with –save flag. This closes #246</li>
+
+<li>Fixed ios node-xcode related tests failing on Windows according to version update</li>
+
+<li>Added webOS parsers for project creation/manipulation</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-8965">CB-8965</a> Prevent cli from copying cordova.js and cordova-js-src/ multiple times</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-9114">CB-9114</a>: Log deprecation message when –usegit flag is used. This closes #234</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-9126">CB-9126</a> Fix ios pbxproj’ resources paths when adding ios platform on non-OSX environment.</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-9221">CB-9221</a> Updates <code>cordova serve</code> command to use cordova-serve module.</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-9225">CB-9225</a> Add windows platform support to <code>plugman platform add</code></li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-9163">CB-9163</a> when engine check isn’t satisfied, skip that plugin install</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-9162">CB-9162</a> Adds support for default values for plugin variables.</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-9188">CB-9188</a> Confusing error after delete plugin folder then prepare.</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-9145">CB-9145</a> prepare can lose data during config munge</li>
 
-<h2 id="platform-updates">Platform updates</h2>
-<p>When adding these platforms to your project, the following versions are now used by default.
-These platform versions were released recently, and the tools’ defaults were updated:</p>
-
-<ul>
-  <li><a href="http://cordova.apache.org/announcements/2015/07/21/cordova-android-4.1.0.html">Cordova Android ~4.1.0 (4.1.1)</a></li>
-  <li><a href="http://cordova.apache.org/announcements/2015/08/04/cordova-ios-3.9.0.html">Cordova iOS ~3.9.0 (3.9.1)</a></li>
-</ul>
-
-<h2 id="cordova-lib">cordova-lib</h2>
-<ul>
-  <li><a href="https://issues.apache.org/jira/browse/CB-9436">CB-9436</a> Removes <code>require-tr</code> bundle transformation</li>
-  <li><a href="https://issues.apache.org/jira/browse/CB-9278">CB-9278</a>: Restoring multiple platforms fails. This closes #266</li>
-  <li><a href="https://issues.apache.org/jira/browse/CB-9421">CB-9421</a> Added a test for plugin fetch with searchpath parameter</li>
-  <li><a href="https://issues.apache.org/jira/browse/CB-9421">CB-9421</a> Fixed searchpath parameter being ignored. This closes #269</li>
-  <li>Update xcode dependency to latest stable version. This closes #272</li>
-  <li><a href="https://issues.apache.org/jira/browse/CB-9420">CB-9420</a> Fixes malformed require calls in browserify bundle. This closes #270</li>
-  <li><a href="https://issues.apache.org/jira/browse/CB-9405">CB-9405</a> limit author/description to 256 char per WMAppManifest schema</li>
-  <li><a href="https://issues.apache.org/jira/browse/CB-9414">CB-9414</a> plugin fetching now defaults to npm, CPR fallback</li>
-  <li>
-    <table>
-      <tbody>
-        <tr>
-          <td><a href="https://issues.apache.org/jira/browse/CB-9384">CB-9384</a> Added tests that test plugin fetch from github branch</td>
-          <td>tag</td>
-          <td>sha</td>
-        </tr>
-      </tbody>
-    </table>
-  </li>
-  <li>
-    <table>
-      <tbody>
-        <tr>
-          <td>added comment outlining the types of things git_ref can be : commit SHA</td>
-          <td>branch</td>
-          <td>tag</td>
-        </tr>
-      </tbody>
-    </table>
-  </li>
-  <li>actually checkout git_ref because it may be a branch OR a commit SHA</li>
-  <li><a href="https://issues.apache.org/jira/browse/CB-9332">CB-9332</a> Upgrade npm and semver to actual versions</li>
-  <li><a href="https://issues.apache.org/jira/browse/CB-9330">CB-9330</a> updated wording for warning messages for removal of publish/unpublish commands</li>
-  <li>Adds stubs for <code>publish</code>/<code>unpublish</code> commands. This closes #254</li>
-  <li><a href="https://issues.apache.org/jira/browse/CB-9330">CB-9330</a> Removes ‘plugman publish’ related functionality</li>
-  <li><a href="https://issues.apache.org/jira/browse/CB-9335">CB-9335</a>: Windows quality-of-life improvements.  To align with the change in Cordova-Windows which removes the Windows 8 project from the solution file used by Windows 8.1 and Windows 10, the same is done in the spec.</li>
-  <li>Fix prepare to wait the promise from plugman prepare.</li>
-  <li><a href="https://issues.apache.org/jira/browse/CB-9362">CB-9362</a> Don’t fail if superspawn can’t chmod a file</li>
-  <li><a href="https://issues.apache.org/jira/browse/CB-9122">CB-9122</a> Added tests for platform/plugin add/rm/update with –save flag. This closes #246</li>
-  <li>Fixed ios node-xcode related tests failing on Windows according to version update</li>
-  <li>Added webOS parsers for project creation/manipulation</li>
-  <li><a href="https://issues.apache.org/jira/browse/CB-8965">CB-8965</a> Prevent cli from copying cordova.js and cordova-js-src/ multiple times</li>
-  <li><a href="https://issues.apache.org/jira/browse/CB-9114">CB-9114</a>: Log deprecation message when –usegit flag is used. This closes #234</li>
-  <li><a href="https://issues.apache.org/jira/browse/CB-9126">CB-9126</a> Fix ios pbxproj’ resources paths when adding ios platform on non-OSX environment.</li>
-  <li><a href="https://issues.apache.org/jira/browse/CB-9221">CB-9221</a> Updates <code>cordova serve</code> command to use cordova-serve module.</li>
-  <li><a href="https://issues.apache.org/jira/browse/CB-9225">CB-9225</a> Add windows platform support to <code>plugman platform add</code></li>
-  <li><a href="https://issues.apache.org/jira/browse/CB-9163">CB-9163</a> when engine check isn’t satisfied, skip that plugin install</li>
-  <li><a href="https://issues.apache.org/jira/browse/CB-9162">CB-9162</a> Adds support for default values for plugin variables.</li>
-  <li><a href="https://issues.apache.org/jira/browse/CB-9188">CB-9188</a> Confusing error after delete plugin folder then prepare.</li>
-  <li><a href="https://issues.apache.org/jira/browse/CB-9145">CB-9145</a> prepare can lose data during config munge</li>
-  <li><a href="https://issues.apache.org/jira/browse/CB-9177">CB-9177</a> Use tilde instead of caret when save to config.xml.</li>
-  <li><a href="https://issues.apache.org/jira/browse/CB-9147">CB-9147</a> Adding a platform via caret version adds latest rather than the latest matching.</li>
-  <li><a href="https://issues.apache.org/jira/browse/CB-5578">CB-5578</a> Adds <code>clean</code> module to cordova. This closes #241</li>
-  <li><a href="https://issues.apache.org/jira/browse/CB-9124">CB-9124</a> Makes network-related errors’ messages more descriptive.</li>
-  <li><a href="https://issues.apache.org/jira/browse/CB-9067">CB-9067</a> fixed plugman config set registry and adduser</li>
-  <li><a href="https://issues.apache.org/jira/browse/CB-8993">CB-8993</a> Plugin restore ignores search path. This closes #224</li>
-  <li><a href="https://issues.apache.org/jira/browse/CB-9108">CB-9108</a> Handle version ranges when add platform with –usegit.</li>
-  <li><a href="https://issues.apache.org/jira/browse/CB-8898">CB-8898</a> Makes error message descriptive when <code>requirements</code> is called outside of cordova project.</li>
-  <li><a href="https://issues.apache.org/jira/browse/CB-8007">CB-8007</a> Two cordova plugins modifying <code>*-Info.plist</code> CFBundleURLTypes</li>
-  <li><a href="https://issues.apache.org/jira/browse/CB-9065">CB-9065</a> Allow removing plugins by short name.</li>
-  <li><a href="https://issues.apache.org/jira/browse/CB-9001">CB-9001</a> Set WMAppManifest.xml Author, Description and Publisher attributes based on config.xml</li>
-  <li><a href="https://issues.apache.org/jira/browse/CB-9073">CB-9073</a> Allow to add platform if project path contains <code>&amp;</code> symbol</li>
-</ul>
-
-<h2 id="cordova-cli">cordova-cli</h2>
-<ul>
-  <li><a href="https://issues.apache.org/jira/browse/CB-9114">CB-9114</a>: Deprecation Warning for –usegit flag.</li>
-  <li><a href="https://issues.apache.org/jira/browse/CB-9171">CB-9171</a> Support Plugin Variables with =</li>
-  <li><a href="https://issues.apache.org/jira/browse/CB-5578">CB-5578</a> Adds <code>clean</code> command to cordova-cli.</li>
-  <li><a href="https://issues.apache.org/jira/browse/CB-8993">CB-8993</a> Plugin restore ignores search path. This closes #213</li>
-  <li><a href="https://issues.apache.org/jira/browse/CB-9121">CB-9121</a> Add support for build configuration to be specified using the CLI</li>
-  <li><a href="https://issues.apache.org/jira/browse/CB-8898">CB-8898</a> Adds missing section about <code>requirements</code> to general cordova help</li>
-</ul>
-
-<h2 id="cordova-js">cordova-js</h2>
-<ul>
-  <li><a href="https://issues.apache.org/jira/browse/CB-9429">CB-9429</a> Removes tests from resultant bundle</li>
-  <li><a href="https://issues.apache.org/jira/browse/CB-9436">CB-9436</a> Removes <code>require-tr</code> bundle transformation</li>
-  <li><a href="https://issues.apache.org/jira/browse/CB-9429">CB-9429</a> Enables jsdom/browser tests for browserify.</li>
-  <li>Fix webOS SmartTV/wearable detection</li>
-  <li>Add webOS as a platform to build from/for.</li>
-  <li>Fixed issues with data transforms when using browserify</li>
-  <li><a href="https://issues.apache.org/jira/browse/CB-9370">CB-9370</a> Fixes failing tests on Node 0.12 due to stale dependency</li>
-  <li><a href="https://issues.apache.org/jira/browse/CB-9291">CB-9291</a> Removes the requirement for specific NodeJS version</li>
-  <li>Added common ‘activated’ channel</li>
-  <li><a href="https://issues.apache.org/jira/browse/CB-9156">CB-9156</a> added support for absolute platform paths</li>
-  <li><a href="https://issues.apache.org/jira/browse/CB-9156">CB-9156</a> platform version grabbing supports custom paths</li>
-  <li><a href="https://issues.apache.org/jira/browse/CB-9156">CB-9156</a> added ability to pass in custom path via command line for platforms</li>
-  <li><a href="https://issues.apache.org/jira/browse/CB-8468">CB-8468</a> - Application freezes if breakpoint hits JavaScript callback invoked from native</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-9177">CB-9177</a> Use tilde instead of caret when save to config.xml.</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-9147">CB-9147</a> Adding a platform via caret version adds latest rather than the latest matching.</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-5578">CB-5578</a> Adds <code>clean</code> module to cordova. This closes #241</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-9124">CB-9124</a> Makes network-related errors’ messages more descriptive.</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-9067">CB-9067</a> fixed plugman config set registry and adduser</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-8993">CB-8993</a> Plugin restore ignores search path. This closes #224</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-9108">CB-9108</a> Handle version ranges when add platform with –usegit.</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-8898">CB-8898</a> Makes error message descriptive when <code>requirements</code> is called outside of cordova project.</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-8007">CB-8007</a> Two cordova plugins modifying <code>*-Info.plist</code> CFBundleURLTypes</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-9065">CB-9065</a> Allow removing plugins by short name.</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-9001">CB-9001</a> Set WMAppManifest.xml Author, Description and Publisher attributes based on config.xml</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-9073">CB-9073</a> Allow to add platform if project path contains <code>&amp;</code> symbol</li>
+</ul>
+
+<h2 id="cordovacli">cordova-cli</h2>
+
+<ul>
+<li><a href="https://issues.apache.org/jira/browse/CB-9114">CB-9114</a>: Deprecation Warning for –usegit flag.</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-9171">CB-9171</a> Support Plugin Variables with =</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-5578">CB-5578</a> Adds <code>clean</code> command to cordova-cli.</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-8993">CB-8993</a> Plugin restore ignores search path. This closes #213</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-9121">CB-9121</a> Add support for build configuration to be specified using the CLI</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-8898">CB-8898</a> Adds missing section about <code>requirements</code> to general cordova help</li>
+</ul>
+
+<h2 id="cordovajs">cordova-js</h2>
+
+<ul>
+<li><a href="https://issues.apache.org/jira/browse/CB-9429">CB-9429</a> Removes tests from resultant bundle</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-9436">CB-9436</a> Removes <code>require-tr</code> bundle transformation</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-9429">CB-9429</a> Enables jsdom/browser tests for browserify.</li>
+
+<li>Fix webOS SmartTV/wearable detection</li>
+
+<li>Add webOS as a platform to build from/for.</li>
+
+<li>Fixed issues with data transforms when using browserify</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-9370">CB-9370</a> Fixes failing tests on Node 0.12 due to stale dependency</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-9291">CB-9291</a> Removes the requirement for specific NodeJS version</li>
+
+<li>Added common ‘activated’ channel</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-9156">CB-9156</a> added support for absolute platform paths</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-9156">CB-9156</a> platform version grabbing supports custom paths</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-9156">CB-9156</a> added ability to pass in custom path via command line for platforms</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-8468">CB-8468</a> - Application freezes if breakpoint hits JavaScript callback invoked from native</li>
 </ul>
 
 <h2 id="plugman">plugman</h2>
+
 <ul>
-  <li>updated help with changes for npm publishing</li>
-  <li><a href="https://issues.apache.org/jira/browse/CB-9330">CB-9330</a> Removed Plugman <code>publish</code>, <code>unpublish</code>, <code>addUser</code> and <code>owner add/rm</code> commands due to <a href="http://plugins.cordova.io/#/">plugins.cordova.io</a> switching to read only. Plugin authors are encouraged to publish to <a href="https://www.npmjs.com/">npm</a> instead. Learn more at <a href="http://plugins.cordova.io/npm/authors.html">http://plugins.cordova.io/npm/authors.html</a>.</li>
-  <li><a href="https://issues.apache.org/jira/browse/CB-9332">CB-9332</a> Removes unnecessary dependencies</li>
-</ul>
-
-<h2 id="pinned-platform-versions-for-cordova-cli-511">Pinned Platform Versions for <strong>Cordova CLI 5.1.1</strong></h2>
-
-<ul>
-  <li>Cordova Amazon-FireOS: ~3.6.3</li>
-  <li>Cordova Android: ~4.1.0 (4.1.1)</li>
-  <li>Cordova BlackBerry10: ~3.7.0</li>
-  <li>Cordova Browser: ~3.6.0</li>
-  <li>Cordova FirefoxOS: ~3.6.3</li>
-  <li>Cordova iOS: ~3.9.0 (3.9.1)</li>
-  <li>Cordova Ubuntu: ~4.0.0</li>
-  <li>Cordova Windows: ~4.0.0</li>
-  <li>Cordova WP8: ~3.8.1</li>
+<li>updated help with changes for npm publishing</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-9330">CB-9330</a> Removed Plugman <code>publish</code>, <code>unpublish</code>, <code>addUser</code> and <code>owner add/rm</code> commands due to <a href="http://plugins.cordova.io/#/">plugins.cordova.io</a> switching to read only. Plugin authors are encouraged to publish to <a href="https://www.npmjs.com/">npm</a> instead. Learn more at <a href="http://plugins.cordova.io/npm/authors.html">http://plugins.cordova.io/npm/authors.html</a>.</li>
+
+<li><a href="https://issues.apache.org/jira/browse/CB-9332">CB-9332</a> Removes unnecessary dependencies</li>
+</ul>
+
+<h2 id="pinned_platform_versions_for_cordova_cli_511">Pinned Platform Versions for <strong>Cordova CLI 5.1.1</strong></h2>
+
+<ul>
+<li>Cordova Amazon-FireOS: ~3.6.3</li>
+
+<li>Cordova Android: ~4.1.0 (4.1.1)</li>
+
+<li>Cordova BlackBerry10: ~3.7.0</li>
+
+<li>Cordova Browser: ~3.6.0</li>
+
+<li>Cordova FirefoxOS: ~3.6.3</li>
+
+<li>Cordova iOS: ~3.9.0 (3.9.1)</li>
+
+<li>Cordova Ubuntu: ~4.0.0</li>
+
+<li>Cordova Windows: ~4.0.0</li>
+
+<li>Cordova WP8: ~3.8.1</li>
 </ul>
 
     </div>

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=1701854&view=auto
==============================================================================
--- cordova/site/public/news/2015/09/08/CPR-readonly.html (added)
+++ cordova/site/public/news/2015/09/08/CPR-readonly.html Tue Sep  8 18:56:12 2015
@@ -0,0 +1,159 @@
+<!DOCTYPE html>
+<html>
+<head>
+    <link rel="SHORTCUT ICON" href="//cordova.apache.org/favicon.ico"/>
+    <meta charset="utf-8">
+    <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
+    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+    <meta name = "format-detection" content = "telephone=no">
+    <meta name="viewport" content="user-scalable=no, initial-scale=1, maximum-scale=1, minimum-scale=1, width=device-width" />
+    <!-- Original Jekyll
+    <meta name="viewport" content="width=device-width">
+    -->
+    <title>Cordova Plugins Registry becomes immutable</title>
+    <!-- syntax highlighting CSS -->
+    <link rel="stylesheet" href="//cordova.apache.org/css/syntax.css">
+    <!-- Custom CSS -->
+    <link rel="stylesheet" href="//cordova.apache.org/css/main.css">
+
+    <!-- Cordova CSS -->
+    <link rel="stylesheet" type="text/css" href="//cordova.apache.org/css/master.css">
+    <script src="//cordova.apache.org/js/smooth.pack.js" type="text/javascript"></script>
+</head>
+
+<body>
+    <a class="scroll-point pt-top" name="top">
+</a>
+<div id="header">
+    <div class="wrap">
+        <a class="logo" href="//cordova.apache.org/#top"></a>
+        <div class="menu">
+            <a href="//cordova.apache.org/#about">About</a>
+            <a href="//cordova.apache.org/#news">News</a>
+            <a href="http://cordova.apache.org/docs/en/5.0.0/">Documentation</a>
+            <a href="http://plugins.cordova.io/">Plugins</a>
+            <a href="//cordova.apache.org/#links">Quick Links</a>
+            <a href="//cordova.apache.org/#contribute">Contribute</a>
+            <a href="//cordova.apache.org/#mailing-list">Mailing List</a>
+        </div>
+        <form class="menu-dropdown">
+            <select onchange="location = this.options[this.selectedIndex].value;">
+                <option value="//cordova.apache.org/#about">About</option>
+                <option value="//cordova.apache.org/#news">News</option>
+                <option value="http://cordova.apache.org/docs/en/5.0.0/">Documentation</option>
+                <option value="http://plugins.cordova.io/">Plugins</option>
+                <option value="//cordova.apache.org/#links">Quick Links</option>
+                <option value="//cordova.apache.org/#contribute">Contribute</option>
+                <option value="//cordova.apache.org/#mailing-list">Mailing List</option>
+            </select>
+        </form>
+    </div>
+    <div class="shadow"></div>
+</div> <!-- /header -->
+<div class="header-placeholder"></div>
+
+    <div class="site">
+    <h2>Cordova Plugins Registry becomes immutable</h2>
+    <div class="meta">Posted by: <a href="https://twitter.com/stevesgill">Steve Gill</a></div>
+    <p class="meta">08 Sep 2015</p>
+    <div class="post">
+    
+<p>Starting today, <a href="http://plugins.cordova.io">plugins.cordova.io</a> has become immutable. Plugin authors are encouraged to move their plugins over to <a href="http://npmjs.org">npm</a> if they haven’t already. Plugin authors should checkout our guide to transition over to npm <a href="http://plugins.cordova.io/npm/authors.html">here</a>.</p>
+
+<p>Users can start searching for cordova plugins which have moved over to npm on our new <a href="http://plugins.cordova.io/npm/index.html">cordova npm search page</a>.</p>
+
+<p>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:</p>
+
+<pre><code>cordova plugin add https://github.com/apache/cordova-plugin-camera.git</code></pre>
+
+<p>Make sure to checkout our previous blog post about <a href="http://cordova.apache.org/announcements/2015/04/21/plugins-release-and-move-to-npm.html">moving plugins to npm</a> if you missed it the first time around.</p>
+
+    </div>
+</div>
+
+    <a class="scroll-point" name="links"></a>
+<hr/>
+
+<div class="wrap quick-links-pane">
+    <h2 class="icon icon-quick-links">Quick Links</h2>
+    <br/>
+    <ul class="quick-links-header">
+        <li>General</li>
+        <li>Development</li>
+        <li class="last">Apache Software Foundation</li>
+    </ul>
+    <div class="clear"></div>
+</div>
+
+<div class="grid">
+    <div class="wrap">
+        <div class="list-container">
+            <ul class="list quick-links">
+                <li class="corner"></li>
+                <li><a href="//cordova.apache.org/index.html#about">About Cordova<span></span></a></li>
+
+                
+                <li><a href="http://projects.apache.org/projects/cordova.html">Apache Project Page<span></span></a></li>
+                
+                <li><a href="http://www.apache.org/licenses/LICENSE-2.0">License<span></span></a></li>
+                
+
+                <li><a href="//cordova.apache.org/artwork.html">Artwork<span></span></a></li>
+            </ul>
+
+            <ul class="list quick-links">
+                <li class="corner"></li>
+                <li><a href="//cordova.apache.org/index.html#download">Download<span></span></a></li>
+                <li><a href="http://cordova.apache.org/docs/en/5.0.0/">Documentation<span></span></a></li>
+
+                
+                <li><a href="https://git-wip-us.apache.org/repos/asf">Source Code<span></span></a></li>
+                
+                <li><a href="https://issues.apache.org/jira/browse/CB">Issue Tracker<span></span></a></li>
+                
+                <li><a href="http://wiki.apache.org/cordova/">Wiki<span></span></a></li>
+                
+
+                <li><a href="//cordova.apache.org/index.html#mailing-list">Mailing List<span></span></a></li>
+
+                <li><a href="http://stackoverflow.com/tags/cordova">Support<span></span></a></li>
+            </ul>
+
+            <ul class="list quick-links last">
+                <li class="corner"></li>
+                
+                <li><a href="http://www.apache.org/">About ASF<span></span></a></li>
+                
+                <li><a href="http://www.apache.org/foundation/thanks.html">Thanks<span></span></a></li>
+                
+                <li><a href="http://www.apache.org/foundation/sponsorship.html">Become a Sponsor<span></span></a></li>
+                
+                <li><a href="http://www.apache.org/security/">Security<span></span></a></li>
+                
+            </ul>
+
+            <div class="clear"></div>
+        </div>
+    </div>
+</div>
+
+    <hr/>
+<div id="footer">
+    <p>Copyright © 2012, 2013 The Apache Software Foundation, Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.<br/>
+    Apache and the Apache feather logos are <a href="http://www.apache.org/foundation/marks/list/">trademarks</a> of The Apache Software Foundation.
+    </p>
+    <a class="closing" href="#top"></a>
+</div>
+
+    <script>
+    (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+    (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+    m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+    })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
+
+    ga('create', 'UA-64283057-3', 'auto');
+    ga('send', 'pageview');
+</script>
+
+</body>
+</html>



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