Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
67 changes: 35 additions & 32 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
2 changes: 1 addition & 1 deletion embedded/ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -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__))

Expand Down
2 changes: 1 addition & 1 deletion hosted/ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -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__))

Expand Down
2 changes: 1 addition & 1 deletion ios/frontegg_flutter.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down