File tree Expand file tree Collapse file tree 6 files changed +24
-18
lines changed Expand file tree Collapse file tree 6 files changed +24
-18
lines changed Original file line number Diff line number Diff line change 1- export DO_UPDATE=true
21export LEVEL=CRITICAL
32export REPO_NAME=justice-unreal-sdk-plugin
4- export WORKDIR=/tmp/pipelines/4867186400/966477212 /
5- export COMMIT_HASH=c438e9ab989b7814796fb3f944e7acafe1647fc8
6- export GIT_HASH=c438e9ab989b7814796fb3f944e7acafe1647fc8
7- export VERSION=23.7.0
8- export REVISION_ID=23.7.0
3+ export WORKDIR=/tmp/pipelines/4929285471/977103276 /
4+ export COMMIT_HASH=6ca4110b6ef366669dafe25773433a5100efe92e
5+ export GIT_HASH=6ca4110b6ef366669dafe25773433a5100efe92e
6+ export VERSION=23.7.1
7+ export REVISION_ID=23.7.1
9810- export COMMIT_MESSAGE_BASE64='Y2hvcmUocmVsZWFzZSk6IDIzLjcuMCAtIGNvbW1pdGVkIGFuZCB0YWdnZWQgYnkgSmVua2lucwo ='
9+ export COMMIT_MESSAGE_BASE64='Y2hvcmUocmVsZWFzZSk6IDIzLjcuMSAtIGNvbW1pdGVkIGFuZCB0YWdnZWQgYnkgSmVua2lucwo ='
Original file line number Diff line number Diff line change 11{
22 "FileVersion": 3,
3- "Version": 38 ,
4- "VersionName": "23.7.0 ",
3+ "Version": 39 ,
4+ "VersionName": "23.7.1 ",
55 "FriendlyName": "AccelByte Unreal Engine SDK",
66 "Description": "Official AccelByte SDK for Unreal Engine 4",
77 "Category": "Online Platform",
Original file line number Diff line number Diff line change 22
33All notable changes to this project will be documented in this file. See [ standard-version] ( https://github.com/conventional-changelog/standard-version ) for commit guidelines.
44
5+ ### [ 23.7.1] ( https://bitbucket.org/accelbyte/justice-unreal-sdk-plugin/branches/compare/23.7.1%0D23.7.0 ) (2023-08-23)
6+
7+
8+ ### Bug Fixes
9+
10+ * Prebuild script failed when project path contain spaces ([ 0454259] ( https://bitbucket.org/accelbyte/justice-unreal-sdk-plugin/commits/04542596a3adf305e9ecaff97a4401e94f186fd3 ) )
11+
512## [ 23.7.0] ( https://bitbucket.org/accelbyte/justice-unreal-sdk-plugin/branches/compare/23.7.0%0D23.6.1 ) (2023-08-14)
613
714
Original file line number Diff line number Diff line change 4040 "maxVersion" : " 2.18.1"
4141 },
4242 "qosm" : {
43- "minVersion" : " 1.18.2 " ,
44- "maxVersion" : " 1.18.2 "
43+ "minVersion" : " 1.18.3 " ,
44+ "maxVersion" : " 1.18.3 "
4545 },
4646 "lobby" : {
4747 "minVersion" : " 3.23.0" ,
4848 "maxVersion" : " 3.23.0"
4949 },
5050 "dsmcontroller" : {
51- "minVersion" : " 6.3.6 " ,
52- "maxVersion" : " 6.3.6 "
51+ "minVersion" : " 6.3.7 " ,
52+ "maxVersion" : " 6.3.7 "
5353 },
5454 "game-telemetry" : {
5555 "minVersion" : " 1.19.0" ,
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ EXIT /b 0
3737EXIT /b 1
3838
3939:append_section_blacklist
40- SET " ConfigFileTmp = %ConfigFile% .tmp"
40+ SET ConfigFileTmp = " %ConfigFile: " = % .tmp"
4141 SET CurrentSection =
4242 SET FirstLine = True
4343 SET IsPackagingSettingSection = False
@@ -71,7 +71,7 @@ EXIT /b 1
7171 )
7272 )
7373 IF NOT [!Line! ] == [] ECHO !Line!
74- ))> " %ConfigFileTmp% "
74+ ))> %ConfigFileTmp%
7575
7676 IF !IsPackagingSettingSection! == True (
7777 (FOR %%a IN (!ServerSettingsSectionList! ) DO (
@@ -84,7 +84,7 @@ EXIT /b 1
8484 EXIT /B 0
8585
8686:remove_section_blacklist
87- SET " ConfigFileTmp = %ConfigFile% .tmp"
87+ SET ConfigFileTmp = " %ConfigFile: " = % .tmp"
8888 SET CurrentSection =
8989
9090 SET FirstLine = True
@@ -107,7 +107,7 @@ EXIT /b 1
107107 )
108108 )
109109 IF NOT [!Line! ] == [] ECHO !Line!
110- ))> " %ConfigFileTmp% "
110+ ))> %ConfigFileTmp%
111111
112112 COPY /y %ConfigFileTmp% %ConfigFile% > NUL
113113 DEL %ConfigFileTmp%
Original file line number Diff line number Diff line change 11{
2- "version" : " 23.7.0 "
2+ "version" : " 23.7.1 "
33}
You can’t perform that action at this time.
0 commit comments