From 2cb5c2ed574340b253dd1bf2ee764813f230d26c Mon Sep 17 00:00:00 2001 From: e271828- Date: Wed, 25 Mar 2026 07:25:46 -0400 Subject: [PATCH] release 3.0.0 --- CHANGELOG.md | 5 +++++ Example/Podfile.lock | 12 ++++++------ HCaptcha.podspec | 2 +- README.md | 2 +- 4 files changed, 13 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 51a69c55..6d5209fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Example/Podfile.lock b/Example/Podfile.lock index 6f390446..8b4e129d 100644 --- a/Example/Podfile.lock +++ b/Example/Podfile.lock @@ -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): @@ -43,7 +43,7 @@ EXTERNAL SOURCES: SPEC CHECKSUMS: AppSwizzle: db36e436f56110d93e5ae0147683435df593cabc - HCaptcha: 76da8ac6c9e0eaf6215fd409feedb18da4cc495c + HCaptcha: a6a52516721a653da482c8c62bbbc3ceca4c829e RxBlocking: 5d2b26d019b6ba9eb3f58638611f124609c44822 RxCocoa: ac16414696ae706516be3e1ab00fcce5bdc9be8a RxRelay: 6b0c930e5cef57d5fe2032571e5e65b78e3cbdb1 diff --git a/HCaptcha.podspec b/HCaptcha.podspec index 03629625..3c3fcb5b 100644 --- a/HCaptcha.podspec +++ b/HCaptcha.podspec @@ -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' diff --git a/README.md b/README.md index b7c786ac..113075d4 100644 --- a/README.md +++ b/README.md @@ -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