You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ja...@apache.org on 2019/06/28 13:17:39 UTC

[cordova-plugin-inappbrowser] branch janpio-add_ci_platform updated (f278d0d -> 19ba34c)

This is an automated email from the ASF dual-hosted git repository.

janpio pushed a change to branch janpio-add_ci_platform
in repository https://gitbox.apache.org/repos/asf/cordova-plugin-inappbrowser.git.


 discard f278d0d  Revert "remove failing platform"
     add 2751255  build: add `.gitattributes` to force LF (instead of possible CRLF on Windows)
     add 0ec4a11  build: add `.npmignore` to remove unneeded files from npm package
     add e44ad91  chore: unknown changes because of linebreak change in binary files
     add 8edfb9e  chore: fix repo and issue urls and license in package.json and plugin.xml
     add 60a7585  chore(release): release notes for 3.1.0
     add 2ca1c92  chore(release): 3.1.0 (version string)
     add 1acd1ea  chore(release): 3.1.1-dev
     add 19ba34c  Revert "remove failing platform"

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (f278d0d)
            \
             N -- N -- N   refs/heads/janpio-add_ci_platform (19ba34c)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .gitattributes                                     |   1 +
 .npmignore                                         |  16 ++++++++
 RELEASENOTES.md                                    |  42 ++++++++++++++++++++-
 package.json                                       |   4 +-
 plugin.xml                                         |  11 +++---
 .../res/drawable-hdpi/ic_action_next_item.png      | Bin 593 -> 592 bytes
 .../res/drawable-hdpi/ic_action_previous_item.png  | Bin 599 -> 598 bytes
 src/android/res/drawable-hdpi/ic_action_remove.png | Bin 438 -> 437 bytes
 .../res/drawable-mdpi/ic_action_next_item.png      | Bin 427 -> 426 bytes
 .../res/drawable-mdpi/ic_action_previous_item.png  | Bin 438 -> 437 bytes
 src/android/res/drawable-mdpi/ic_action_remove.png | Bin 328 -> 327 bytes
 .../res/drawable-xhdpi/ic_action_next_item.png     | Bin 727 -> 726 bytes
 .../res/drawable-xhdpi/ic_action_previous_item.png | Bin 744 -> 743 bytes
 .../res/drawable-xhdpi/ic_action_remove.png        | Bin 536 -> 535 bytes
 .../res/drawable-xxhdpi/ic_action_next_item.png    | Bin 1021 -> 1020 bytes
 .../drawable-xxhdpi/ic_action_previous_item.png    | Bin 1038 -> 1037 bytes
 .../res/drawable-xxhdpi/ic_action_remove.png       | Bin 681 -> 680 bytes
 tests/package.json                                 |   4 +-
 tests/plugin.xml                                   |   2 +-
 19 files changed, 67 insertions(+), 13 deletions(-)
 create mode 100644 .gitattributes
 create mode 100644 .npmignore


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