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
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 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
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.old.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## v1.0.26
Fixed magic links
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
Expand Down
2 changes: 1 addition & 1 deletion ios/frontegg_flutter.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
Pod::Spec.new do |s|
s.name = 'frontegg_flutter'
s.version = '1.0.26'
s.version = '1.0.27'
s.summary = 'A new Flutter plugin project.'
s.description = <<-DESC
A new Flutter plugin project.
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: frontegg_flutter
description: Flutter package for Frontegg services
version: 1.0.26
version: 1.0.27
homepage: https://github.com/frontegg/frontegg-flutter
#publish_to: "https://pub.dartlang.org"

Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.26
1.0.27
Loading