Skip to content

Commit

Permalink
bump dependencies (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
Varnius authored Feb 14, 2024
1 parent 9df0070 commit c948198
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 6 deletions.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
8 changes: 4 additions & 4 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
@@ -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)

Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion ios/argyle_link_flutter.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit c948198

Please sign in to comment.