Skip to content

Commit

Permalink
v3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
willmorgan committed Jun 18, 2021
1 parent bfdd6b6 commit e0f7a31
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,22 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## 18.06.2021 3.2.1

## Fixed

- Fixed `cancelled` or `interrupted` events not firing if the back button is pressed on single page apps using popstate.
- Fixed bug in how the UI scales in size to fit the whole screen.
- Fixed cases when `abort` events were fired twice due to an internal API race condition.

## Added

- Added `error_too_many_requests` language string which is displayed when rate limiting is enforced at the client side.

## Removed

- Removed face positional alignment instructions `Move Left` and `Move Right` on mobile devices.

## 10.06.2021 3.2.0

## Fixed
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# iProov Biometrics Web SDK v3.2.0
# iProov Biometrics Web SDK v3.2.1

## 📖 Table of contents

Expand Down
1 change: 1 addition & 0 deletions iproov-en.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"error_not_supported": "Unsupported",
"error_not_supported_message": "Your device is not supported",
"error_server": "Server error",
"error_too_many_requests": "Sorry, this service is exceptionally busy right now; please try again later.",
"failed": "Failed",
"failure_ambiguous_outcome": "Ambiguous outcome",
"failure_lighting_backlit": "Strong light source detected behind you",
Expand Down

0 comments on commit e0f7a31

Please sign in to comment.