Skip to content

Releases: AyogoHealth/cordova-plugin-oauth

v4.0.1

13 Sep 06:48
8bb0c03
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.0.0...v4.0.1

v4.0.0

31 Mar 22:50
a09b837
Compare
Choose a tag to compare

What's Changed

  • Support AndroidX (#25)
    This has the effect of raising the minimum supported cordova-android version to 9 (with the AndroidX preference enabled)

v3.0.2

29 Mar 03:00
e73c823
Compare
Choose a tag to compare
  • Resolve crash on iOS 15 (#18)

v2.0.2

29 Mar 02:59
562e92f
Compare
Choose a tag to compare
  • Resolve crash on iOS 15 (#18)

v2.0.1

07 Apr 05:24
06b3ecd
Compare
Choose a tag to compare
  • Fix error when window.open is called with no name parameter. Thanks @esjewett!

v3.0.1

30 Mar 19:50
71e4f0c
Compare
Choose a tag to compare
  • Fix error when window.open is called with no name parameter. Thanks @esjewett!

v3.0.0

30 Jan 01:04
7dd8e2d
Compare
Choose a tag to compare
  • BREAKING: Bump the minimum supported cordova-ios version to 6.1.0, due to a bugfix around preference handling on plugin install

  • Allow customizing the scheme used on OAuth redirection. Thanks @charpour for this!

    By default, the scheme will be the same as the app ID (consistent with previous versions of the plugin), but it can be overridden by passing --variable URL_SCHEME=mycoolapp at install time.

v1.0.0

27 Mar 06:41
v1.0.0
15068c1
Compare
Choose a tag to compare

Initial release for iOS and Android.