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 @@
# 3.0.0

- Feat: add User Journeys support, including Journeylitics packages for CocoaPods and Swift Package Manager
- Fix: resolve a late WebView completion race during verification

# 2.13.0

- Fix: forward `rqdata` from `HCaptchaVerifyParams` to JS on the initial load path
Expand Down
12 changes: 6 additions & 6 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
PODS:
- AppSwizzle (1.3.1)
- HCaptcha (2.13.0):
- HCaptcha/Core (= 2.13.0)
- HCaptcha/Core (2.13.0)
- HCaptcha/Journeylitics (2.13.0):
- HCaptcha (3.0.0):
- HCaptcha/Core (= 3.0.0)
- HCaptcha/Core (3.0.0)
- HCaptcha/Journeylitics (3.0.0):
- HCaptcha/Core
- HCaptcha/RxSwift (2.13.0):
- HCaptcha/RxSwift (3.0.0):
- HCaptcha/Core
- RxSwift (~> 6.9.0)
- RxBlocking (6.9.0):
Expand Down Expand Up @@ -43,7 +43,7 @@ EXTERNAL SOURCES:

SPEC CHECKSUMS:
AppSwizzle: db36e436f56110d93e5ae0147683435df593cabc
HCaptcha: 76da8ac6c9e0eaf6215fd409feedb18da4cc495c
HCaptcha: a6a52516721a653da482c8c62bbbc3ceca4c829e
RxBlocking: 5d2b26d019b6ba9eb3f58638611f124609c44822
RxCocoa: ac16414696ae706516be3e1ab00fcce5bdc9be8a
RxRelay: 6b0c930e5cef57d5fe2032571e5e65b78e3cbdb1
Expand Down
2 changes: 1 addition & 1 deletion HCaptcha.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'HCaptcha'
s.version = '2.13.0'
s.version = '3.0.0'
s.summary = 'HCaptcha for iOS'
s.swift_version = '5.0'

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ When enabled, the SDK will automatically collect these events (from initializati

## Compiled size: impact on including in your app

HCaptcha pod size: **140** KB as of Jan 2024. You can always see the latest number in the CI logs by searching for the "pod size" string.
HCaptcha pod size: **159** KB as of March 2026. You can always see the latest number in the CI logs by searching for the "pod size" string.

## Known issues

Expand Down
Loading