forked from orta/mixpanel-osx-unofficial
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Neil Rahilly
committed
Apr 26, 2013
1 parent
dac6251
commit 774e39e
Showing
1 changed file
with
26 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
Changes with version 2.0.0 25 Apr 2013 | ||
|
||
* New [mixpanel identify:], removed [mixpanel.people identify:]. | ||
|
||
IMPORTANT: We used to have a separate [mixpanel.people identify:] | ||
method. You had to call it before we'd flush people records. It's gone | ||
(hence incrementing the major version number for this release). The new | ||
behavior is this: events will go right away with default distinct ID. | ||
People records will be queued until identify: is called. At that point | ||
the distinct ID used in identify: is used for both events and people | ||
records. if you want to use the default ID for people, use [mixpanel | ||
identify:mixpanel.distinctId]; | ||
|
||
* Distinct ID defaults to iOS IFA for iOS 6+ and falls back to ODIN1 | ||
|
||
* New automatic properties: | ||
|
||
$app_release and $ios_app_release (for Engagement and People, | ||
respectively) which are CFBundleShortVersionString. Note: old | ||
$ios_app_version remains for backward compatibility. | ||
|
||
$ios_ifa | ||
|
||
* Added setOnce: | ||
|
||
* Added unregisterSuperProperty: |