Skip to content

Commit

Permalink
https://api.playfab.com/releaseNotes/#180716
Browse files Browse the repository at this point in the history
  • Loading branch information
PlayFabJenkinsBot committed Jul 17, 2018
2 parents 8d99a85 + 7756e12 commit 8625abd
Show file tree
Hide file tree
Showing 11 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion PlayFabSdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "playfab-web-sdk",
"version": "1.26.180709",
"version": "1.27.180716",
"description": "Playfab SDK for JS client applications",
"license": "Apache-2.0",
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions PlayFabSdk/src/PlayFab/PlayFabAdminApi.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ if(!PlayFab.settings) {
if(!PlayFab._internalSettings) {
PlayFab._internalSettings = {
entityToken: null,
sdkVersion: "1.26.180709",
sdkVersion: "1.27.180716",
sessionTicket: null,
productionServerUrl: ".playfabapi.com",
errorTitleId: "Must be have PlayFab.settings.titleId set to call this method",
Expand Down Expand Up @@ -126,7 +126,7 @@ if(!PlayFab._internalSettings) {
}

PlayFab.buildIdentifier = "jbuild_javascriptsdk_0";
PlayFab.sdkVersion = "1.26.180709";
PlayFab.sdkVersion = "1.27.180716";
PlayFab.GenerateErrorReport = function (error) {
if (error == null)
return "";
Expand Down
4 changes: 2 additions & 2 deletions PlayFabSdk/src/PlayFab/PlayFabClientApi.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ if(!PlayFab.settings) {
if(!PlayFab._internalSettings) {
PlayFab._internalSettings = {
entityToken: null,
sdkVersion: "1.26.180709",
sdkVersion: "1.27.180716",
sessionTicket: null,
productionServerUrl: ".playfabapi.com",
errorTitleId: "Must be have PlayFab.settings.titleId set to call this method",
Expand Down Expand Up @@ -126,7 +126,7 @@ if(!PlayFab._internalSettings) {
}

PlayFab.buildIdentifier = "jbuild_javascriptsdk_0";
PlayFab.sdkVersion = "1.26.180709";
PlayFab.sdkVersion = "1.27.180716";
PlayFab.GenerateErrorReport = function (error) {
if (error == null)
return "";
Expand Down
4 changes: 2 additions & 2 deletions PlayFabSdk/src/PlayFab/PlayFabEntityApi.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ if(!PlayFab.settings) {
if(!PlayFab._internalSettings) {
PlayFab._internalSettings = {
entityToken: null,
sdkVersion: "1.26.180709",
sdkVersion: "1.27.180716",
sessionTicket: null,
productionServerUrl: ".playfabapi.com",
errorTitleId: "Must be have PlayFab.settings.titleId set to call this method",
Expand Down Expand Up @@ -126,7 +126,7 @@ if(!PlayFab._internalSettings) {
}

PlayFab.buildIdentifier = "jbuild_javascriptsdk_0";
PlayFab.sdkVersion = "1.26.180709";
PlayFab.sdkVersion = "1.27.180716";
PlayFab.GenerateErrorReport = function (error) {
if (error == null)
return "";
Expand Down
4 changes: 2 additions & 2 deletions PlayFabSdk/src/PlayFab/PlayFabMatchmakerApi.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ if(!PlayFab.settings) {
if(!PlayFab._internalSettings) {
PlayFab._internalSettings = {
entityToken: null,
sdkVersion: "1.26.180709",
sdkVersion: "1.27.180716",
sessionTicket: null,
productionServerUrl: ".playfabapi.com",
errorTitleId: "Must be have PlayFab.settings.titleId set to call this method",
Expand Down Expand Up @@ -126,7 +126,7 @@ if(!PlayFab._internalSettings) {
}

PlayFab.buildIdentifier = "jbuild_javascriptsdk_0";
PlayFab.sdkVersion = "1.26.180709";
PlayFab.sdkVersion = "1.27.180716";
PlayFab.GenerateErrorReport = function (error) {
if (error == null)
return "";
Expand Down
4 changes: 2 additions & 2 deletions PlayFabSdk/src/PlayFab/PlayFabServerApi.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ if(!PlayFab.settings) {
if(!PlayFab._internalSettings) {
PlayFab._internalSettings = {
entityToken: null,
sdkVersion: "1.26.180709",
sdkVersion: "1.27.180716",
sessionTicket: null,
productionServerUrl: ".playfabapi.com",
errorTitleId: "Must be have PlayFab.settings.titleId set to call this method",
Expand Down Expand Up @@ -126,7 +126,7 @@ if(!PlayFab._internalSettings) {
}

PlayFab.buildIdentifier = "jbuild_javascriptsdk_0";
PlayFab.sdkVersion = "1.26.180709";
PlayFab.sdkVersion = "1.27.180716";
PlayFab.GenerateErrorReport = function (error) {
if (error == null)
return "";
Expand Down
4 changes: 2 additions & 2 deletions PlayFabTestingExample/src/PlayFab/PlayFabAdminApi.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ if(!PlayFab.settings) {
if(!PlayFab._internalSettings) {
PlayFab._internalSettings = {
entityToken: null,
sdkVersion: "1.26.180709",
sdkVersion: "1.27.180716",
sessionTicket: null,
productionServerUrl: ".playfabapi.com",
errorTitleId: "Must be have PlayFab.settings.titleId set to call this method",
Expand Down Expand Up @@ -126,7 +126,7 @@ if(!PlayFab._internalSettings) {
}

PlayFab.buildIdentifier = "jbuild_javascriptsdk_0";
PlayFab.sdkVersion = "1.26.180709";
PlayFab.sdkVersion = "1.27.180716";
PlayFab.GenerateErrorReport = function (error) {
if (error == null)
return "";
Expand Down
4 changes: 2 additions & 2 deletions PlayFabTestingExample/src/PlayFab/PlayFabClientApi.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ if(!PlayFab.settings) {
if(!PlayFab._internalSettings) {
PlayFab._internalSettings = {
entityToken: null,
sdkVersion: "1.26.180709",
sdkVersion: "1.27.180716",
sessionTicket: null,
productionServerUrl: ".playfabapi.com",
errorTitleId: "Must be have PlayFab.settings.titleId set to call this method",
Expand Down Expand Up @@ -126,7 +126,7 @@ if(!PlayFab._internalSettings) {
}

PlayFab.buildIdentifier = "jbuild_javascriptsdk_0";
PlayFab.sdkVersion = "1.26.180709";
PlayFab.sdkVersion = "1.27.180716";
PlayFab.GenerateErrorReport = function (error) {
if (error == null)
return "";
Expand Down
4 changes: 2 additions & 2 deletions PlayFabTestingExample/src/PlayFab/PlayFabEntityApi.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ if(!PlayFab.settings) {
if(!PlayFab._internalSettings) {
PlayFab._internalSettings = {
entityToken: null,
sdkVersion: "1.26.180709",
sdkVersion: "1.27.180716",
sessionTicket: null,
productionServerUrl: ".playfabapi.com",
errorTitleId: "Must be have PlayFab.settings.titleId set to call this method",
Expand Down Expand Up @@ -126,7 +126,7 @@ if(!PlayFab._internalSettings) {
}

PlayFab.buildIdentifier = "jbuild_javascriptsdk_0";
PlayFab.sdkVersion = "1.26.180709";
PlayFab.sdkVersion = "1.27.180716";
PlayFab.GenerateErrorReport = function (error) {
if (error == null)
return "";
Expand Down
4 changes: 2 additions & 2 deletions PlayFabTestingExample/src/PlayFab/PlayFabMatchmakerApi.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ if(!PlayFab.settings) {
if(!PlayFab._internalSettings) {
PlayFab._internalSettings = {
entityToken: null,
sdkVersion: "1.26.180709",
sdkVersion: "1.27.180716",
sessionTicket: null,
productionServerUrl: ".playfabapi.com",
errorTitleId: "Must be have PlayFab.settings.titleId set to call this method",
Expand Down Expand Up @@ -126,7 +126,7 @@ if(!PlayFab._internalSettings) {
}

PlayFab.buildIdentifier = "jbuild_javascriptsdk_0";
PlayFab.sdkVersion = "1.26.180709";
PlayFab.sdkVersion = "1.27.180716";
PlayFab.GenerateErrorReport = function (error) {
if (error == null)
return "";
Expand Down
4 changes: 2 additions & 2 deletions PlayFabTestingExample/src/PlayFab/PlayFabServerApi.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ if(!PlayFab.settings) {
if(!PlayFab._internalSettings) {
PlayFab._internalSettings = {
entityToken: null,
sdkVersion: "1.26.180709",
sdkVersion: "1.27.180716",
sessionTicket: null,
productionServerUrl: ".playfabapi.com",
errorTitleId: "Must be have PlayFab.settings.titleId set to call this method",
Expand Down Expand Up @@ -126,7 +126,7 @@ if(!PlayFab._internalSettings) {
}

PlayFab.buildIdentifier = "jbuild_javascriptsdk_0";
PlayFab.sdkVersion = "1.26.180709";
PlayFab.sdkVersion = "1.27.180716";
PlayFab.GenerateErrorReport = function (error) {
if (error == null)
return "";
Expand Down

0 comments on commit 8625abd

Please sign in to comment.