From 49a19fa7a5713801ff733673b130bbe589c7021b Mon Sep 17 00:00:00 2001 From: Diana Khortiuk Date: Thu, 15 Jan 2026 21:41:00 +0000 Subject: [PATCH 1/2] Bump IOS version to 1.2.68 --- CHANGELOG.md | 67 +++++++++++++++++++----------------- docs/README.md | 2 +- embedded/ios/Podfile | 2 +- hosted/ios/Podfile | 2 +- ios/frontegg_flutter.podspec | 2 +- 5 files changed, 39 insertions(+), 36 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c1ec88..67cd76b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,41 +1,44 @@ -## v1.0.30 -Updated FronteggSwift version to 1.2.66. - -## v1.0.29 +## v1.0.31 +Updated FronteggSwift version to 1.2.68. + +## v1.0.30 +Updated FronteggSwift version to 1.2.66. + +## v1.0.29 - ios version upgrade -- added `requestAuthorize` in hosted example - -## v1.0.28 -Fixed: Google Login fails to redirect to app in embeddedMode when Safari session exists - -## v1.0.27 -- Enable session per tenant support - -## v1.0.26 +- added `requestAuthorize` in hosted example + +## v1.0.28 +Fixed: Google Login fails to redirect to app in embeddedMode when Safari session exists + +## v1.0.27 +- Enable session per tenant support + +## v1.0.26 Fixed magic links -Fixed: post Activation Redirect to App fails, leaving user on "Opening Application" page - -## v1.0.25 +Fixed: post Activation Redirect to App fails, leaving user on "Opening Application" page + +## v1.0.25 Bug fixing. -Increased versions of Kotlin and Swift-sdks - -## v1.0.24 -Fixed issue when reset password link sometimes redirected to blank screen. - -## v1.0.23 +Increased versions of Kotlin and Swift-sdks + +## v1.0.24 +Fixed issue when reset password link sometimes redirected to blank screen. + +## v1.0.23 Bump swift-sdk to 1.2.51v Bump kotlin-sdk to 1.3.10v -Added examples for token retrieval after login below the "Sensitive action" button - -## v1.0.22 +Added examples for token retrieval after login below the "Sensitive action" button + +## v1.0.22 Bump Frontegg-Kotlin-SDK version to 1.3.9 -Bump Frontegg-Swift-SDK version to 1.2.48 - -## v1.0.20 -- Updating android SDK - -- Upgrade android version to `1.2.48` - +Bump Frontegg-Swift-SDK version to 1.2.48 + +## v1.0.20 +- Updating android SDK + +- Upgrade android version to `1.2.48` + ## v1.0.18 - Upgrade native library for latency improvements diff --git a/docs/README.md b/docs/README.md index 70fc97d..f43c557 100644 --- a/docs/README.md +++ b/docs/README.md @@ -35,7 +35,7 @@ Sign up here → [https://portal.us.frontegg.com/signup](https://portal.us.front The Flutter SDK supports Frontegg's **per-tenant sessions** feature through the underlying native SDKs. - On **Android**, the plugin and example apps use `com.frontegg.sdk:android:1.3.13`. -- On **iOS**, the plugin depends on `FronteggSwift` with a version constraint `>= 1.2.66`. +- On **iOS**, the plugin depends on `FronteggSwift` with a version constraint `>= 1.2.68`. To enable and use per-tenant sessions: diff --git a/embedded/ios/Podfile b/embedded/ios/Podfile index b9e7209..d2d68a3 100644 --- a/embedded/ios/Podfile +++ b/embedded/ios/Podfile @@ -31,7 +31,7 @@ target 'Runner' do use_frameworks! use_modular_headers! - pod 'FronteggSwift', '~> 1.2.66' + pod 'FronteggSwift', '~> 1.2.68' flutter_install_all_ios_pods File.dirname(File.realpath(__FILE__)) diff --git a/hosted/ios/Podfile b/hosted/ios/Podfile index 51fb024..4b22450 100644 --- a/hosted/ios/Podfile +++ b/hosted/ios/Podfile @@ -31,7 +31,7 @@ target 'Runner' do use_frameworks! use_modular_headers! - pod 'FronteggSwift', '1.2.66' + pod 'FronteggSwift', '1.2.68' flutter_install_all_ios_pods File.dirname(File.realpath(__FILE__)) diff --git a/ios/frontegg_flutter.podspec b/ios/frontegg_flutter.podspec index b966911..d6c4bfc 100644 --- a/ios/frontegg_flutter.podspec +++ b/ios/frontegg_flutter.podspec @@ -15,7 +15,7 @@ A new Flutter plugin project. s.source = { :path => '.' } s.source_files = 'Classes/**/*' s.dependency 'Flutter' - s.dependency 'FronteggSwift', '1.2.66' + s.dependency 'FronteggSwift', '1.2.68' s.platform = :ios, '14.0' # Flutter.framework does not contain a i386 slice. From b4ac7d2c38a8dc65f325678e7dbc9bf8ff37e61d Mon Sep 17 00:00:00 2001 From: Diana Khortiuk Date: Thu, 15 Jan 2026 22:30:32 +0000 Subject: [PATCH 2/2] Bump IOS version to 1.2.69 --- CHANGELOG.md | 2 +- docs/README.md | 2 +- embedded/ios/Podfile | 2 +- hosted/ios/Podfile | 2 +- hosted/ios/Podfile.lock | 20 +++++++++++++------- hosted/pubspec.lock | 2 +- ios/frontegg_flutter.podspec | 2 +- 7 files changed, 19 insertions(+), 13 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 67cd76b..dabd88a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,5 @@ ## v1.0.31 -Updated FronteggSwift version to 1.2.68. +Updated FronteggSwift version to 1.2.69. ## v1.0.30 Updated FronteggSwift version to 1.2.66. diff --git a/docs/README.md b/docs/README.md index f43c557..31fad60 100644 --- a/docs/README.md +++ b/docs/README.md @@ -35,7 +35,7 @@ Sign up here → [https://portal.us.frontegg.com/signup](https://portal.us.front The Flutter SDK supports Frontegg's **per-tenant sessions** feature through the underlying native SDKs. - On **Android**, the plugin and example apps use `com.frontegg.sdk:android:1.3.13`. -- On **iOS**, the plugin depends on `FronteggSwift` with a version constraint `>= 1.2.68`. +- On **iOS**, the plugin depends on `FronteggSwift` with a version constraint `>= 1.2.69`. To enable and use per-tenant sessions: diff --git a/embedded/ios/Podfile b/embedded/ios/Podfile index d2d68a3..4e61fac 100644 --- a/embedded/ios/Podfile +++ b/embedded/ios/Podfile @@ -31,7 +31,7 @@ target 'Runner' do use_frameworks! use_modular_headers! - pod 'FronteggSwift', '~> 1.2.68' + pod 'FronteggSwift', '~> 1.2.69' flutter_install_all_ios_pods File.dirname(File.realpath(__FILE__)) diff --git a/hosted/ios/Podfile b/hosted/ios/Podfile index 4b22450..385530c 100644 --- a/hosted/ios/Podfile +++ b/hosted/ios/Podfile @@ -31,7 +31,7 @@ target 'Runner' do use_frameworks! use_modular_headers! - pod 'FronteggSwift', '1.2.68' + pod 'FronteggSwift', '1.2.69' flutter_install_all_ios_pods File.dirname(File.realpath(__FILE__)) diff --git a/hosted/ios/Podfile.lock b/hosted/ios/Podfile.lock index 7f4879e..cdd13f8 100644 --- a/hosted/ios/Podfile.lock +++ b/hosted/ios/Podfile.lock @@ -3,10 +3,11 @@ PODS: - Flutter (1.0.0) - fluttertoast (0.0.2): - Flutter - - frontegg_flutter (1.0.28): + - frontegg_flutter (1.0.30): - Flutter - - FronteggSwift (= 1.2.63) - - FronteggSwift (1.2.63) + - FronteggSwift (= 1.2.69) + - FronteggSwift (1.2.69): + - Sentry (~> 8.46.0) - integration_test (0.0.1): - Flutter - path_provider_foundation (0.0.1): @@ -16,6 +17,9 @@ PODS: - CocoaAsyncSocket (~> 7.6) - Flutter - FlutterMacOS + - Sentry (8.46.0): + - Sentry/Core (= 8.46.0) + - Sentry/Core (8.46.0) - url_launcher_ios (0.0.1): - Flutter @@ -23,7 +27,7 @@ DEPENDENCIES: - Flutter (from `Flutter`) - fluttertoast (from `.symlinks/plugins/fluttertoast/ios`) - frontegg_flutter (from `.symlinks/plugins/frontegg_flutter/ios`) - - FronteggSwift (= 1.2.63) + - FronteggSwift (= 1.2.69) - integration_test (from `.symlinks/plugins/integration_test/ios`) - path_provider_foundation (from `.symlinks/plugins/path_provider_foundation/darwin`) - patrol (from `.symlinks/plugins/patrol/darwin`) @@ -33,6 +37,7 @@ SPEC REPOS: trunk: - CocoaAsyncSocket - FronteggSwift + - Sentry EXTERNAL SOURCES: Flutter: @@ -54,13 +59,14 @@ SPEC CHECKSUMS: CocoaAsyncSocket: 065fd1e645c7abab64f7a6a2007a48038fdc6a99 Flutter: cabc95a1d2626b1b06e7179b784ebcf0c0cde467 fluttertoast: 21eecd6935e7064cc1fcb733a4c5a428f3f24f0f - frontegg_flutter: 74d0c90b11fb03e41789b1e727873b30940c672f - FronteggSwift: 23e4f1014fd6d40a7dfb1e60f5c7c3362da7f057 + frontegg_flutter: 9823737063f879f535fef1e332f5a72b4b884ef4 + FronteggSwift: c8d873f5b5fe61897100b6e5e15770964baf9fc2 integration_test: 252f60fa39af5e17c3aa9899d35d908a0721b573 path_provider_foundation: 2b6b4c569c0fb62ec74538f866245ac84301af46 patrol: cf2cd48c7f3e5171610111994f7b466cd76d1f57 + Sentry: da60d980b197a46db0b35ea12cb8f39af48d8854 url_launcher_ios: 5334b05cef931de560670eeae103fd3e431ac3fe -PODFILE CHECKSUM: 245142cae260d9989bf69a57854e1363741e89eb +PODFILE CHECKSUM: 925ee0fec6dd4f88479ef8a1470120aae498ec52 COCOAPODS: 1.16.2 diff --git a/hosted/pubspec.lock b/hosted/pubspec.lock index 3bea529..b16014c 100644 --- a/hosted/pubspec.lock +++ b/hosted/pubspec.lock @@ -139,7 +139,7 @@ packages: path: ".." relative: true source: path - version: "1.0.28" + version: "1.0.30" fuchsia_remote_debug_protocol: dependency: transitive description: flutter diff --git a/ios/frontegg_flutter.podspec b/ios/frontegg_flutter.podspec index d6c4bfc..b329d19 100644 --- a/ios/frontegg_flutter.podspec +++ b/ios/frontegg_flutter.podspec @@ -15,7 +15,7 @@ A new Flutter plugin project. s.source = { :path => '.' } s.source_files = 'Classes/**/*' s.dependency 'Flutter' - s.dependency 'FronteggSwift', '1.2.68' + s.dependency 'FronteggSwift', '1.2.69' s.platform = :ios, '14.0' # Flutter.framework does not contain a i386 slice.