Re: [DISCUSS] Plugin release

2017-09-12 Thread Shazron
Created PR for CB-13170 cordova-plugin-console https://github.com/apache/cordova-plugin-console/pull/25 On Tue, Sep 12, 2017 at 7:20 AM, Simon MacDonald wrote: > Both of: > > cordova-plugin-device-motion > cordova-plugin-device-orientation > > should get their deprecation PR's merge and also rel

[GitHub] cordova-plugin-console pull request #25: CB-13170 - final changes and releas...

2017-09-12 Thread shazron
GitHub user shazron opened a pull request: https://github.com/apache/cordova-plugin-console/pull/25 CB-13170 - final changes and release of post-integration cordova-plugin-console ### Platforms affected cordova-ios, cordova-windows ### What does this PR do?

[GitHub] cordova-docs issue #728: CB-13025 Remove use of React in plugins.cordova.io

2017-09-12 Thread shazron
Github user shazron commented on the issue: https://github.com/apache/cordova-docs/pull/728 LGTM. Did a build of the site and tested the Plugin Search, copy to clipboard, platform filter, sort, etc, all seems to work --- --

Nightly build #483 for cordova has succeeded!

2017-09-12 Thread Apache Jenkins Server
Nightly build #483 for cordova has succeeded! The latest nightly has been published and you can try it out with 'npm i -g cordova@nightly' For details check build console at https://builds.apache.org/job/cordova-nightly/483/consoleFull - Jenkins for Apache Cordova -

[GitHub] cordova-docs issue #729: Fixed up 'deployment' docs in README.md.

2017-09-12 Thread dblotsky
Github user dblotsky commented on the issue: https://github.com/apache/cordova-docs/pull/729 @stevesgill @audreyso @shazron please review when you have a moment. --- - To unsubscribe, e-mail: dev-unsubscr...@cordova.

[GitHub] cordova-docs pull request #729: Fixed up 'deployment' docs in README.md.

2017-09-12 Thread dblotsky
GitHub user dblotsky opened a pull request: https://github.com/apache/cordova-docs/pull/729 Fixed up 'deployment' docs in README.md. - Restored `gulp build` command in lieu of `npm run serve` command. - Tested and fixed suggested deployment commands. - Removed redundant te

[GitHub] cordova-docs pull request #728: CB-13025 Remove use of React in plugins.cord...

2017-09-12 Thread devgeeks
GitHub user devgeeks opened a pull request: https://github.com/apache/cordova-docs/pull/728 CB-13025 Remove use of React in plugins.cordova.io ### Platforms affected Docs ### What does this PR do? Switches https://plugins.cordova.io from React to Preac

[GitHub] cordova-plugin-inappbrowser issue #198: CB-12145: (android) Allow third part...

2017-09-12 Thread shaggy8871
Github user shaggy8871 commented on the issue: https://github.com/apache/cordova-plugin-inappbrowser/pull/198 This patch works well when applied manually. To enable, pass `acceptThirdPartyCookies` as an option to `open()`: ``` cordova.InAppBrowser.open('', '_blank', 'acce

[GitHub] cordova-docs issue #719: CB-13076,CB-13068 : Removed references of cordova d...

2017-09-12 Thread filmaj
Github user filmaj commented on the issue: https://github.com/apache/cordova-docs/pull/719 It is. We need the docs updated to remove references to plugins that are being integrated/removed - we have more of these kinds of changes coming down the pipeline. --- --

[GitHub] cordova-docs issue #727: CB-13247 - Blog post for Cordova iOS 4.5.0 Release

2017-09-12 Thread shazron
Github user shazron commented on the issue: https://github.com/apache/cordova-docs/pull/727 @janpio spin up a PR to add it. But the site won't likely be updated for some time so it may be stale by then (it takes over an hour to generate and deploy a site) --- --

[GitHub] cordova-docs issue #719: CB-13076,CB-13068 : Removed references of cordova d...

2017-09-12 Thread shazron
Github user shazron commented on the issue: https://github.com/apache/cordova-docs/pull/719 @maverickmishra is this PR still relevant/updated? --- - To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org For addi

[GitHub] cordova-docs issue #727: CB-13247 - Blog post for Cordova iOS 4.5.0 Release

2017-09-12 Thread janpio
Github user janpio commented on the issue: https://github.com/apache/cordova-docs/pull/727 Now that it's published I noticed that it would have been good to include the CLI command to remove `cordova-plugin-console`: `cordova plugin rm cordova-plugin-console`. --- -