Skip to content

Latest commit

 

History

History
85 lines (56 loc) · 2.8 KB

CHANGELOG.md

File metadata and controls

85 lines (56 loc) · 2.8 KB

Branch Capacitor SDK change log

  • 8.3.0

    • Branch Android SDK bumped to 5.13.0
    • Branch iOS SDK bumped to 3.6.5
  • 8.2.1

    • Branch Android SDK bumped to 5.12.4
  • 8.2.0

    • Branch Android SDK bumped to 5.12.3
    • Branch iOS SDK bumped to 3.6.3
  • 8.1.0

    • Added the handleUrl method to iOS and updated BranchUrlParams to include branch instead of url.
  • 8.0.0

    • Updated the addListener method to return a Promise<PluginListenerHandle>.
    • Updates the core capacitor plugin to 6.0.0
    • Branch Android SDK bumped to 5.12.0
    • Branch iOS SDK bumped to 3.4.3
  • 7.1.0

    • Added new method, setDMAParamsForEEA(), for setting DMA compliance parameters.
    • Branch Android SDK bumped to 5.9.0
    • Branch iOS SDK bumped to 3.2.0
  • 7.0.0

    • Branch Android SDK bumped to 5.7.5
    • Branch iOS SDK bumped to 3.0.1
    • Added new methods, getLatestReferringParams() and getFirstReferringParams()
  • 6.0.0

    • Updates the core capacitor plugin to 5.0.0 #112
    • Branch Android SDK bumped to 5.6.1 #113
      • Updated to Gradle 8 and resolved tooling errors
    • Branch iOS SDK bumped to 2.2.0 #113
      • Namespace Branch changed to BranchSDK
  • 5.0.0

    • Updates the core capacitor plugin to 4.0.1
    • Android minSdk bumped to 22
    • iOS platform bumped to 13
    • Android Branch SDK updated to 5.2.3 which targets 32 as well.
    • Android Branch SDK dependency type changed from implementation to api to keep references consistent and integration simpler
  • 4.2.0

  • 4.1.1

  • 3.0.2

    • Update Android SDK to 5.0.8
  • 3.0.1

    • Update Android SDK 5.0.7 and iOS SDK 1.39.2
  • 3.0.0

  • 2.0.0

    • Integrate Branch functions: create deeplink, share deeplink, send branch event, disable tracking, set identity, logout
    • Update Android SDK 4.3.2 and iOS SDK 0.35.0
    • Update plugin to most recent capacitor structure