You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by stevengill <gi...@git.apache.org> on 2017/09/22 19:27:04 UTC

[GitHub] cordova-docs pull request #734: CB-13294 added plugins release blog post

GitHub user stevengill opened a pull request:

    https://github.com/apache/cordova-docs/pull/734

    CB-13294 added plugins release blog post

    <!--
    Please make sure the checklist boxes are all checked before submitting the PR. The checklist
    is intended as a quick reference, for complete details please see our Contributor Guidelines:
    
    http://cordova.apache.org/contribute/contribute_guidelines.html
    
    Thanks!
    -->
    
    ### Platforms affected
    
    
    ### What does this PR do?
    
    
    ### What testing has been done on this change?
    
    
    ### Checklist
    - [ ] [Reported an issue](http://cordova.apache.org/contribute/issues.html) in the JIRA database
    - [ ] Commit message follows the format: "CB-3232: (android) Fix bug with resolving file paths", where CB-xxxx is the JIRA ID & "android" is the platform affected.
    - [ ] Added automated test coverage as appropriate for this change.


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/stevengill/cordova-docs master

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/cordova-docs/pull/734.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #734
    
----
commit ba6e50bdd310ce53c79c952c6b4d8ddfde37293a
Author: Steve Gill <st...@gmail.com>
Date:   2017-09-22T19:24:59Z

    CB-13294 added plugins release blog post

----


---

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


[GitHub] cordova-docs pull request #734: CB-13294 added plugins release blog post

Posted by macdonst <gi...@git.apache.org>.
Github user macdonst commented on a diff in the pull request:

    https://github.com/apache/cordova-docs/pull/734#discussion_r140598642
  
    --- Diff: www/_posts/2017-09-22-plugins-release.md ---
    @@ -0,0 +1,69 @@
    +---
    +layout: post
    +author:
    +    name: Steve Gill
    +    url: https://twitter.com/stevesgill
    +title:  "Plugins Release"
    +categories: news
    +tags: release plugins
    +---
    +
    +The following plugins were updated today because they are being deprecated:
    +
    +* cordova-plugin-console: 1.1.0
    +* cordova-plugin-compat: 1.2.0
    +* cordova-plugin-device-motion: 2.0.0
    +* cordova-plugin-device-orientation: 2.0.0 
    +
    +`cordova-plugin-console` has been integrated into `cordova-ios@4.5.0+`. It is not needed anymore. Make sure to remove it from your projects if you plan on updating your `cordova-ios`!
    +
    +Similarly, `cordova-plugin-compat` has been integrated into the upcoming `cordova-android@6.3.0` release. Please remove it from your projects when you update to the latest version of `cordova-android`. 
    --- End diff --
    
    oh upgrading, I never upgrade. I remove and add the new platform version. Carry on


---

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


[GitHub] cordova-docs pull request #734: CB-13294 added plugins release blog post

Posted by stevengill <gi...@git.apache.org>.
Github user stevengill commented on a diff in the pull request:

    https://github.com/apache/cordova-docs/pull/734#discussion_r140598457
  
    --- Diff: www/_posts/2017-09-22-plugins-release.md ---
    @@ -0,0 +1,69 @@
    +---
    +layout: post
    +author:
    +    name: Steve Gill
    +    url: https://twitter.com/stevesgill
    +title:  "Plugins Release"
    +categories: news
    +tags: release plugins
    +---
    +
    +The following plugins were updated today because they are being deprecated:
    +
    +* cordova-plugin-console: 1.1.0
    +* cordova-plugin-compat: 1.2.0
    +* cordova-plugin-device-motion: 2.0.0
    +* cordova-plugin-device-orientation: 2.0.0 
    +
    +`cordova-plugin-console` has been integrated into `cordova-ios@4.5.0+`. It is not needed anymore. Make sure to remove it from your projects if you plan on updating your `cordova-ios`!
    +
    +Similarly, `cordova-plugin-compat` has been integrated into the upcoming `cordova-android@6.3.0` release. Please remove it from your projects when you update to the latest version of `cordova-android`. 
    --- End diff --
    
    So if you already have `compat` installed in your project, and then you update to `cordova-android@6.3.0+`, it will cause build errors. Removing the plugin solves these problems. I believe this is because it is during the fetch phase of `plugin add` that does `cordovaDependency` and `engine` checks. Where adding a new android to an existing project is considered a plugin restore instead of a plugin add, so fetching is skipped


---

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


[GitHub] cordova-docs pull request #734: CB-13294 added plugins release blog post

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/cordova-docs/pull/734


---

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


[GitHub] cordova-docs pull request #734: CB-13294 added plugins release blog post

Posted by macdonst <gi...@git.apache.org>.
Github user macdonst commented on a diff in the pull request:

    https://github.com/apache/cordova-docs/pull/734#discussion_r140596057
  
    --- Diff: www/_posts/2017-09-22-plugins-release.md ---
    @@ -0,0 +1,69 @@
    +---
    +layout: post
    +author:
    +    name: Steve Gill
    +    url: https://twitter.com/stevesgill
    +title:  "Plugins Release"
    +categories: news
    +tags: release plugins
    +---
    +
    +The following plugins were updated today because they are being deprecated:
    +
    +* cordova-plugin-console: 1.1.0
    +* cordova-plugin-compat: 1.2.0
    +* cordova-plugin-device-motion: 2.0.0
    +* cordova-plugin-device-orientation: 2.0.0 
    +
    +`cordova-plugin-console` has been integrated into `cordova-ios@4.5.0+`. It is not needed anymore. Make sure to remove it from your projects if you plan on updating your `cordova-ios`!
    +
    +Similarly, `cordova-plugin-compat` has been integrated into the upcoming `cordova-android@6.3.0` release. Please remove it from your projects when you update to the latest version of `cordova-android`. 
    --- End diff --
    
    @stevengill this is a nitpick but you shouldn't need to remove the plugin from your project. It should just be skipped when it encountered. 


---

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