Skip to content

Commit f5cd4fc

Browse files
https://api.playfab.com/releaseNotes/#170828
1 parent 80c360a commit f5cd4fc

File tree

14 files changed

+848
-60
lines changed

14 files changed

+848
-60
lines changed

PlayFabSdk/src/PlayFab/PlayFabAdminApi.js

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,8 @@ if(!PlayFab._internalSettings) {
102102
}
103103
}
104104

105-
PlayFab.buildIdentifier = "jbuild_javascriptsdk_0";
106-
PlayFab.sdkVersion = "1.10.170814";
105+
PlayFab.buildIdentifier = "jbuild_javascriptsdk_1";
106+
PlayFab.sdkVersion = "1.11.170828";
107107

108108
PlayFab.AdminApi = {
109109

@@ -605,6 +605,9 @@ PlayFab.AdminApi = {
605605
PlayFab._internalSettings.ExecuteRequest(PlayFab._internalSettings.GetServerUrl() + "/Admin/AddPlayerTag", request, "X-SecretKey", PlayFab.settings.developerSecretKey, callback);
606606
},
607607

608+
/**
609+
* @deprecated Please use GetTasks instead.
610+
*/
608611
GetAllActionGroups: function (request, callback) {
609612
if (!PlayFab.settings.developerSecretKey) throw PlayFab._internalSettings.errorSecretKey;
610613

@@ -665,6 +668,9 @@ PlayFab.AdminApi = {
665668
PlayFab._internalSettings.ExecuteRequest(PlayFab._internalSettings.GetServerUrl() + "/Admin/DeleteTask", request, "X-SecretKey", PlayFab.settings.developerSecretKey, callback);
666669
},
667670

671+
/**
672+
* @deprecated Please use GetTasks instead.
673+
*/
668674
GetActionsOnPlayersInSegmentTaskInstance: function (request, callback) {
669675
if (!PlayFab.settings.developerSecretKey) throw PlayFab._internalSettings.errorSecretKey;
670676

PlayFabSdk/src/PlayFab/PlayFabClientApi.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,8 @@ if(!PlayFab._internalSettings) {
102102
}
103103
}
104104

105-
PlayFab.buildIdentifier = "jbuild_javascriptsdk_0";
106-
PlayFab.sdkVersion = "1.10.170814";
105+
PlayFab.buildIdentifier = "jbuild_javascriptsdk_1";
106+
PlayFab.sdkVersion = "1.11.170828";
107107

108108
PlayFab.ClientApi = {
109109

PlayFabSdk/src/PlayFab/PlayFabMatchmakerApi.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,8 @@ if(!PlayFab._internalSettings) {
102102
}
103103
}
104104

105-
PlayFab.buildIdentifier = "jbuild_javascriptsdk_0";
106-
PlayFab.sdkVersion = "1.10.170814";
105+
PlayFab.buildIdentifier = "jbuild_javascriptsdk_1";
106+
PlayFab.sdkVersion = "1.11.170828";
107107

108108
PlayFab.MatchmakerApi = {
109109

PlayFabSdk/src/PlayFab/PlayFabServerApi.js

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,8 @@ if(!PlayFab._internalSettings) {
102102
}
103103
}
104104

105-
PlayFab.buildIdentifier = "jbuild_javascriptsdk_0";
106-
PlayFab.sdkVersion = "1.10.170814";
105+
PlayFab.buildIdentifier = "jbuild_javascriptsdk_1";
106+
PlayFab.sdkVersion = "1.11.170828";
107107

108108
PlayFab.ServerApi = {
109109

@@ -719,6 +719,9 @@ PlayFab.ServerApi = {
719719
PlayFab._internalSettings.ExecuteRequest(PlayFab._internalSettings.GetServerUrl() + "/Server/AddPlayerTag", request, "X-SecretKey", PlayFab.settings.developerSecretKey, callback);
720720
},
721721

722+
/**
723+
* @deprecated Please use GetAllSegments instead.
724+
*/
722725
GetAllActionGroups: function (request, callback) {
723726
if (!PlayFab.settings.developerSecretKey) throw PlayFab._internalSettings.errorSecretKey;
724727

0 commit comments

Comments
 (0)