Skip to content

Commit e90be50

Browse files
authored
Merge pull request #276 from droibit/feature/bump-version
Bump flutter_custom_tabs/ios version to 2.4.1
2 parents f3fadcc + 5b0b54e commit e90be50

File tree

8 files changed

+19
-10
lines changed

8 files changed

+19
-10
lines changed

flutter_custom_tabs/CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
1+
## 2.4.1
2+
3+
- Updates minimum required `flutter_custom_tabs_ios` version to 2.4.1.
4+
- Fix SFSafariViewController launch failure under UIScene lifecycle.
5+
16
## 2.4.0
27

38
- Always enables app-specific history for lightweight URL launch.
49
- Corrects minimum iOS version support.
5-
- Updates minimum required `flutter_custom_tabs_androidios` version to 2.4.0.
10+
- Updates minimum required `flutter_custom_tabs_ios` version to 2.4.0.
611
- This version introduces Swift Package Manager (SPM) support.
712
- Note that due to the removal of unnecessary bridge code, running `flutter clean` might be required after upgrading to this version to avoid potential build issues.
813
- Updates minimum required `flutter_custom_tabs_android` version to 2.3.1.

flutter_custom_tabs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Add `flutter_custom_tabs` to the dependencies of your `pubspec.yaml`.
2121

2222
``` yaml
2323
dependencies:
24-
flutter_custom_tabs: ^2.4.0
24+
flutter_custom_tabs: ^2.4.1
2525
```
2626
2727
> [!IMPORTANT]

flutter_custom_tabs/example/ios/Podfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
PODS:
22
- Flutter (1.0.0)
3-
- flutter_custom_tabs_ios (2.4.0):
3+
- flutter_custom_tabs_ios (2.4.1):
44
- Flutter
55

66
DEPENDENCIES:
@@ -15,7 +15,7 @@ EXTERNAL SOURCES:
1515

1616
SPEC CHECKSUMS:
1717
Flutter: e0871f40cf51350855a761d2e70bf5af5b9b5de7
18-
flutter_custom_tabs_ios: 89e60122b553c69a79bfd45eb8eb99d911c1a9c0
18+
flutter_custom_tabs_ios: 778a36f3f80e55bbd1a23d2b0582b0afdc38b4c5
1919

2020
PODFILE CHECKSUM: 4e8f8b2be68aeea4c0d5beb6ff1e79fface1d048
2121

flutter_custom_tabs/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flutter_custom_tabs
22
description: A Flutter plugin for mobile apps to launch a URL in Custom Tabs/SFSafariViewController.
3-
version: 2.4.0
3+
version: 2.4.1
44
homepage: https://github.com/droibit/flutter_custom_tabs
55
repository: https://github.com/droibit/flutter_custom_tabs/tree/main/flutter_custom_tabs
66
issue_tracker: https://github.com/droibit/flutter_custom_tabs/issues
@@ -14,7 +14,7 @@ dependencies:
1414
sdk: flutter
1515
flutter_custom_tabs_platform_interface: ^2.3.0
1616
flutter_custom_tabs_android: ^2.3.1
17-
flutter_custom_tabs_ios: ^2.4.0
17+
flutter_custom_tabs_ios: ^2.4.1
1818
flutter_custom_tabs_web: ^2.3.0
1919
meta: ^1.10.0
2020

flutter_custom_tabs_ios/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 2.4.1
2+
3+
- Fix SFSafariViewController launch failure under UIScene lifecycle.
4+
15
## 2.4.0
26

37
- Adds Swift Package Manager(SPM) support.

flutter_custom_tabs_ios/example/ios/Podfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
PODS:
22
- Flutter (1.0.0)
3-
- flutter_custom_tabs_ios (2.4.0):
3+
- flutter_custom_tabs_ios (2.4.1):
44
- Flutter
55
- integration_test (0.0.1):
66
- Flutter
@@ -20,7 +20,7 @@ EXTERNAL SOURCES:
2020

2121
SPEC CHECKSUMS:
2222
Flutter: e0871f40cf51350855a761d2e70bf5af5b9b5de7
23-
flutter_custom_tabs_ios: 89e60122b553c69a79bfd45eb8eb99d911c1a9c0
23+
flutter_custom_tabs_ios: 778a36f3f80e55bbd1a23d2b0582b0afdc38b4c5
2424
integration_test: 13825b8a9334a850581300559b8839134b124670
2525

2626
PODFILE CHECKSUM: 2f40fced8ccaa4f568954e339e48cea7e274cbdb

flutter_custom_tabs_ios/ios/flutter_custom_tabs_ios.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
Pod::Spec.new do |s|
66
s.name = 'flutter_custom_tabs_ios'
7-
s.version = '2.4.0'
7+
s.version = '2.4.1'
88
s.summary = 'iOS platform implementation of flutter_custom_tabs.'
99
s.description = <<-DESC
1010
iOS platform implementation of flutter_custom_tabs.

flutter_custom_tabs_ios/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flutter_custom_tabs_ios
22
description: iOS platform implementation of flutter_custom_tabs.
3-
version: 2.4.0
3+
version: 2.4.1
44
homepage: https://github.com/droibit/flutter_custom_tabs
55
repository: https://github.com/droibit/flutter_custom_tabs/tree/main/flutter_custom_tabs_ios
66
issue_tracker: https://github.com/droibit/flutter_custom_tabs/issues

0 commit comments

Comments
 (0)