Skip to content

Commit a912971

Browse files
Release 9.0.0
- 9.0.0 - Update Capacitor to 7. Thanks @hamadsuniverse - Minimum iOS deployment 14 - Minimum Android SDK 23 - Branch Android SDK bumped to 5.18.1 - Branch iOS SDK bumped to 3.12.1
1 parent b9ec407 commit a912971

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
Branch Capacitor SDK change log
22

3+
- 9.0.0
4+
5+
- Update Capacitor to 7. Thanks @hamadsuniverse
6+
- Minimum iOS deployment 14
7+
- Minimum Android SDK 23
8+
- Branch Android SDK bumped to 5.18.1
9+
- Branch iOS SDK bumped to 3.12.1
10+
311
- 8.4.0
412

513
- Exposed new method `setConsumerProtectionAttributionLevel` to set CPP level

ios/Plugin/Plugin.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ public class BranchDeepLinks: CAPPlugin {
1616
object: nil
1717
)
1818

19-
Branch.getInstance().registerPluginName("Capacitor", version: "8.4.0")
19+
Branch.getInstance().registerPluginName("Capacitor", version: "9.0.0")
2020
}
2121

2222
@objc public func setBranchService(branchService: Any) {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "capacitor-branch-deep-links",
3-
"version": "9.0.0-beta.2",
3+
"version": "9.0.0",
44
"description": "Capacitor plugin for Branch.io deep links",
55
"main": "dist/plugin.cjs.js",
66
"module": "dist/esm/index.js",

0 commit comments

Comments
 (0)