File tree Expand file tree Collapse file tree 5 files changed +11
-12
lines changed Expand file tree Collapse file tree 5 files changed +11
-12
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "phabricator.uri" : " https://phab.playfabdev.com/"
3
+ }
Original file line number Diff line number Diff line change @@ -10,8 +10,7 @@ if(!PlayFab.settings) {
10
10
if ( ! PlayFab . _internalSettings ) {
11
11
PlayFab . _internalSettings = {
12
12
sessionTicket : null ,
13
- sdkVersion : "0.2.151109" ,
14
- apiVersion : "1.9.20151109" ,
13
+ sdkVersion : "0.3.151109" ,
15
14
productionServerUrl : ".playfabapi.com" ,
16
15
logicServerUrl : null ,
17
16
@@ -45,7 +44,7 @@ if(!PlayFab._internalSettings) {
45
44
if ( authkey != null )
46
45
xhr . setRequestHeader ( authkey , authValue ) ;
47
46
48
- xhr . setRequestHeader ( 'X-PlayFabSDK' , "JavaScriptSDK-" + PlayFab . _internalSettings . sdkVersion + "-" + PlayFab . _internalSettings . apiVersion ) ;
47
+ xhr . setRequestHeader ( 'X-PlayFabSDK' , "JavaScriptSDK-" + PlayFab . _internalSettings . sdkVersion ) ;
49
48
50
49
xhr . onloadend = function ( ) {
51
50
if ( callback == null )
Original file line number Diff line number Diff line change @@ -10,8 +10,7 @@ if(!PlayFab.settings) {
10
10
if ( ! PlayFab . _internalSettings ) {
11
11
PlayFab . _internalSettings = {
12
12
sessionTicket : null ,
13
- sdkVersion : "0.2.151109" ,
14
- apiVersion : "1.9.20151109" ,
13
+ sdkVersion : "0.3.151109" ,
15
14
productionServerUrl : ".playfabapi.com" ,
16
15
logicServerUrl : null ,
17
16
@@ -45,7 +44,7 @@ if(!PlayFab._internalSettings) {
45
44
if ( authkey != null )
46
45
xhr . setRequestHeader ( authkey , authValue ) ;
47
46
48
- xhr . setRequestHeader ( 'X-PlayFabSDK' , "JavaScriptSDK-" + PlayFab . _internalSettings . sdkVersion + "-" + PlayFab . _internalSettings . apiVersion ) ;
47
+ xhr . setRequestHeader ( 'X-PlayFabSDK' , "JavaScriptSDK-" + PlayFab . _internalSettings . sdkVersion ) ;
49
48
50
49
xhr . onloadend = function ( ) {
51
50
if ( callback == null )
Original file line number Diff line number Diff line change @@ -10,8 +10,7 @@ if(!PlayFab.settings) {
10
10
if ( ! PlayFab . _internalSettings ) {
11
11
PlayFab . _internalSettings = {
12
12
sessionTicket : null ,
13
- sdkVersion : "0.2.151109" ,
14
- apiVersion : "1.9.20151109" ,
13
+ sdkVersion : "0.3.151109" ,
15
14
productionServerUrl : ".playfabapi.com" ,
16
15
logicServerUrl : null ,
17
16
@@ -45,7 +44,7 @@ if(!PlayFab._internalSettings) {
45
44
if ( authkey != null )
46
45
xhr . setRequestHeader ( authkey , authValue ) ;
47
46
48
- xhr . setRequestHeader ( 'X-PlayFabSDK' , "JavaScriptSDK-" + PlayFab . _internalSettings . sdkVersion + "-" + PlayFab . _internalSettings . apiVersion ) ;
47
+ xhr . setRequestHeader ( 'X-PlayFabSDK' , "JavaScriptSDK-" + PlayFab . _internalSettings . sdkVersion ) ;
49
48
50
49
xhr . onloadend = function ( ) {
51
50
if ( callback == null )
Original file line number Diff line number Diff line change @@ -10,8 +10,7 @@ if(!PlayFab.settings) {
10
10
if ( ! PlayFab . _internalSettings ) {
11
11
PlayFab . _internalSettings = {
12
12
sessionTicket : null ,
13
- sdkVersion : "0.2.151109" ,
14
- apiVersion : "1.9.20151109" ,
13
+ sdkVersion : "0.3.151109" ,
15
14
productionServerUrl : ".playfabapi.com" ,
16
15
logicServerUrl : null ,
17
16
@@ -45,7 +44,7 @@ if(!PlayFab._internalSettings) {
45
44
if ( authkey != null )
46
45
xhr . setRequestHeader ( authkey , authValue ) ;
47
46
48
- xhr . setRequestHeader ( 'X-PlayFabSDK' , "JavaScriptSDK-" + PlayFab . _internalSettings . sdkVersion + "-" + PlayFab . _internalSettings . apiVersion ) ;
47
+ xhr . setRequestHeader ( 'X-PlayFabSDK' , "JavaScriptSDK-" + PlayFab . _internalSettings . sdkVersion ) ;
49
48
50
49
xhr . onloadend = function ( ) {
51
50
if ( callback == null )
You can’t perform that action at this time.
0 commit comments