From c94819883208f38d2cfcce40717b12e6e4f928dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simonas=20Pauliukevi=C4=8Dius?= Date: Wed, 14 Feb 2024 17:43:30 +0200 Subject: [PATCH] bump dependencies (#30) --- CHANGELOG.md | 26 ++++++++++++++++++++++++++ android/build.gradle | 2 +- example/ios/Podfile.lock | 8 ++++---- ios/argyle_link_flutter.podspec | 2 +- 4 files changed, 32 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a8df587..5aa0762 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,29 @@ +## 1.5.0 + +Added: + +- (Android) SMS verification codes can be auto-filled during MFA. +- (Limited payroll platforms) Ability for users to select their preferred multi-factor authentication (MFA) method. +- (Limited payroll platforms) Users are asked if they remember their login credentials before reaching the login screen. If they do not, they are re-directed to the passwordless login flow. + +Changed: + +- Redesign of the account reconnection screen. +- Redesign of the account connection success screen. +- Redesign of how single sign-on (SSO) methods are shown on the login screen. +- Redesign of the payroll provider selection screen. +- Search field hidden for [constrained lists](https://argyle.com/docs/workflows/account-connections#list) of less than 10 Items. +- Additional text added to the revoking account connection screen. +- Copy changes for deposit switches with allocation adjustment enabled. +- The **Callback** fallback experience now lets users search for their payroll provider if they cannot find their employer. + +Fixed: + +- Dynamic title text scaling on search screen. +- Text wrapping for fallback text. +- Single obfuscation character used. +- Document uploading available for unmapped Items. + ## 1.4.1 Fixed diff --git a/android/build.gradle b/android/build.gradle index 0daf941..e706e5b 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -48,5 +48,5 @@ android { dependencies { implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" - implementation 'com.argyle:argyle-link-android:5.5.2' + implementation 'com.argyle:argyle-link-android:5.6.0' } diff --git a/example/ios/Podfile.lock b/example/ios/Podfile.lock index 84db396..5325910 100644 --- a/example/ios/Podfile.lock +++ b/example/ios/Podfile.lock @@ -1,7 +1,7 @@ PODS: - - Argyle (5.5.1) + - Argyle (5.6.0) - argyle_link_flutter (0.0.1): - - Argyle (= 5.5.1) + - Argyle (= 5.6.0) - Flutter - Flutter (1.0.0) @@ -20,8 +20,8 @@ EXTERNAL SOURCES: :path: Flutter SPEC CHECKSUMS: - Argyle: b4f9d45485f03438df628c9a5b98fe94d8bee8aa - argyle_link_flutter: fe1ea2fbb9ec7a81fb2adf671667f26cfc2d15b7 + Argyle: 73916bd6f7e1c1497952d544e48126c61b81ffb7 + argyle_link_flutter: 878c7d923e4b4a7ea80ec38ea140a691f8430650 Flutter: f04841e97a9d0b0a8025694d0796dd46242b2854 PODFILE CHECKSUM: 775997f741c536251164e3eacf6e34abf2eb7a17 diff --git a/ios/argyle_link_flutter.podspec b/ios/argyle_link_flutter.podspec index e57e01e..6b3f6e5 100644 --- a/ios/argyle_link_flutter.podspec +++ b/ios/argyle_link_flutter.podspec @@ -21,5 +21,5 @@ A new flutter plugin project. s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES', 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'i386' } s.swift_version = '5.0' - s.dependency 'Argyle', '5.5.1' + s.dependency 'Argyle', '5.6.0' end