Skip to content

Commit f3a4c9f

Browse files
committed
Version 2.24.1
Fixed a problem with the Cesium ion token used for testing.
1 parent 56aec2a commit f3a4c9f

4 files changed

Lines changed: 10 additions & 4 deletions

File tree

CHANGES.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log {#changes}
22

3+
### v2.24.1 - 2026-03-2
4+
5+
##### Fixes :wrench:
6+
7+
- Fixed an invalid Cesium ion test token.
8+
39
### v2.24.0 - 2026-03-02
410

511
##### Breaking Changes :mega:

CesiumForUnreal.uplugin

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"FileVersion": 3,
3-
"Version": 88,
4-
"VersionName": "2.24.0",
3+
"Version": 89,
4+
"VersionName": "2.24.1",
55
"FriendlyName": "Cesium for Unreal",
66
"Description": "Unlock the 3D geospatial ecosystem in Unreal Engine with real-world 3D content and a high accuracy full-scale WGS84 globe.",
77
"Category": "Geospatial",

Source/CesiumRuntime/Private/Tests/CesiumSceneGeneration.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
namespace Cesium {
2020

2121
FString SceneGenerationContext::testIonToken(
22-
"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJqdGkiOiI0Y2NlYTc3Ny1jNTI1LTQxNmYtOTAzMS05OWNlMmVhM2EyYzMiLCJpZCI6NDQsImlhdCI6MTc3MjQ1NDM4NX0.SGqwULQ5NxX2dBFOA5Dp0kZlpjEZPwxq8xej08LtFUI");
22+
"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJqdGkiOiJiZWI3YzdhMi1iOTZjLTQ5NjAtOWQ2Mi1hMDExMGJmZmJkNTYiLCJpZCI6MjU5LCJpYXQiOjE3NzI0NjcwMDl9.1Dl1eexo055A7eOlTgWXWDOgJP8r0tt8vvrsHssZOOM");
2323

2424
void SceneGenerationContext::setCommonProperties(
2525
const FVector& origin,

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@cesium/cesium-unreal",
33
"private": true,
4-
"version": "2.23.0",
4+
"version": "2.24.1",
55
"description": "Cesium for Unreal",
66
"main": "index.js",
77
"directories": {

0 commit comments

Comments
 (0)