Skip to content

Commit

Permalink
v2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tdumitrescu committed May 5, 2015
1 parent 4a95ede commit 1885273
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
**2.5.0** (5 May 2015)
- add support for localStorage alternative to cookie store (thanks to @sandorfr for initial PR)
- automatically upgrade from existing cookies when localStorage is used

**2.4.2** (23 Mar 2015)
- remove (undocumented) `token` property override in `track()`

Expand Down
6 changes: 3 additions & 3 deletions mixpanel.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Mixpanel JS Library v2.4.2
* Mixpanel JS Library v2.5.0
*
* Copyright 2012, Mixpanel, Inc. All Rights Reserved
* http://mixpanel.com/
Expand All @@ -12,7 +12,7 @@

// ==ClosureCompiler==
// @compilation_level ADVANCED_OPTIMIZATIONS
// @output_file_name mixpanel-2.4.min.js
// @output_file_name mixpanel-2.5.min.js
// ==/ClosureCompiler==

/*
Expand Down Expand Up @@ -79,7 +79,7 @@ Globals should be all caps
*/
var HTTP_PROTOCOL = (("https:" == document.location.protocol) ? "https://" : "http://"),

LIB_VERSION = '2.4.2',
LIB_VERSION = '2.5.0',
SNIPPET_VERSION = (mixpanel && mixpanel['__SV']) || 0,

// http://hacks.mozilla.org/2009/07/cross-site-xmlhttprequest-with-cors/
Expand Down
2 changes: 1 addition & 1 deletion mixpanel.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1885273

Please sign in to comment.