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 98EC7101EF for ; Thu, 5 Dec 2013 03:41:20 +0000 (UTC) Received: (qmail 66218 invoked by uid 500); 5 Dec 2013 03:41:20 -0000 Delivered-To: apmail-cordova-commits-archive@cordova.apache.org Received: (qmail 66158 invoked by uid 500); 5 Dec 2013 03:41:18 -0000 Mailing-List: contact commits-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cordova.apache.org Delivered-To: mailing list commits@cordova.apache.org Received: (qmail 66132 invoked by uid 99); 5 Dec 2013 03:41:16 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 Dec 2013 03:41:16 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 Dec 2013 03:41:11 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 71A3E2388A67; Thu, 5 Dec 2013 03:40:49 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: svn commit: r1548009 - in /cordova/site: public/blog/index.html public/index.html public/news/2013/12/ public/news/2013/12/04/ public/news/2013/12/04/plugins-release.html public/rss.xml www/_posts/2013-12-04-plugins-release.md Date: Thu, 05 Dec 2013 03:40:49 -0000 To: commits@cordova.apache.org From: steven@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20131205034049.71A3E2388A67@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: steven Date: Thu Dec 5 03:40:48 2013 New Revision: 1548009 URL: http://svn.apache.org/r1548009 Log: added plugins release blog post for dec 4 Added: cordova/site/public/news/2013/12/ cordova/site/public/news/2013/12/04/ cordova/site/public/news/2013/12/04/plugins-release.html cordova/site/www/_posts/2013-12-04-plugins-release.md Modified: cordova/site/public/blog/index.html cordova/site/public/index.html cordova/site/public/rss.xml Modified: cordova/site/public/blog/index.html URL: http://svn.apache.org/viewvc/cordova/site/public/blog/index.html?rev=1548009&r1=1548008&r2=1548009&view=diff ============================================================================== --- cordova/site/public/blog/index.html (original) +++ cordova/site/public/blog/index.html Thu Dec 5 03:40:48 2013 @@ -67,6 +67,11 @@
  • + 04 Dec 2013 » + Plugins Release: Dec 4, 2013 +
  • + +
  • 22 Nov 2013 » Apache Cordova 3.2.0
  • Modified: cordova/site/public/index.html URL: http://svn.apache.org/viewvc/cordova/site/public/index.html?rev=1548009&r1=1548008&r2=1548009&view=diff ============================================================================== --- cordova/site/public/index.html (original) +++ cordova/site/public/index.html Thu Dec 5 03:40:48 2013 @@ -98,6 +98,37 @@

    News Subscribe

      +
    • 04 Dec 2013 » Plugins Release: Dec 4, 2013 + +

      Today we are doing a plugins release in preparation for Cordova 3.3.0. Most plugins now have support for our upcoming platform additions, Amazon Fire OS & Ubuntu! Most notable changes include:

      + +
        +
      • Ubuntu support for most plugins
      • + +
      • Amazon Fire OS support for most plugins
      • + +
      • WP8 add support for battery-level
      • + +
      • Camera Plugin now supports Firefox OS
      • + +
      • Geolocation Plugin now supports Firefox OS
      • + +
      • CB-3420 WP feature hidden=yes implemented for inappbrowser
      • + +
      • CB-4724 WP8 - Fixed UriFormatException for inappbrowser
      • + +
      • CB-5291 iOS - Media Capture Audio - status bar issues under iOS 7
      • + +
      • CB-5275 Fixed media-capture’s ability to select images & videos on Android
      • + +
      • CB-4747 Fixed Blackberry background vibrate
      • +
      + +

      The plugins have been updated on our registry at plugins.cordova.io.

      + +

      The new & improved file plugin did not get released with todays release. It requires more work & testing. We hope to have it out before 3.3.0 lands next week.

      + +
    • 22 Nov 2013 » Apache Cordova 3.2.0

      The Apache Cordova team has just released Cordova 3.2.0. Woo Hoo! This release has various bug fixes and enhancements for all of the platforms.

      @@ -124,28 +155,6 @@ cordova platform update androidHowever, the update introduced a bug in Cordova applications that were built with Cordova versions prior to 3.1.0, or 2.9.1 which can cause native bridge callbacks to not be received until another one is made (e.g. by switching in & out of the app). We strongly encourage all apps to update their Cordova version, or to directly apply the fix to cordova-android and cordova-js.

      -
    • 13 Nov 2013 » Apache Cordova 3.2.0 RC1 - -

      The Apache Cordova team has just released the first release candidate for Cordova 3.2.0! Barring no hiccups, we will be aiming to release the final version later this week. Now we ask you, our community, to please download and help us test! We want this to be the most solid release yet!

      - -

      Installing cordova for the first time:

      - -
      npm install -g cordova@3.2.0-rc.1
      - -

      Updating your current version of cordova:

      - -
      npm update -g cordova@3.2.0-rc.1
      - -

      Example of updating your current cordova android project to the latest version:

      - -
      cd cordovaApp
      -cordova platform update android
      - -

      Issues can be reported at https://issues.apache.org/jira/browse/CB

      - -

      We will release a changelog with the offical 3.2.0 release when it ships!

      - -
    Added: cordova/site/public/news/2013/12/04/plugins-release.html URL: http://svn.apache.org/viewvc/cordova/site/public/news/2013/12/04/plugins-release.html?rev=1548009&view=auto ============================================================================== --- cordova/site/public/news/2013/12/04/plugins-release.html (added) +++ cordova/site/public/news/2013/12/04/plugins-release.html Thu Dec 5 03:40:48 2013 @@ -0,0 +1,183 @@ + + + + + + + + + + + Plugins Release: Dec 4, 2013 + + + + + + + + + + + + + + + + +
    + + +
    +

    Plugins Release: Dec 4, 2013

    +
    Posted by: Steve Gill
    +

    04 Dec 2013

    +
    + +

    Today we are doing a plugins release in preparation for Cordova 3.3.0. Most plugins now have support for our upcoming platform additions, Amazon Fire OS & Ubuntu! Most notable changes include:

    + +
      +
    • Ubuntu support for most plugins
    • + +
    • Amazon Fire OS support for most plugins
    • + +
    • WP8 add support for battery-level
    • + +
    • Camera Plugin now supports Firefox OS
    • + +
    • Geolocation Plugin now supports Firefox OS
    • + +
    • CB-3420 WP feature hidden=yes implemented for inappbrowser
    • + +
    • CB-4724 WP8 - Fixed UriFormatException for inappbrowser
    • + +
    • CB-5291 iOS - Media Capture Audio - status bar issues under iOS 7
    • + +
    • CB-5275 Fixed media-capture’s ability to select images & videos on Android
    • + +
    • CB-4747 Fixed Blackberry background vibrate
    • +
    + +

    The plugins have been updated on our registry at plugins.cordova.io.

    + +

    The new & improved file plugin did not get released with todays release. It requires more work & testing. We hope to have it out before 3.3.0 lands next week.

    + +

    E.g. To update your vibration plugin:

    + +
    cordova plugin rm org.apache.cordova.vibration
    +cordova plugin add org.apache.cordova.vibration
    + +
    +
    + + + + +
    + + + +
    +
    +
    + + + + + + +
    +
    +
    +
    + + +
    + + + + Modified: cordova/site/public/rss.xml URL: http://svn.apache.org/viewvc/cordova/site/public/rss.xml?rev=1548009&r1=1548008&r2=1548009&view=diff ============================================================================== --- cordova/site/public/rss.xml (original) +++ cordova/site/public/rss.xml Thu Dec 5 03:40:48 2013 @@ -5,8 +5,8 @@ Apache Cordova - Apache Cordova is a set of device APIs that allow a web mobile app developer to access native device function from JavaScript. http://cordova.apache.org/rss.xml - Mon, 02 Dec 2013 11:46:03 -0800 - Mon, 02 Dec 2013 11:46:03 -0800 + Wed, 04 Dec 2013 19:39:31 -0800 + Wed, 04 Dec 2013 19:39:31 -0800 1800 http://cordova.apache.org @@ -19,6 +19,47 @@ + Plugins Release: Dec 4, 2013 + +<p>Today we are doing a plugins release in preparation for Cordova 3.3.0. Most plugins now have support for our upcoming platform additions, Amazon Fire OS &amp; Ubuntu! Most notable changes include:</p> + +<ul> +<li>Ubuntu support for most plugins</li> + +<li>Amazon Fire OS support for most plugins</li> + +<li>WP8 add support for battery-level</li> + +<li>Camera Plugin now supports Firefox OS</li> + +<li>Geolocation Plugin now supports Firefox OS</li> + +<li>CB-3420 WP feature hidden=yes implemented for inappbrowser</li> + +<li>CB-4724 WP8 - Fixed UriFormatException for inappbrowser</li> + +<li>CB-5291 iOS - Media Capture Audio - status bar issues under iOS 7</li> + +<li>CB-5275 Fixed media-capture’s ability to select images &amp; videos on Android</li> + +<li>CB-4747 Fixed Blackberry background vibrate</li> +</ul> + +<p>The plugins have been updated on our registry at <a href="http://plugins.cordova.io/">plugins.cordova.io</a>.</p> + +<p>The new &amp; improved file plugin did not get released with todays release. It requires more work &amp; testing. We hope to have it out before 3.3.0 lands next week.<br /><!--more--></p> + +<p>E.g. To update your vibration plugin:</p> + +<pre><code>cordova plugin rm org.apache.cordova.vibration +cordova plugin add org.apache.cordova.vibration</code></pre> + + http://cordova.apache.org/news/2013/12/04/plugins-release.html + http://cordova.apache.org/news/2013/12/04/plugins-release + Wed, 04 Dec 2013 + + + Apache Cordova 3.2.0 <p>The <a href="http://cordova.apache.org/">Apache Cordova</a> team has just released Cordova 3.2.0. Woo Hoo! This release has various bug fixes and enhancements for all of the platforms.</p> Added: cordova/site/www/_posts/2013-12-04-plugins-release.md URL: http://svn.apache.org/viewvc/cordova/site/www/_posts/2013-12-04-plugins-release.md?rev=1548009&view=auto ============================================================================== --- cordova/site/www/_posts/2013-12-04-plugins-release.md (added) +++ cordova/site/www/_posts/2013-12-04-plugins-release.md Thu Dec 5 03:40:48 2013 @@ -0,0 +1,31 @@ +--- +layout: post +author: + name: Steve Gill + url: https://twitter.com/stevesgill +title: "Plugins Release: Dec 4, 2013" +categories: news +tags: release +--- +Today we are doing a plugins release in preparation for Cordova 3.3.0. Most plugins now have support for our upcoming platform additions, Amazon Fire OS & Ubuntu! Most notable changes include: + +* Ubuntu support for most plugins +* Amazon Fire OS support for most plugins +* WP8 add support for battery-level +* Camera Plugin now supports Firefox OS +* Geolocation Plugin now supports Firefox OS +* CB-3420 WP feature hidden=yes implemented for inappbrowser +* CB-4724 WP8 - Fixed UriFormatException for inappbrowser +* CB-5291 iOS - Media Capture Audio - status bar issues under iOS 7 +* CB-5275 Fixed media-capture's ability to select images & videos on Android +* CB-4747 Fixed Blackberry background vibrate + +The plugins have been updated on our registry at [plugins.cordova.io](http://plugins.cordova.io/). + +The new & improved file plugin did not get released with todays release. It requires more work & testing. We hope to have it out before 3.3.0 lands next week. + + +E.g. To update your vibration plugin: + + cordova plugin rm org.apache.cordova.vibration + cordova plugin add org.apache.cordova.vibration