Skip to content

Commit

Permalink
chore: Bump version to 3.11.0 (#141)
Browse files Browse the repository at this point in the history
  • Loading branch information
CAMOBAP authored Dec 28, 2023
1 parent c3ed955 commit 6f3e298
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,18 @@
# Changelog

# 3.11.0

- Fix: handle null `internalConfig` in args for HCaptchaDialogFragment (#140)
- Feature: drop diagnostic logs from production code (#139)
- Fix: wrong language used in `values-be/strings.xml` (#138)
- Fix: misleading exception on missing `siteKey` (#137)
- Fix: calling `webView.loadUrl` on destroyed `WebView` (#136)

# 3.10.0

- Fix: crash on insecure HTTP request handling
- Feat: new error code `INSECURE_HTTP_REQUEST_ERROR`

# 3.9.1

- Fix: add missing ProGuard rules for enums
Expand Down
2 changes: 1 addition & 1 deletion MAINTAINERS.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ You can manually test before pushing by running both unit tests and instrumented
+ {normal,invisible,compact} -> verify -> touch outside -> challenge closed
+ {normal,invisible,compact} -> verify -> back button -> challenge closed

+ {normal,invisible,compact} -> verify -> rotate device (recreate activity) -> hcaptcha gone, no callbacks fired
+ {normal,invisible,compact} -> verify -> rotate device (recreate activity, i.e. without `android:configChanges` in `AndroidManifest.xml`) -> hcaptcha gone, no callbacks fired
+ {normal,invisible,compact} -> verify -> send app to background -> open app from history again -> hcaptcha is displayed

+ {hide dialog} -> verify -> token obtained -> mark used
Expand Down
4 changes: 2 additions & 2 deletions sdk/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ android {
// See https://developer.android.com/studio/publish/versioning
// versionCode must be integer and be incremented by one for every new update
// android system uses this to prevent downgrades
versionCode 37
versionCode 38

// version number visible to the user
// should follow semantic versioning (See https://semver.org)
versionName "3.10.0"
versionName "3.11.0"

buildConfigField 'String', 'VERSION_NAME', "\"${defaultConfig.versionName}_${defaultConfig.versionCode}\""

Expand Down

0 comments on commit 6f3e298

Please sign in to comment.