Skip to content

Commit

Permalink
Merge pull request #142 from AppsFlyerSDK/releases/6.x.x/6.15.x/6.15.…
Browse files Browse the repository at this point in the history
…1-rc1

Merge releases/6.x.x/6.15.x/6.15.1-rc1 into main
  • Loading branch information
Dani-Koza-AF authored Aug 28, 2024
2 parents 4933136 + b82f03e commit ac6f67e
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 7 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 6.15.1
Release date: *2024-08-28*

- Capacitor >> Update Plugin to v6.15.1

## 6.15.0
Release date: *2024-08-15*

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@

### <a id="plugin-build-for"> This plugin is built for

- Android AppsFlyer SDK **6.15.0**
- iOS AppsFlyer SDK **6.15.0**
- Android AppsFlyer SDK **6.15.1**
- iOS AppsFlyer SDK **6.15.1**

## <a id="breaking-changes-6-15-0"> ❗❗ Breaking changes when updating to v6.15.0 ❗❗
Starting from v6.15.0, this plugin works only with Capacitor 6. </br>
Expand Down
2 changes: 1 addition & 1 deletion ios/Plugin/AppsFlyerPlugin.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import AppsFlyerLib

@objc(AppsFlyerPlugin)
public class AppsFlyerPlugin: CAPPlugin {
private let APPSFLYER_PLUGIN_VERSION = "6.15.0"
private let APPSFLYER_PLUGIN_VERSION = "6.15.1"
private var conversion = true
private var oaoa = true
private var udl = false
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "appsflyer-capacitor-plugin",
"version": "6.15.0",
"iosSdkVersion": "6.15.0",
"androidSdkVersion": "6.15.0",
"buildNumber": "14",
"version": "6.15.1",
"iosSdkVersion": "6.15.1",
"androidSdkVersion": "6.15.1",
"buildNumber": "17",
"description": "AppsFlyer SDK plugin for Capacitor",
"main": "dist/plugin.cjs.js",
"module": "dist/esm/index.js",
Expand Down

0 comments on commit ac6f67e

Please sign in to comment.