Skip to content

Commit 1b098be

Browse files
author
Kyle Rockman
committed
Bump version to 2.0
- Ressurrect Changelog - Ressurect Demo
1 parent 8ab10f8 commit 1b098be

20 files changed

+1986
-26
lines changed

CHANGELOG.md

+56
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
# [v2.0.0](https://github.com/mixpanel/mixpanel-unity/releases/tag/v2.0.0)
2+
### April 12th - 2018
3+
4+
#### This version is a complete rewrite of the library to support ALL platforms that unity can compile to.
5+
6+
The basis for this rewrite was https://github.com/mixpanel/mixpanel-unity/issues/10 to support WebGL but since the library was rewriten in plain c# it should work for any platform unity can compile to.
7+
8+
The API has stayed complient with the documentation though there maybe a few changes to a few of the mixpanel properties that come though automatically due to unity not having access to certain system/device information easily
9+
10+
The github repo has also been structured so that it supports the Unity 2018.3 package manager (please see the README for package manager install instructions)
11+
12+
---
13+
14+
# [v1.1.1](https://github.com/mixpanel/mixpanel-unity/releases/tag/v1.1.1)
15+
### December 18th - 2017
16+
17+
Bug fixes
18+
19+
---
20+
21+
# [v1.1.0](https://github.com/mixpanel/mixpanel-unity/releases/tag/v1.1.0)
22+
### October 6th - 2017
23+
24+
Improvements
25+
Persist alias and protect users from identifying the user as their alias
26+
Reset distinct_id and alias when reset is called
27+
Clean ups
28+
Fixes
29+
Switching platforms could lead to MixpanelPostProcessor been executed at the wrong time
30+
Reversed the attribution of app build number and version string ($app_build_number and $app_version_string)
31+
Fix crash occurring only for Android when AdvertisingIdClient.Info.getId() was returning null.
32+
33+
---
34+
35+
# [v1.0.1](https://github.com/mixpanel/mixpanel-unity/releases/tag/1.0.1)
36+
### June 16th - 2016
37+
38+
iOS
39+
Added optional support for advertisingIdentifier
40+
Added support for Bitcode
41+
Windows
42+
Added missing dependency for x86 and x86_64
43+
All Platforms
44+
Networking now respects the HTTP Retry-After header
45+
Networking now backs off exponentially on failure
46+
47+
---
48+
49+
# [v1.0.0](https://github.com/mixpanel/mixpanel-unity/releases/tag/1.0.0)
50+
### June 3rd - 2016
51+
52+
We are thrilled to release the official Mixpanel Unity SDK. Some links to get started:
53+
54+
* [Official documentation](https://mixpanel.com/help/reference/unity)
55+
* [Full API Reference](http://mixpanel.github.io/mixpanel-unity/api-reference/annotated.html)
56+
* [Sample application](https://github.com/mixpanel/mixpanel-unity/tree/master/deployments/UnityMixpanel/Assets/Mixpanel/Sample)

CHANGELOG.md.meta

+7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Demo.meta

+8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Demo/Assets.meta

+8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Demo/Assets/button.png

3.83 KB
Loading

Demo/Assets/button.png.meta

+47
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Demo/Assets/button_down.png

3.8 KB
Loading

Demo/Assets/button_down.png.meta

+47
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Demo/Assets/button_hover.png

3.86 KB
Loading

Demo/Assets/button_hover.png.meta

+47
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Demo/Assets/mixpanel_logo.png

9.59 KB
Loading

Demo/Assets/mixpanel_logo.png.meta

+47
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)