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/03/03 07:53:28 UTC

svn commit: r1663531 [12/12] - 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/0...

Modified: cordova/site/www/_posts/2014-11-06-cordova-wp-windows-3.7.0.md
URL: http://svn.apache.org/viewvc/cordova/site/www/_posts/2014-11-06-cordova-wp-windows-3.7.0.md?rev=1663531&r1=1663530&r2=1663531&view=diff
==============================================================================
--- cordova/site/www/_posts/2014-11-06-cordova-wp-windows-3.7.0.md (original)
+++ cordova/site/www/_posts/2014-11-06-cordova-wp-windows-3.7.0.md Tue Mar  3 06:53:27 2015
@@ -3,12 +3,12 @@ layout: post
 author:
     name: Steve Gill
     url: https://twitter.com/stevesgill
-title:  "Apache Cordova Windows & Windows Phone 3.7.0"
+title:  "Apache Cordova Windows & Windows Phone 3.7.0"
 categories: announcements
 tags: news releases
 ---
 
-We are happy to announce that `Cordova Windows & WP8 3.7.0` has been released!
+We are happy to announce that `Cordova Windows & WP8 3.7.0` has been released!
 
 This release has various bug fixes.
 

Modified: cordova/site/www/_posts/2015-02-10-plugins-release.md
URL: http://svn.apache.org/viewvc/cordova/site/www/_posts/2015-02-10-plugins-release.md?rev=1663531&r1=1663530&r2=1663531&view=diff
==============================================================================
--- cordova/site/www/_posts/2015-02-10-plugins-release.md (original)
+++ cordova/site/www/_posts/2015-02-10-plugins-release.md Tue Mar  3 06:53:27 2015
@@ -45,7 +45,6 @@ Changes include:
 <!--more-->
 
 org.apache.cordova.camera@0.3.5
-
 * [CB-8351](https://issues.apache.org/jira/browse/CB-8351) ios: Stop using now-deprecated `[NSData base65EncodedString]`
 * [CB-8351](https://issues.apache.org/jira/browse/CB-8351) ios: Stop using now-deprecated integerValueForKey: class extension
 * [CB-8351](https://issues.apache.org/jira/browse/CB-8351) ios: Use argumentForIndex rather than NSArray extension
@@ -54,35 +53,29 @@ org.apache.cordova.camera@0.3.5
 * [CB-7937](https://issues.apache.org/jira/browse/CB-7937) ios: Re-factor iOS Camera plugin so that it is testable
 
 org.apache.cordova.console@0.2.13
-
 * [CB-8351](https://issues.apache.org/jira/browse/CB-8351) ios: Use argumentForIndex rather than NSArray extension
 
 org.apache.cordova.contacts@0.2.16
-
 * [CB-8351](https://issues.apache.org/jira/browse/CB-8351) ios: Stop using (newly) deprecated CordovaLib functions
 * [CB-8351](https://issues.apache.org/jira/browse/CB-8351) ios: Use argumentForIndex rather than NSArray extension
 * android: Update ContactName support
 * Updated the comments for ContactOrganization constructor.
 
 org.apache.cordova.device@0.3.0
-
 * Added device.manufacturer property for Android, iOS, Blackberry, WP8
 * Support for Windows Phone 8 ANID2 ANID is only supported up to Windows Phone 7.5
 * [CB-8351](https://issues.apache.org/jira/browse/CB-8351) Use a local copy of uniqueAppInstanceIdentifier rather than CordovaLib's version
 * browser: Fixed a bug that caused an "cannot call method of undefined" error if the browser's user agent wasn't recognized
 
 org.apache.cordova.device-orientation@0.3.11
-
 * [CB-8351](https://issues.apache.org/jira/browse/CB-8351) ios: Use argumentForIndex rather than NSArray extension
 
 org.apache.cordova.dialogs@0.3.0
-
 * Correct way to specify Windows platform in config.xml
 * [CB-8351](https://issues.apache.org/jira/browse/CB-8351) ios: Use argumentForIndex rather than NSArray extension
 * [CB-7955](https://issues.apache.org/jira/browse/CB-7955) Add support "browser" platform
 
 org.apache.cordova.file@1.3.3
-
 * [CB-7927](https://issues.apache.org/jira/browse/CB-7927) Encoding data to bytes instead of chars when writing a file.
 * ios: Fix compile warning about implicit int conversion
 * [CB-8351](https://issues.apache.org/jira/browse/CB-8351) ios: Use base64EncodedStringWithOptions instead of CordovaLib's class extension
@@ -96,7 +89,6 @@ org.apache.cordova.file@1.3.3
 * [CB-7375](https://issues.apache.org/jira/browse/CB-7375) Never create new FileSystem instances (except on windows since they don't implement requestAllFileSystems())
 
 org.apache.cordova.file-transfer@0.5.0
-
 * [CB-8407](https://issues.apache.org/jira/browse/CB-8407) windows: Fix download of `ms-appdata:///` URIs
 * [CB-8095](https://issues.apache.org/jira/browse/CB-8095) windows: Rewrite upload method to support progress events properly
 * [CB-5059](https://issues.apache.org/jira/browse/CB-5059) android: Add a CookieManager abstraction for pluggable webviews
@@ -111,56 +103,46 @@ org.apache.cordova.file-transfer@0.5.0
 * [CB-8093](https://issues.apache.org/jira/browse/CB-8093) Fixes incorrect FileTransferError returned in case of download failure
 
 org.apache.cordova.geolocation@0.3.12
-
 * [CB-8351](https://issues.apache.org/jira/browse/CB-8351) ios: Use argumentForIndex rather than NSArray extension
 
 org.apache.cordova.globalization@0.3.4
-
 * [CB-8351](https://issues.apache.org/jira/browse/CB-8351) ios: Use argumentForIndex rather than NSArray extension
 * [CB-7972](https://issues.apache.org/jira/browse/CB-7972) Add cordova-plugin-globalization support for Windows platform
 
 org.apache.cordova.inappbrowser@0.6.0
-
 * [CB-8270](https://issues.apache.org/jira/browse/CB-8270) ios: Remove usage of `[arr JSONString]`, since it's been renamed to `cdv_JSONString`
 * ubuntu: implement inject* functions
 * ubuntu: port to oxide
 * [CB-7897](https://issues.apache.org/jira/browse/CB-7897) ios, android: Update to work with whilelist plugins in Cordova 4.x
 
 org.apache.cordova.media@0.2.16
-
 * [CB-8351](https://issues.apache.org/jira/browse/CB-8351) ios: Stop using (newly) deprecated CDVJSON.h
 * [CB-8351](https://issues.apache.org/jira/browse/CB-8351) ios: Use argumentForIndex rather than NSArray extension
 * [CB-8252](https://issues.apache.org/jira/browse/CB-8252) android: Fire audio events from native via message channel
 * [CB-8152](https://issues.apache.org/jira/browse/CB-8152) ios: Remove deprecated methods in Media plugin (deprecated since 2.5)
 
 org.apache.cordova.media-capture@0.3.6
-
 * [CB-8351](https://issues.apache.org/jira/browse/CB-8351) ios: Use inline copies of deprecated CDV_IsIpad and CDV_IsIphone5
 * [CB-8351](https://issues.apache.org/jira/browse/CB-8351) ios: Stop using (newly) deprecated CDVJSON.h
 * [CB-8351](https://issues.apache.org/jira/browse/CB-8351) ios: Use argumentForIndex rather than NSArray extension
 * [CB-7977](https://issues.apache.org/jira/browse/CB-7977) Mention deviceready in plugin docs
 
 org.apache.cordova.network-information@0.2.15
-
 * [CB-8384](https://issues.apache.org/jira/browse/CB-8384) Network status change support on Windows
 * [CB-8384](https://issues.apache.org/jira/browse/CB-8384) Fixes the way we detect online status on Windows
 * [CB-8384](https://issues.apache.org/jira/browse/CB-8384) Add Windows platform quirks
 * [CB-8384](https://issues.apache.org/jira/browse/CB-8384) Add Windows section to Network Information plugin
 
 org.apache.cordova.splashscreen@1.0.0
-
 * [CB-8351](https://issues.apache.org/jira/browse/CB-8351) ios: Stop using deprecated IsIpad macro
 * [CB-3679](https://issues.apache.org/jira/browse/CB-3679) Add engine tag for Android >= 3.6.0 due to use of `preferences`
 * [CB-3679](https://issues.apache.org/jira/browse/CB-3679) Make SplashScreen plugin compatible with cordova-android@4.0.x
 
 org.apache.cordova.statusbar@0.1.10
-
 * [CB-8351](https://issues.apache.org/jira/browse/CB-8351) ios: Use argumentForIndex rather than NSArray extension
 
 org.apache.cordova.test-framework@0.0.1
-
 * Initial release
 
 org.apache.cordova.vibration@0.3.13
-
 * [CB-8243](https://issues.apache.org/jira/browse/CB-8243) cordova-plugin-vibration documentation translation: cordova-plugin-vibration

Added: cordova/site/www/_posts/2015-02-27-cordova-windows-3.8.0.md
URL: http://svn.apache.org/viewvc/cordova/site/www/_posts/2015-02-27-cordova-windows-3.8.0.md?rev=1663531&view=auto
==============================================================================
--- cordova/site/www/_posts/2015-02-27-cordova-windows-3.8.0.md (added)
+++ cordova/site/www/_posts/2015-02-27-cordova-windows-3.8.0.md Tue Mar  3 06:53:27 2015
@@ -0,0 +1,36 @@
+---
+layout: post
+author:
+    name: Sergey Grebnov
+    url: https://twitter.com/sgrebnov
+title:  "Apache Cordova Windows 3.8.0"
+categories: announcements
+tags: news releases
+---
+
+We are happy to announce that `Cordova Windows 3.8.0` has been released!
+
+This release adds support for new Visual Studio 2015 Tools and has various other improvements. It will be the default Windows version when the cordova-cli 4.3.0 is released.
+
+To upgrade:
+
+    npm install -g cordova
+    cd my_project
+    cordova platform update windows
+
+To add it explicitly:
+
+    cordova platform add windows@3.8.0
+
+
+
+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 Windows
+
+* [CB-7985](https://issues.apache.org/jira/browse/CB-7985) Support Visual Studio 14 CTP tools
+* [CB-8515](https://issues.apache.org/jira/browse/CB-8515) Support `DefaultLanguage` selection
+* [CB-8321](https://issues.apache.org/jira/browse/CB-8321) Add supported orientations `config.xml` preference handling
+* [CB-8417](https://issues.apache.org/jira/browse/CB-8417) Moved platform specific js into platform

Added: cordova/site/www/_posts/2015-03-02-tools-release.md
URL: http://svn.apache.org/viewvc/cordova/site/www/_posts/2015-03-02-tools-release.md?rev=1663531&view=auto
==============================================================================
--- cordova/site/www/_posts/2015-03-02-tools-release.md (added)
+++ cordova/site/www/_posts/2015-03-02-tools-release.md Tue Mar  3 06:53:27 2015
@@ -0,0 +1,118 @@
+---
+layout: post
+author:
+    name: Steve Gill
+    url: https://twitter.com/stevesgill
+title:  "Tools Release: March 02, 2015"
+categories: news
+tags: release tools
+---
+New versions of cordova tools are now live!
+
+* [cordova-lib@4.3.0](https://www.npmjs.org/package/cordova-lib)
+* [cordova@4.3.0](https://www.npmjs.org/package/cordova)
+* [plugman@0.23.0](https://www.npmjs.org/package/plugman)
+* [cordova-js@3.8.0](https://www.npmjs.org/package/cordova-js)
+
+To update your tools:
+
+  * If you have `cordova` installed:
+
+        npm install -g cordova
+
+  * If you have `plugman` installed:
+
+        npm install -g plugman
+
+Release highlights:
+
+* You can now save your list of installed plugins and platforms using the `--save` command when adding platforms and plugins to your project.
+Saved platforms and plugins are automagically restored during prepare.
+Ex. `cordova platform add android --save`.
+This should make it easier developing cordova projects among a team.
+* Plugin authors can use the new command `plugman createpackagejson <plugin_path>` to add a `package.json` file to their plugins.
+* We are preparing to transition our plugin hosting over to npm.  We will be doing a detailed blog post soon.
+**Stay tuned**.
+
+# Changes include:
+<!--more-->
+
+## Platform updates
+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:
+
+* [Cordova iOS 3.8.0](http://cordova.apache.org/announcements/2015/02/25/cordova-ios-3.8.0.html)
+* [Cordova Windows 3.8.0]()
+* [Cordova Android 3.7.1](http://cordova.apache.org/announcements/2015/02/06/cordova-android-3.7.1.html)
+
+## cordova-lib
+* Updated pinned versions of **iOS** to 3.8.0 and **Android** to 3.7.1
+* [CB-8284](https://issues.apache.org/jira/browse/CB-8284) Revert `npm` dependency due to issues with registry
+* [CB-8524](https://issues.apache.org/jira/browse/CB-8524) Switched to the latest **Windows** release
+* changed `createpackage.json` keyword to `ecosystem:cordova`
+* [CB-8448](https://issues.apache.org/jira/browse/CB-8448) Add support for activities
+* [CB-8482](https://issues.apache.org/jira/browse/CB-8482) Rename: `platformId` -> `platformName`
+* [CB-8482](https://issues.apache.org/jira/browse/CB-8482) Update engine syntax within config.xml
+* `--save` flag for plugins
+* Restore plugins and platforms on prepare
+* [CB-8472](https://issues.apache.org/jira/browse/CB-8472) Can't find `config.xml` error installing browser platform after plugin
+* [CB-8469](https://issues.apache.org/jira/browse/CB-8469) **Android**: Call into platform's `build.js` after `plugin add` so that **Android Studio** will work without needing an explicit command-line build first
+* [CB-8123](https://issues.apache.org/jira/browse/CB-8123) Plugin references can target specific **Windows** platforms
+* [CB-8420](https://issues.apache.org/jira/browse/CB-8420) Make `cordova plugin add FOO` use version from config.xml
+* [CB-8239](https://issues.apache.org/jira/browse/CB-8239) Fix `cordova platform add PATH` when *PATH* is relative and *CWD* != *project root*
+* [CB-8227](https://issues.apache.org/jira/browse/CB-8227) CB8237 [CB-8238](https://issues.apache.org/jira/browse/CB-8238) Add `--save` flag and autosave to `cordova platform add`, `cordova platform remove` and `cordova platform update`
+* [CB-8409](https://issues.apache.org/jira/browse/CB-8409) `compile`: bubble failures
+* [CB-8239](https://issues.apache.org/jira/browse/CB-8239) Fix `cordova platform update` should ignore `<cdv:engine>`
+* [CB-8390](https://issues.apache.org/jira/browse/CB-8390) **Android**: Make `<framework custom=false>` work with **Gradle**
+* [CB-8416](https://issues.apache.org/jira/browse/CB-8416) Updated `plugman publish` to temporarily rename existing `package.json` files
+* [CB-8416](https://issues.apache.org/jira/browse/CB-8416) Added `plugman createpackagejson .` command to create a `package.json` from `plugin.xml`
+* [CB-8377](https://issues.apache.org/jira/browse/CB-8377) Fixed `<runs>` tag parsing
+* [CB-5696](https://issues.apache.org/jira/browse/CB-5696) Find **iOS** project directory using the xcode project file
+* [CB-8373](https://issues.apache.org/jira/browse/CB-8373) **Android**: Add **Gradle** references to project.properties rather than build.gradle
+* [CB-8370](https://issues.apache.org/jira/browse/CB-8370) Make `plugman publish` without args default to *CWD*
+* [CB-8366](https://issues.apache.org/jira/browse/CB-8366) **Android**: Remove empty `<framework>` directory upon uninstall
+* [CB-6973](https://issues.apache.org/jira/browse/CB-6973) Enable JSHint for spec-cordova
+* [CB-8239](https://issues.apache.org/jira/browse/CB-8239) Add support for git urls to 'cordova platform add'
+* [CB-8358](https://issues.apache.org/jira/browse/CB-8358) Add `--link` for `platform add` and `platform update`
+* [CB-6973](https://issues.apache.org/jira/browse/CB-6973) Remove base rules from individual files in `src`
+* [CB-8354](https://issues.apache.org/jira/browse/CB-8354) Add --link support for **iOS** source and header files
+* Make all ad-hoc `plugin.xml` parsing use `PluginInfo` instead
+* Make all usages of `PluginInfo` use `PluginInfoProvider` instead
+* Add `PluginInfoProvider` for better caching of `PluginInfo`
+* [CB-8223](https://issues.apache.org/jira/browse/CB-8223) Expose `config.xml` in the Browser platform
+* [CB-8168](https://issues.apache.org/jira/browse/CB-8168) `--list` support for cordova-lib
+* **FireOS** Improve error message when `<source-file>` is missing `target-dir`
+* Make `addUninstalledPluginToPrepareQueue` take `pluginId` rather than `dirName`
+
+## cordova-cli
+* [CB-8439](https://issues.apache.org/jira/browse/CB-8439) Fix `cordova platform update` documentation to include `<plat-spec>`
+* [CB-8379](https://issues.apache.org/jira/browse/CB-8379) Have `--version` print out **cordova-lib** version if it's not the same as CLI's version
+* [CB-8211](https://issues.apache.org/jira/browse/CB-8211), [CB-8358](https://issues.apache.org/jira/browse/CB-8358) Update `--link` help text
+* [CB-8168](https://issues.apache.org/jira/browse/CB-8168) `--list` support for CLI
+* [CB-8227](https://issues.apache.org/jira/browse/CB-8227) [CB-8237](https://issues.apache.org/jira/browse/CB-8237) [CB-8238](https://issues.apache.org/jira/browse/CB-8238) Add `--save` option to `cordova platform add`, `cordova platform remove` and `cordova platform update`
+* [CB-5316](https://issues.apache.org/jira/browse/CB-5316) Spell Cordova as a brand unless it's a command or script
+* [CB-7950](https://issues.apache.org/jira/browse/CB-7950) CLI make `CordovaCliCreate.prototype.run` vaguely correct
+
+## cordova-js
+* [CB-8378](https://issues.apache.org/jira/browse/CB-8378) **Android**: Deleted `hidekeyboard` & `showkeyboard` events
+* **Android**: Use correct plugin name for `navigator.app` `exec()` calls
+* [CB-8158](https://issues.apache.org/jira/browse/CB-8158) Fixed `symbolList` require
+* [CB-8298](https://issues.apache.org/jira/browse/CB-8298) **Android**: Execute `exec` callbacks within their own stack frames
+* [CB-8210](https://issues.apache.org/jira/browse/CB-8210) Remove unused `onDestroy` channel
+* Fixed `callbackFromNative` method
+
+## plugman
+* [CB-8416](https://issues.apache.org/jira/browse/CB-8416) Added `plugman createpackagejson .` command to generate a `package.json` file from `plugin.xml`
+* [CB-8370](https://issues.apache.org/jira/browse/CB-8370) Update documentation for `plugman publish` without args
+
+## Pinned Platform Versions for Cordova CLI 4.2.0
+
+* Cordova Amazon-FireOS: 3.6.3
+* Cordova Android: 3.7.1
+* Cordova BlackBerry10: 3.7.0
+* Cordova Browser: 3.6.0
+* Cordova FirefoxOS: 3.6.3
+* Cordova iOS: 3.8.0
+* Cordova Ubuntu: 4.0.0
+* Cordova Windows: 3.8.0
+* Cordova WP8: 3.7.1



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