You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by er...@apache.org on 2020/07/09 08:07:58 UTC

[cordova-plugin-inappbrowser] branch travis-xcode-update updated (c8925e2 -> b040c34)

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

erisu pushed a change to branch travis-xcode-update
in repository https://gitbox.apache.org/repos/asf/cordova-plugin-inappbrowser.git.


 discard c8925e2  Use new paramedic branch with updates
 discard 88070e5  use Xcode 11.4
 discard b4eeb90  Remove all WKWebView plugins
 discard cf13210  Remove wkwebviewengine plugin depedency
 discard 10f4ea6  (ios): try ios13 config
     add d2b512e  Updated version and RELEASENOTES.md for release 4.0.0 (cordova-plugin-inappbrowser-4.0.0)
     add d5fba78  Incremented plugin version. (cordova-plugin-inappbrowser-4.0.0)
     add bdbb1df  fix(ios): exit event not fired on swipe down (#737)
     add 7c2810e  refactor(eslint): use cordova-eslint /w fix (#747)
     add 2fb0a36  chore(npm): use short notation in package.json (#746)
     add ab8fb44  chore: adds package-lock file (#748)
     add ad8f6bd  (ios): try ios13 config
     add fd34596  Remove wkwebviewengine plugin depedency
     add 537e522  Remove all WKWebView plugins
     add 2224700  use Xcode 11.4
     add b040c34  Use new paramedic branch with updates

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   (c8925e2)
            \
             N -- N -- N   refs/heads/travis-xcode-update (b040c34)

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:
 .eslintrc.yml                    |   31 +-
 RELEASENOTES.md                  |   24 +
 package-lock.json                | 1724 ++++++++++++++++++++++++++++++++++++++
 package.json                     |   23 +-
 plugin.xml                       |    2 +-
 src/browser/InAppBrowserProxy.js |   30 +-
 src/ios/CDVWKInAppBrowser.h      |    2 +-
 src/ios/CDVWKInAppBrowser.m      |    7 +-
 src/windows/InAppBrowserProxy.js |   74 +-
 tests/package.json               |    2 +-
 tests/plugin.xml                 |    2 +-
 tests/resources/inject.js        |    3 +-
 tests/tests.js                   |  767 +++++++++++------
 www/inappbrowser.js              |   18 +-
 14 files changed, 2382 insertions(+), 327 deletions(-)
 create mode 100644 package-lock.json


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