Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 2.11.0

- Fix: Switch to fork of RxSwift
- Fix: Update WebView manager config to prevent full screen video

# 2.10.0

- Feat: Add phone prefix/number support for MFA flows
Expand Down
10 changes: 5 additions & 5 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
PODS:
- AppSwizzle (1.3.1)
- HCaptcha (2.10.0):
- HCaptcha/Core (= 2.10.0)
- HCaptcha/Core (2.10.0)
- HCaptcha/RxSwift (2.10.0):
- HCaptcha (2.11.0):
- HCaptcha/Core (= 2.11.0)
- HCaptcha/Core (2.11.0)
- HCaptcha/RxSwift (2.11.0):
- HCaptcha/Core
- RxSwift (~> 6.9.0)
- RxBlocking (6.9.0):
Expand Down Expand Up @@ -40,7 +40,7 @@ EXTERNAL SOURCES:

SPEC CHECKSUMS:
AppSwizzle: db36e436f56110d93e5ae0147683435df593cabc
HCaptcha: 289da96594ec8596d867902934384943b80c8be5
HCaptcha: 80bd7b97ceba332b423daa6b7deae7caf4af5d3e
RxBlocking: 5d2b26d019b6ba9eb3f58638611f124609c44822
RxCocoa: ac16414696ae706516be3e1ab00fcce5bdc9be8a
RxRelay: 6b0c930e5cef57d5fe2032571e5e65b78e3cbdb1
Expand Down
4 changes: 2 additions & 2 deletions HCaptcha.podspec
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
Pod::Spec.new do |s|
s.name = 'HCaptcha'
s.version = '2.10.0'
s.version = '2.11.0'
s.summary = 'HCaptcha for iOS'
s.swift_version = '5.0'

s.description = <<-DESC
Add [hCaptcha](https://hcaptcha.com) to your project. This library
automatically handles HCaptcha's events and retrieves the validation token or notifies you to present the challenge if
Expand Down
Loading