Skip to content

Commit

Permalink
Release v2.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
zihejia committed Mar 8, 2021
1 parent d4cf008 commit e84d372
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 5 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion Mixpanel/MixpanelAPI.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ namespace mixpanel
/// </code>
public static partial class Mixpanel
{
internal const string MixpanelUnityVersion = "2.2.2";
internal const string MixpanelUnityVersion = "2.2.3";

/// <summary>
/// Creates an Mixpanel instance. Use only if you have enabled "Manual Initialization" from your Project Settings.
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand All @@ -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

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit e84d372

Please sign in to comment.