From e84d372757305eff6f74537e3e25b63d84f50da0 Mon Sep 17 00:00:00 2001 From: Zihe Jia Date: Mon, 8 Mar 2021 15:04:55 -0800 Subject: [PATCH] Release v2.2.3 --- CHANGELOG.md | 9 ++++++++- Mixpanel/MixpanelAPI.cs | 2 +- README.md | 4 ++-- package.json | 2 +- 4 files changed, 12 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f2964b1..ef6235f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ +## [v2.2.3](https://github.com/mixpanel/mixpanel-unity/releases/tag/v2.2.3) +### Mar 8 - 2020 +## Fixes +- Remove `$ios_ifa` + +--- + ## [v2.2.2](https://github.com/mixpanel/mixpanel-unity/releases/tag/v2.2.2) -### October 26st - 2020 +### October 26 - 2020 ## Fixes - Fix in some rare cases, event payload being sent incorrectly formatted or with changed values diff --git a/Mixpanel/MixpanelAPI.cs b/Mixpanel/MixpanelAPI.cs index 1d400a5..5fda4a7 100644 --- a/Mixpanel/MixpanelAPI.cs +++ b/Mixpanel/MixpanelAPI.cs @@ -18,7 +18,7 @@ namespace mixpanel /// public static partial class Mixpanel { - internal const string MixpanelUnityVersion = "2.2.2"; + internal const string MixpanelUnityVersion = "2.2.3"; /// /// Creates an Mixpanel instance. Use only if you have enabled "Manual Initialization" from your Project Settings. diff --git a/README.md b/README.md index a965ad3..6d02745 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ Latest Version -------------- -##### _October 26st, 2020_ - [v2.2.2](https://github.com/mixpanel/mixpanel-unity/releases/tag/v2.2.2) +##### _Mar 8, 2021_ - [v2.2.3](https://github.com/mixpanel/mixpanel-unity/releases/tag/v2.2.3) Supported Unity Version >= 2018.3. For older versions, you need to have `.NET 4.x Equivalent` selected as the scripting runtime version in your editor settings. @@ -16,7 +16,7 @@ This library can be installed using the unity package manager system (Unity >= 2 1. In your unity project root open `./Packages/manifest.json` 2. Add the following line to the dependencies section: ``` -"com.mixpanel.unity": "https://github.com/mixpanel/mixpanel-unity.git#v2.2.2" +"com.mixpanel.unity": "https://github.com/mixpanel/mixpanel-unity.git#v2.2.3" ``` 3. Open Unity and the package should download automatically diff --git a/package.json b/package.json index 4f0d037..1e53db2 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "com.mixpanel.unity", "displayName": "Mixpanel", - "version": "2.2.2", + "version": "2.2.3", "description": "Official Mixpanel library for Unity.", "repository": { "type": "git",