Skip to content

Commit

Permalink
Merge pull request #44 from argyle-systems/release-1.9.0
Browse files Browse the repository at this point in the history
1.9.0
  • Loading branch information
zilvinas-argyle authored Nov 7, 2024
2 parents 1522f67 + 8dd7934 commit 33f1a67
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
## 1.9.0

Added:

- New `session_limit_reached` [account connection error](https://docs.argyle.com/api-reference/account-connection-errors#sessionlimitreached) introduced.
- Duplicate account connections are now prevented during the “Login help” account recovery process for certain Items.
- Payroll providers that require a Company or Org-level ID now provide tailored hints on where users can find these identifiers.
- A “Done” button now appears when returning users submit [additional document uploads](https://docs.argyle.com/workflows/document-processing#additional-uploads-returning-users).
- When viewing an existing connection, users can now exit Link via new buttons.

Changed:

- Users can now be prevented from searching for a different payroll provider when [direct login](https://docs.argyle.com/workflows/account-connections#direct-login) is used to connect them to a specific employer or payroll provider. This is disabled by default but can be enabled via [Flow settings](https://console.argyle.com/flows).
- Link’s response form submission screen has been updated to clarify that submitting a form is not equivalent to connecting a payroll account.

Fixed:

- [Lists of items](https://docs.argyle.com/workflows/account-connections#list) now remain visible when “Search” is selected.


## 1.8.0

Added:
Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,5 @@ android {

dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
implementation 'com.argyle:argyle-link-android:5.9.0'
implementation 'com.argyle:argyle-link-android:5.10.0'
}
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.9.0'
s.dependency 'Argyle', '5.10.0'
end

0 comments on commit 33f1a67

Please sign in to comment.