Skip to content

Commit 41a6f94

Browse files
https://api.playfab.com/releaseNotes/#181204
2 parents ca93724 + 2cc4b3f commit 41a6f94

27 files changed

+123
-97
lines changed

PlayFabSdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "playfab-web-sdk",
3-
"version": "1.35.181114",
3+
"version": "1.36.181204",
44
"description": "Playfab SDK for JS client applications",
55
"license": "Apache-2.0",
66
"repository": {

PlayFabSdk/src/PlayFab/PlayFabAdminApi.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ if(!PlayFab.settings) {
2121
if(!PlayFab._internalSettings) {
2222
PlayFab._internalSettings = {
2323
entityToken: null,
24-
sdkVersion: "1.35.181114",
24+
sdkVersion: "1.36.181204",
2525
requestGetParams: {
26-
sdk: "JavaScriptSDK-1.35.181114"
26+
sdk: "JavaScriptSDK-1.36.181204"
2727
},
2828
sessionTicket: null,
2929
verticalName: null, // The name of a customer vertical. This is only for customers running a private cluster. Generally you shouldn't touch this
@@ -156,8 +156,8 @@ if(!PlayFab._internalSettings) {
156156
}
157157
}
158158

159-
PlayFab.buildIdentifier = "jbuild_javascriptsdk__sdk-slave2016-3_0";
160-
PlayFab.sdkVersion = "1.35.181114";
159+
PlayFab.buildIdentifier = "jbuild_javascriptsdk__sdk-slave2016-3_2";
160+
PlayFab.sdkVersion = "1.36.181204";
161161
PlayFab.GenerateErrorReport = function (error) {
162162
if (error == null)
163163
return "";

PlayFabSdk/src/PlayFab/PlayFabAuthenticationApi.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ if(!PlayFab.settings) {
2121
if(!PlayFab._internalSettings) {
2222
PlayFab._internalSettings = {
2323
entityToken: null,
24-
sdkVersion: "1.35.181114",
24+
sdkVersion: "1.36.181204",
2525
requestGetParams: {
26-
sdk: "JavaScriptSDK-1.35.181114"
26+
sdk: "JavaScriptSDK-1.36.181204"
2727
},
2828
sessionTicket: null,
2929
verticalName: null, // The name of a customer vertical. This is only for customers running a private cluster. Generally you shouldn't touch this
@@ -156,8 +156,8 @@ if(!PlayFab._internalSettings) {
156156
}
157157
}
158158

159-
PlayFab.buildIdentifier = "jbuild_javascriptsdk__sdk-slave2016-3_0";
160-
PlayFab.sdkVersion = "1.35.181114";
159+
PlayFab.buildIdentifier = "jbuild_javascriptsdk__sdk-slave2016-3_2";
160+
PlayFab.sdkVersion = "1.36.181204";
161161
PlayFab.GenerateErrorReport = function (error) {
162162
if (error == null)
163163
return "";

PlayFabSdk/src/PlayFab/PlayFabClientApi.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ if(!PlayFab.settings) {
2121
if(!PlayFab._internalSettings) {
2222
PlayFab._internalSettings = {
2323
entityToken: null,
24-
sdkVersion: "1.35.181114",
24+
sdkVersion: "1.36.181204",
2525
requestGetParams: {
26-
sdk: "JavaScriptSDK-1.35.181114"
26+
sdk: "JavaScriptSDK-1.36.181204"
2727
},
2828
sessionTicket: null,
2929
verticalName: null, // The name of a customer vertical. This is only for customers running a private cluster. Generally you shouldn't touch this
@@ -156,8 +156,8 @@ if(!PlayFab._internalSettings) {
156156
}
157157
}
158158

159-
PlayFab.buildIdentifier = "jbuild_javascriptsdk__sdk-slave2016-3_0";
160-
PlayFab.sdkVersion = "1.35.181114";
159+
PlayFab.buildIdentifier = "jbuild_javascriptsdk__sdk-slave2016-3_2";
160+
PlayFab.sdkVersion = "1.36.181204";
161161
PlayFab.GenerateErrorReport = function (error) {
162162
if (error == null)
163163
return "";

PlayFabSdk/src/PlayFab/PlayFabCloudScriptApi.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ if(!PlayFab.settings) {
2121
if(!PlayFab._internalSettings) {
2222
PlayFab._internalSettings = {
2323
entityToken: null,
24-
sdkVersion: "1.35.181114",
24+
sdkVersion: "1.36.181204",
2525
requestGetParams: {
26-
sdk: "JavaScriptSDK-1.35.181114"
26+
sdk: "JavaScriptSDK-1.36.181204"
2727
},
2828
sessionTicket: null,
2929
verticalName: null, // The name of a customer vertical. This is only for customers running a private cluster. Generally you shouldn't touch this
@@ -156,8 +156,8 @@ if(!PlayFab._internalSettings) {
156156
}
157157
}
158158

159-
PlayFab.buildIdentifier = "jbuild_javascriptsdk__sdk-slave2016-3_0";
160-
PlayFab.sdkVersion = "1.35.181114";
159+
PlayFab.buildIdentifier = "jbuild_javascriptsdk__sdk-slave2016-3_2";
160+
PlayFab.sdkVersion = "1.36.181204";
161161
PlayFab.GenerateErrorReport = function (error) {
162162
if (error == null)
163163
return "";

PlayFabSdk/src/PlayFab/PlayFabDataApi.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ if(!PlayFab.settings) {
2121
if(!PlayFab._internalSettings) {
2222
PlayFab._internalSettings = {
2323
entityToken: null,
24-
sdkVersion: "1.35.181114",
24+
sdkVersion: "1.36.181204",
2525
requestGetParams: {
26-
sdk: "JavaScriptSDK-1.35.181114"
26+
sdk: "JavaScriptSDK-1.36.181204"
2727
},
2828
sessionTicket: null,
2929
verticalName: null, // The name of a customer vertical. This is only for customers running a private cluster. Generally you shouldn't touch this
@@ -156,8 +156,8 @@ if(!PlayFab._internalSettings) {
156156
}
157157
}
158158

159-
PlayFab.buildIdentifier = "jbuild_javascriptsdk__sdk-slave2016-3_0";
160-
PlayFab.sdkVersion = "1.35.181114";
159+
PlayFab.buildIdentifier = "jbuild_javascriptsdk__sdk-slave2016-3_2";
160+
PlayFab.sdkVersion = "1.36.181204";
161161
PlayFab.GenerateErrorReport = function (error) {
162162
if (error == null)
163163
return "";

PlayFabSdk/src/PlayFab/PlayFabEventsApi.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ if(!PlayFab.settings) {
2121
if(!PlayFab._internalSettings) {
2222
PlayFab._internalSettings = {
2323
entityToken: null,
24-
sdkVersion: "1.35.181114",
24+
sdkVersion: "1.36.181204",
2525
requestGetParams: {
26-
sdk: "JavaScriptSDK-1.35.181114"
26+
sdk: "JavaScriptSDK-1.36.181204"
2727
},
2828
sessionTicket: null,
2929
verticalName: null, // The name of a customer vertical. This is only for customers running a private cluster. Generally you shouldn't touch this
@@ -156,8 +156,8 @@ if(!PlayFab._internalSettings) {
156156
}
157157
}
158158

159-
PlayFab.buildIdentifier = "jbuild_javascriptsdk__sdk-slave2016-3_0";
160-
PlayFab.sdkVersion = "1.35.181114";
159+
PlayFab.buildIdentifier = "jbuild_javascriptsdk__sdk-slave2016-3_2";
160+
PlayFab.sdkVersion = "1.36.181204";
161161
PlayFab.GenerateErrorReport = function (error) {
162162
if (error == null)
163163
return "";

PlayFabSdk/src/PlayFab/PlayFabGroupsApi.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ if(!PlayFab.settings) {
2121
if(!PlayFab._internalSettings) {
2222
PlayFab._internalSettings = {
2323
entityToken: null,
24-
sdkVersion: "1.35.181114",
24+
sdkVersion: "1.36.181204",
2525
requestGetParams: {
26-
sdk: "JavaScriptSDK-1.35.181114"
26+
sdk: "JavaScriptSDK-1.36.181204"
2727
},
2828
sessionTicket: null,
2929
verticalName: null, // The name of a customer vertical. This is only for customers running a private cluster. Generally you shouldn't touch this
@@ -156,8 +156,8 @@ if(!PlayFab._internalSettings) {
156156
}
157157
}
158158

159-
PlayFab.buildIdentifier = "jbuild_javascriptsdk__sdk-slave2016-3_0";
160-
PlayFab.sdkVersion = "1.35.181114";
159+
PlayFab.buildIdentifier = "jbuild_javascriptsdk__sdk-slave2016-3_2";
160+
PlayFab.sdkVersion = "1.36.181204";
161161
PlayFab.GenerateErrorReport = function (error) {
162162
if (error == null)
163163
return "";

PlayFabSdk/src/PlayFab/PlayFabLocalizationApi.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ if(!PlayFab.settings) {
2121
if(!PlayFab._internalSettings) {
2222
PlayFab._internalSettings = {
2323
entityToken: null,
24-
sdkVersion: "1.35.181114",
24+
sdkVersion: "1.36.181204",
2525
requestGetParams: {
26-
sdk: "JavaScriptSDK-1.35.181114"
26+
sdk: "JavaScriptSDK-1.36.181204"
2727
},
2828
sessionTicket: null,
2929
verticalName: null, // The name of a customer vertical. This is only for customers running a private cluster. Generally you shouldn't touch this
@@ -156,8 +156,8 @@ if(!PlayFab._internalSettings) {
156156
}
157157
}
158158

159-
PlayFab.buildIdentifier = "jbuild_javascriptsdk__sdk-slave2016-3_0";
160-
PlayFab.sdkVersion = "1.35.181114";
159+
PlayFab.buildIdentifier = "jbuild_javascriptsdk__sdk-slave2016-3_2";
160+
PlayFab.sdkVersion = "1.36.181204";
161161
PlayFab.GenerateErrorReport = function (error) {
162162
if (error == null)
163163
return "";

PlayFabSdk/src/PlayFab/PlayFabMatchmakerApi.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ if(!PlayFab.settings) {
2121
if(!PlayFab._internalSettings) {
2222
PlayFab._internalSettings = {
2323
entityToken: null,
24-
sdkVersion: "1.35.181114",
24+
sdkVersion: "1.36.181204",
2525
requestGetParams: {
26-
sdk: "JavaScriptSDK-1.35.181114"
26+
sdk: "JavaScriptSDK-1.36.181204"
2727
},
2828
sessionTicket: null,
2929
verticalName: null, // The name of a customer vertical. This is only for customers running a private cluster. Generally you shouldn't touch this
@@ -156,8 +156,8 @@ if(!PlayFab._internalSettings) {
156156
}
157157
}
158158

159-
PlayFab.buildIdentifier = "jbuild_javascriptsdk__sdk-slave2016-3_0";
160-
PlayFab.sdkVersion = "1.35.181114";
159+
PlayFab.buildIdentifier = "jbuild_javascriptsdk__sdk-slave2016-3_2";
160+
PlayFab.sdkVersion = "1.36.181204";
161161
PlayFab.GenerateErrorReport = function (error) {
162162
if (error == null)
163163
return "";

0 commit comments

Comments
 (0)