Skip to content

Commit

Permalink
Bump version and update documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
samgreen committed Aug 26, 2015
1 parent 3125d64 commit 519bf30
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
10 changes: 5 additions & 5 deletions Docs/HeaderDoc/Classes/Mixpanel/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ <h2>Introduction</h2>
<!-- end abstract --><!-- headerDoc=abstract;uid=//apple_ref/occ/cl/Mixpanel;name=end --></p>
<h5 class="tight"><font face="Lucida Grande,Helvetica,Arial">Discussion</font></h5>
<!-- begin discussion --><!-- headerDoc=discussion;uid=//apple_ref/occ/cl/Mixpanel;name=start --><p>Use the Mixpanel class to set up your project and track events in Mixpanel
Engagement. It now also includes a <code>people</code> property for accesseing
Engagement. It now also includes a <code>people</code> property for accessing
the Mixpanel People API.
</p>
<pre>
Expand Down Expand Up @@ -458,7 +458,7 @@ <h5 class="tight"><font face="Lucida Grande,Helvetica,Arial">Parameters</font></
</dl>
</div>
<h5 class="tight"><font face="Lucida Grande,Helvetica,Arial">Discussion</font></h5>
<!-- begin discussion --><!-- headerDoc=discussion;uid=//apple_ref/occ/instm/Mixpanel/createAlias:forDistinctID:;name=start --><p>This method is used to map an identifer called an alias to the existing Mixpanel
<!-- begin discussion --><!-- headerDoc=discussion;uid=//apple_ref/occ/instm/Mixpanel/createAlias:forDistinctID:;name=start --><p>This method is used to map an identifier called an alias to the existing Mixpanel
distinct id. This causes all events and people requests sent with the alias to be
mapped back to the original distinct id. The recommended usage pattern is to call
both createAlias: and identify: when the user signs up, and only identify: (with
Expand Down Expand Up @@ -496,7 +496,7 @@ <h3><a name="flush">flush</a></h3>
</div>
<h5 class="tight"><font face="Lucida Grande,Helvetica,Arial">Discussion</font></h5>
<!-- begin discussion --><!-- headerDoc=discussion;uid=//apple_ref/occ/instm/Mixpanel/flush;name=start --><p>By default, queued data is flushed to the Mixpanel servers every minute (the
default for <code>flushInvterval</code>), and on background (since
default for <code>flushInterval</code>), and on background (since
<code>flushOnBackground</code> is on by default). You only need to call this
method manually if you want to force a flush at a particular moment.
<!-- headerDoc=discussion;uid=//apple_ref/occ/instm/Mixpanel/flush;name=end --><!-- end discussion -->
Expand Down Expand Up @@ -1121,7 +1121,7 @@ <h3><a name="checkForSurveysOnActive">checkForSurveysOnActive</a></h3>
</div>
<h5 class="tight"><font face="Lucida Grande,Helvetica,Arial">Discussion</font></h5>
<!-- begin discussion --><!-- headerDoc=discussion;uid=//apple_ref/occ/instp/Mixpanel/checkForSurveysOnActive;name=start --><p>Defaults to YES. Will fire a network request on
<code>applicationDidBecomeActive</code> to retrieve a list of valid suerveys
<code>applicationDidBecomeActive</code> to retrieve a list of valid surveys
for the currently identified user.
<!-- headerDoc=discussion;uid=//apple_ref/occ/instp/Mixpanel/checkForSurveysOnActive;name=end --><!-- end discussion -->
<hr class="betweenAPIEntries"><!-- headerDoc=instp; uid=//apple_ref/occ/instp/Mixpanel/checkForVariantsOnActive; name=Mixpanel::checkForVariantsOnActive -->
Expand Down Expand Up @@ -1290,7 +1290,7 @@ <h5 class="tight"><font face="Lucida Grande,Helvetica,Arial">Discussion</font></
identified user.
<!-- headerDoc=discussion;uid=//apple_ref/occ/instp/Mixpanel/showSurveyOnActive;name=end --><!-- end discussion -->
<p class="gapBeforeFooter">&nbsp;</p><hr class="afterFooter"><div class="hd_copyright_and_timestamp">
<p class="hd_timestamp">Last Updated: Thursday, July 16, 2015
<p class="hd_timestamp">Last Updated: Wednesday, August 26, 2015
</p></div>
</td></tr></table>
</body></html>
6 changes: 3 additions & 3 deletions Docs/HeaderDoc/Classes/MixpanelPeople/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ <h5 class="tight"><font face="Lucida Grande,Helvetica,Arial">Discussion</font></
</pre>

<p>Please note that the core <code>Mixpanel</code> and
<code>MixpanelPeople</code> classes share the <code>identify:<code> method.
<code>MixpanelPeople</code> classes share the <code>identify:</code> method.
The <code>Mixpanel</code> <code>identify:</code> affects the
<code>distinct_id</code> property of events sent by <code>track:</code> and
<code>track:properties:</code> and determines which Mixpanel People user
Expand Down Expand Up @@ -562,11 +562,11 @@ <h3><a name="trackCharge:withProperties:">trackCharge:withProperties:</a></h3>
</div>
<h5 class="tight"><font face="Lucida Grande,Helvetica,Arial">Discussion</font></h5>
<!-- begin discussion --><!-- headerDoc=discussion;uid=//apple_ref/occ/instm/MixpanelPeople/trackCharge:withProperties:;name=start --><p>Charge properties allow you segment on types of revenue. For instance, you
could record a product ID with each charge so that you could segement on it in
could record a product ID with each charge so that you could segment on it in
revenue analytics to see which products are generating the most revenue.
<!-- headerDoc=discussion;uid=//apple_ref/occ/instm/MixpanelPeople/trackCharge:withProperties:;name=end --><!-- end discussion -->
<p class="gapBeforeFooter">&nbsp;</p><hr class="afterFooter"><div class="hd_copyright_and_timestamp">
<p class="hd_timestamp">Last Updated: Thursday, July 16, 2015
<p class="hd_timestamp">Last Updated: Wednesday, August 26, 2015
</p></div>
</td></tr></table>
</body></html>
2 changes: 1 addition & 1 deletion Docs/HeaderDoc/Protocols/MixpanelDelegate/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ <h5 class="tight"><font face="Lucida Grande,Helvetica,Arial">Discussion</font></
</p>
<!-- headerDoc=discussion;uid=//apple_ref/occ/intfm/MixpanelDelegate/mixpanelWillFlush:;name=end --><!-- end discussion -->
<p class="gapBeforeFooter">&nbsp;</p><hr class="afterFooter"><div class="hd_copyright_and_timestamp">
<p class="hd_timestamp">Last Updated: Thursday, July 16, 2015
<p class="hd_timestamp">Last Updated: Wednesday, August 26, 2015
</p></div>
</td></tr></table>
</body></html>
2 changes: 1 addition & 1 deletion Docs/HeaderDoc/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ <h2 class="h2tight">Protocols</h2>
</dd>
</dl>
<p class="gapBeforeFooter">&nbsp;</p><hr class="afterFooter"><div class="hd_copyright_and_timestamp">
<p class="hd_timestamp">Last Updated: Thursday, July 16, 2015
<p class="hd_timestamp">Last Updated: Wednesday, August 26, 2015
</p></div>
</td></tr></table>
</body></html>
2 changes: 1 addition & 1 deletion Mixpanel/Mixpanel.m
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
#endif


#define VERSION @"2.8.2"
#define VERSION @"2.8.3"

#if !defined(MIXPANEL_APP_EXTENSION)
@interface Mixpanel () <UIAlertViewDelegate, MPSurveyNavigationControllerDelegate, MPNotificationViewControllerDelegate>
Expand Down

0 comments on commit 519bf30

Please sign in to comment.