File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 1+ ### 7.1.1 (August 26, 2020)
2+ * Fix an issue with detection of whether or not cookies are enabled on a device
3+
14### 7.1.0 (Jun 28, 2020)
25* Sync with upstream ua-parser to detect more browsers and devices
36* Fix race condition where the SDK might write to the wrong cookie domain
Original file line number Diff line number Diff line change 11{
22 "name" : " amplitude-js" ,
33 "author" :
" Amplitude <[email protected] >" ,
4- "version" : " 7.1.0 " ,
4+ "version" : " 7.1.1 " ,
55 "license" : " MIT" ,
66 "description" : " Javascript library for Amplitude Analytics" ,
77 "keywords" : [
Original file line number Diff line number Diff line change 88 var amplitude = window . amplitude || { '_q' :[ ] , '_iq' :{ } } ;
99 var as = document . createElement ( 'script' ) ;
1010 as . type = 'text/javascript' ;
11- as . integrity = 'sha384-cukXwabQy+j/QA1+RqiXSzxhgQg5Rrn3zVszlwH3pWj/bXJxlA8Ge7NhcD6vP2Ik ' ;
11+ as . integrity = 'sha384-+EOJUyXoWkQo2G0XTc+u2DOlZkrMUcc5yOqCuE2XHRnytSyqpFQSbgFZAlGmjpLI ' ;
1212 as . crossOrigin = 'anonymous' ;
1313 as . async = true ;
14- as . src = 'https://cdn.amplitude.com/libs/amplitude-7.1.0 -min.gz.js' ;
14+ as . src = 'https://cdn.amplitude.com/libs/amplitude-7.1.1 -min.gz.js' ;
1515 as . onload = function ( ) { if ( ! window . amplitude . runQueuedFunctions ) { console . log ( '[Amplitude] Error: could not load SDK' ) ; } } ;
1616 var s = document . getElementsByTagName ( 'script' ) [ 0 ] ;
1717 s . parentNode . insertBefore ( as , s ) ;
You can’t perform that action at this time.
0 commit comments