You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cordova.apache.org by audreyso <gi...@git.apache.org> on 2017/09/01 23:47:07 UTC

[GitHub] cordova-docs pull request #724: CB-13231 : added cordova-common@2.1.0 releas...

GitHub user audreyso opened a pull request:

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

    CB-13231 : added cordova-common@2.1.0 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
    - [X] [Reported an issue](http://cordova.apache.org/contribute/issues.html) in the JIRA database
    - [X] 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.
    - [X] 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/audreyso/cordova-docs CB-13231

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

    https://github.com/apache/cordova-docs/pull/724.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 #724
    
----
commit 347dde1d1b9b6c04f6448c9da6497d9841bfe933
Author: Audrey So <au...@apache.org>
Date:   2017-09-01T23:32:58Z

    CB-13231 : added cordova-common@2.1.0 release blog post

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

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


[GitHub] cordova-docs pull request #724: CB-13231 : added cordova-common@2.1.0 releas...

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/724#discussion_r137072952
  
    --- Diff: www/_posts/2017-09-01-cordova-common-2.1.0.md ---
    @@ -0,0 +1,40 @@
    +---
    +layout: post
    +author:
    +    name: Audrey So
    +    url: https://twitter.com/aud_rey_so
    +title:  "Cordova-Common@2.1.0 Released!"
    +date: 2017-09-01
    +categories: news
    +tags: release tools cordova-common
    +---
    +
    +We just released some changes to `cordova-common`!
    +
    +* [cordova@2.1.0](https://www.npmjs.com/package/cordova-common)
    +
    +Release Highlights:
    +* Support added for `<config-file>` in `config.xml`
    +* `allows-arbitrary-loads-for-media` attribute parsing added for `getAccesses`
    +* Added variable replacing the `framework` tag
    +* `JSON` uses 2 spaces for indentation
    +
    +To update your cordova CLI:
    --- End diff --
    
    Remove the to update part. It isn't really useful to consumers until after it has been included in next lib + platform releases


---

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


[GitHub] cordova-docs pull request #724: CB-13231 : added cordova-common@2.1.0 releas...

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/724#discussion_r137072825
  
    --- Diff: www/_posts/2017-09-01-cordova-common-2.1.0.md ---
    @@ -0,0 +1,40 @@
    +---
    +layout: post
    +author:
    +    name: Audrey So
    +    url: https://twitter.com/aud_rey_so
    +title:  "Cordova-Common@2.1.0 Released!"
    +date: 2017-09-01
    +categories: news
    +tags: release tools cordova-common
    +---
    +
    +We just released some changes to `cordova-common`!
    +
    +* [cordova@2.1.0](https://www.npmjs.com/package/cordova-common)
    --- End diff --
    
    I would update this to ```[cordova-common@2.1.0](https://www.npmjs.com/package/cordova-common)```


---

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


[GitHub] cordova-docs pull request #724: CB-13231 : added cordova-common@2.1.0 releas...

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/724#discussion_r137073157
  
    --- Diff: www/_posts/2017-09-01-cordova-common-2.1.0.md ---
    @@ -0,0 +1,40 @@
    +---
    +layout: post
    +author:
    +    name: Audrey So
    +    url: https://twitter.com/aud_rey_so
    +title:  "Cordova-Common@2.1.0 Released!"
    +date: 2017-09-01
    +categories: news
    +tags: release tools cordova-common
    +---
    +
    +We just released some changes to `cordova-common`!
    +
    +* [cordova@2.1.0](https://www.npmjs.com/package/cordova-common)
    +
    +Release Highlights:
    +* Support added for `<config-file>` in `config.xml`
    +* `allows-arbitrary-loads-for-media` attribute parsing added for `getAccesses`
    +* Added variable replacing the `framework` tag
    +* `JSON` uses 2 spaces for indentation
    +
    +To update your cordova CLI:
    --- End diff --
    
    Instead of the update, mention that `watch for this release to start rolling into upcoming platform and cordova-cli releases`


---

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


[GitHub] cordova-docs pull request #724: CB-13231 : added cordova-common@2.1.0 releas...

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

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


---

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