Skip to content

Commit

Permalink
Release v7.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Anday Demirsoy authored and demirsoya committed Apr 6, 2022
1 parent 8b3ba92 commit 170e208
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
### Changelog:
## v7.5.1
#### Fix
- Screenshots not uploading.
- HTML parsing in last page of a survey.
- Star component accessibility instructions.
#### Update
- Mood component to be unselected when initialised.
- Public README
## v7.5.0
#### Fix
- Dark colours appearance bug
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ The following functionalities will only be available on phones running Android A
Grab the latest version using

```
implementation 'com.usabilla.sdk:ubform:7.5.0'
implementation 'com.usabilla.sdk:ubform:7.5.1'
```

If you have obfuscation enabled (ProGuard/R8) and you use a version of our SDK <= 6.4.0 you need to add this line to your obfuscation configuration
Expand Down Expand Up @@ -306,7 +306,7 @@ The data collected content is as follows:
"reachability": "WiFi",
"rooted": false,
"screenSize": "1440x2392",
"sdkVersion": "7.5.0",
"sdkVersion": "7.5.1",
"system": "android",
"totalMemory": "1530604",
"totalSpace": "793488",
Expand All @@ -331,7 +331,7 @@ To provide your own translation of some of the strings our SDK uses just overwri
```xml
<string name="ub_field_error">Please check this field</string>
<string name="ub_element_screenshot_title">Screenshot (optional)</string>
<string name="ub_element_screenshot_message">Add screenshot</string>
<string name="ub_element_screenshot_message">Add an image</string>
<string name="ub_button_close_default">Close</string>
<string name="ub_button_continue_default">Continue</string>
<string name="ub_button_playStore_default">Rate on the play store</string>
Expand Down

0 comments on commit 170e208

Please sign in to comment.