You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by GitBox <gi...@apache.org> on 2020/06/06 11:55:23 UTC

[GitHub] [cordova-docs] NiklasMerz opened a new pull request #1085: Plugin release post June 2020

NiklasMerz opened a new pull request #1085:
URL: https://github.com/apache/cordova-docs/pull/1085


   <!--
   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
   docs
   
   
   ### Motivation and Context
   <!-- Why is this change required? What problem does it solve? -->
   <!-- If it fixes an open issue, please link to the issue here. -->
   Release post for recent plugin releases
   
   
   ### Description
   <!-- Describe your changes in detail -->
   InAppBrowser changes TODO
   
   
   ### Testing
   <!-- Please describe in detail how you tested your changes. -->
   
   
   
   ### Checklist
   
   - [ ] I've run the tests to see all new and existing tests pass
   - [ ] I added automated test coverage as appropriate for this change
   - [ ] Commit is prefixed with `(platform)` if this change only applies to one platform (e.g. `(android)`)
   - [ ] If this Pull Request resolves an issue, I linked to the issue in the text above (and used the correct [keyword to close issues using keywords](https://help.github.com/articles/closing-issues-using-keywords/))
   - [ ] I've updated the documentation if necessary
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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


[GitHub] [cordova-docs] erisu commented on pull request #1085: Plugin release post June 2020

Posted by GitBox <gi...@apache.org>.
erisu commented on pull request #1085:
URL: https://github.com/apache/cordova-docs/pull/1085#issuecomment-640074445


   Might want to confirm what is the correct way `SplashScreen` or `Splashscreen`. I see more search results using `SplashScreen`.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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


[GitHub] [cordova-docs] NiklasMerz commented on a change in pull request #1085: Plugin release post June 2020

Posted by GitBox <gi...@apache.org>.
NiklasMerz commented on a change in pull request #1085:
URL: https://github.com/apache/cordova-docs/pull/1085#discussion_r436292436



##########
File path: www/_posts/2020-06-13-plugins-release.md
##########
@@ -0,0 +1,38 @@
+---
+layout: post
+author:
+    name: Niklas Merz
+title:  "Splashscreen and InAppBrowser plugin Released!"
+categories: news
+tags: release plugins
+---
+
+We are happy to announce that we have just released an update to some plugins!
+
+* [cordova-plugin-inappbrowser@4.0.0](https://www.npmjs.org/package/cordova-plugin-inappbrowser)
+* [cordova-plugin-splashscreen@5.0.4](https://www.npmjs.org/package/cordova-plugin-splashscreen)
+
+## Release Highlights
+
+### InAppBrowser
+
+### cordova-common

Review comment:
       ```suggestion
   ### Splash Screen
   ```
   
   Looks like Splash Screen is common.




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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


[GitHub] [cordova-docs] NiklasMerz commented on pull request #1085: Plugin release post June 2020

Posted by GitBox <gi...@apache.org>.
NiklasMerz commented on pull request #1085:
URL: https://github.com/apache/cordova-docs/pull/1085#issuecomment-640104873


   Trying to use it with cordova-ios looks like this:
   
   ```
   Installing "cordova-plugin-splashscreen" for ios
   Plugin doesn't support this project's cordova-ios version. cordova-ios: 6.0.0, failed version requirement: <6.0.0
   Skipping 'cordova-plugin-splashscreen' for ios
   Adding cordova-plugin-splashscreen to package.json
   ```


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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


[GitHub] [cordova-docs] NiklasMerz merged pull request #1085: Plugin release post June 2020

Posted by GitBox <gi...@apache.org>.
NiklasMerz merged pull request #1085:
URL: https://github.com/apache/cordova-docs/pull/1085


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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


[GitHub] [cordova-docs] NiklasMerz commented on pull request #1085: Plugin release post June 2020

Posted by GitBox <gi...@apache.org>.
NiklasMerz commented on pull request #1085:
URL: https://github.com/apache/cordova-docs/pull/1085#issuecomment-643578906


   The releases are done. Good to post that?


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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


[GitHub] [cordova-docs] erisu commented on a change in pull request #1085: Plugin release post June 2020

Posted by GitBox <gi...@apache.org>.
erisu commented on a change in pull request #1085:
URL: https://github.com/apache/cordova-docs/pull/1085#discussion_r436274796



##########
File path: www/_posts/2020-06-13-plugins-release.md
##########
@@ -0,0 +1,38 @@
+---
+layout: post
+author:
+    name: Niklas Merz
+title:  "Splashscreen and InAppBrowser plugin Released!"
+categories: news
+tags: release plugins
+---
+
+We are happy to announce that we have just released an update to some plugins!
+
+* [cordova-plugin-inappbrowser@4.0.0](https://www.npmjs.org/package/cordova-plugin-inappbrowser)
+* [cordova-plugin-splashscreen@5.0.4](https://www.npmjs.org/package/cordova-plugin-splashscreen)
+
+## Release Highlights
+
+### InAppBrowser
+
+### cordova-common

Review comment:
       ```suggestion
   ### SplashScreen
   ```

##########
File path: www/_posts/2020-06-13-plugins-release.md
##########
@@ -0,0 +1,38 @@
+---
+layout: post
+author:
+    name: Niklas Merz
+title:  "Splashscreen and InAppBrowser plugin Released!"
+categories: news
+tags: release plugins
+---
+
+We are happy to announce that we have just released an update to some plugins!
+
+* [cordova-plugin-inappbrowser@4.0.0](https://www.npmjs.org/package/cordova-plugin-inappbrowser)
+* [cordova-plugin-splashscreen@5.0.4](https://www.npmjs.org/package/cordova-plugin-splashscreen)
+
+## Release Highlights
+
+### InAppBrowser
+
+### cordova-common
+
+Cordova-iOS Platform 6.x will have splash screen integrated and no longer needs the plugin. This releas prevents the plugin from being added to the iOS 6.x platform.

Review comment:
       ```suggestion
   In the Cordova-iOS 6.x platform, the splash screen feature has been integrated into its core and no longer needs this plugin. This release prevents the plugin from being added to the iOS 6.x platform.
   ```




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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


[GitHub] [cordova-docs] NiklasMerz commented on a change in pull request #1085: Plugin release post June 2020

Posted by GitBox <gi...@apache.org>.
NiklasMerz commented on a change in pull request #1085:
URL: https://github.com/apache/cordova-docs/pull/1085#discussion_r436292681



##########
File path: www/_posts/2020-06-13-plugins-release.md
##########
@@ -0,0 +1,38 @@
+---
+layout: post
+author:
+    name: Niklas Merz
+title:  "Splashscreen and InAppBrowser plugin Released!"
+categories: news
+tags: release plugins
+---
+
+We are happy to announce that we have just released an update to some plugins!
+
+* [cordova-plugin-inappbrowser@4.0.0](https://www.npmjs.org/package/cordova-plugin-inappbrowser)
+* [cordova-plugin-splashscreen@5.0.4](https://www.npmjs.org/package/cordova-plugin-splashscreen)
+
+## Release Highlights
+
+### InAppBrowser
+
+### cordova-common
+
+Cordova-iOS Platform 6.x will have splash screen integrated and no longer needs the plugin. This releas prevents the plugin from being added to the iOS 6.x platform.

Review comment:
       FYI trying to use it with cordova-ios looks like this:
   
   ```
   Installing "cordova-plugin-splashscreen" for ios
   Plugin doesn't support this project's cordova-ios version. cordova-ios: 6.0.0, failed version requirement: <6.0.0
   Skipping 'cordova-plugin-splashscreen' for ios
   Adding cordova-plugin-splashscreen to package.json
   ```




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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