Skip to content

Commit 908a496

Browse files
committed
Update version to 1.14.1
1 parent 160f8f5 commit 908a496

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
## Releases
22
--
33

4+
#### 1.14.1 - 2017-06-22
5+
* Fixes for cookie syncing. Properly cookie sync when MPID changes, and only perform a cookie sync when debug modes for defined pixel and mParticle match
6+
* Store productsBags and cartProducts to cookies, with config option to change number of products allowed in each (config.maxProducts = 20 by default)
7+
* Prevent setUserIdentity from accepting booleans
8+
* Clean up code - Add additional validations, convert remaining == to ===
9+
410
#### 1.14.0 - 2017-06-15
511
* Support for cookie-syncing. Cookie-syncing enables the optional collection of 3rd-party IDs to enable enhanced audience sharing with advertising platforms such as DoubleClick, Adobe, and AppNexus
612
* Add application state transition to mParticle initialization

mparticle.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
var serviceUrl = 'jssdk.mparticle.com/v1/JS/',
2121
secureServiceUrl = 'jssdks.mparticle.com/v1/JS/',
2222
serviceScheme = window.location.protocol + '//',
23-
sdkVersion = '1.14.0',
23+
sdkVersion = '1.14.1',
2424
isEnabled = true,
2525
pluses = /\+/g,
2626
sessionAttributes = {},

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mparticle-sdk-javascript",
3-
"version": "1.14.0",
3+
"version": "1.14.1",
44
"description": "mParticle core Javascript SDK",
55
"repository": "https://github.com/mParticle/mparticle-sdk-javascript",
66
"scripts": {

0 commit comments

Comments
 (0)