Skip to content

Commit

Permalink
Various release tasks for v2.4.0.
Browse files Browse the repository at this point in the history
- Bump the version.
- Update CHANGES.md.
- Update the ion token for the performance tests.
  • Loading branch information
kring committed Mar 1, 2024
1 parent 8771a8a commit 5108ea7
Show file tree
Hide file tree
Showing 6 changed files with 72 additions and 37 deletions.
3 changes: 2 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

### ? - ?
### v2.4.0 - 2024-03-01

##### Additions :tada:

Expand All @@ -12,6 +12,7 @@
##### Fixes :wrench:

- Metadata-related textures are now created in `TEXTUREGROUP_8BitData` instead of `TEXTUREGROUP_World`.
- Added some defensive nullptr checks to `CesiumSunSky`.

### v2.3.0 - 2024-02-01

Expand Down
4 changes: 2 additions & 2 deletions CesiumForUnreal.uplugin
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"FileVersion": 3,
"Version": 56,
"VersionName": "2.3.0",
"Version": 57,
"VersionName": "2.4.0",
"FriendlyName": "Cesium for Unreal",
"Description": "Unlock the 3D geospatial ecosystem in Unreal Engine with real-world 3D content and a high accuracy full-scale WGS84 globe.",
"Category": "Geospatial",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
namespace Cesium {

FString SceneGenerationContext::testIonToken(
"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJqdGkiOiIyN2MxZThhOS1lMDNhLTRmYWMtODk5Yy00NjAyYzY4OTU0NGYiLCJpZCI6MjU5LCJpYXQiOjE3MDY3NTgwMTF9.fsMNJnhN6s-0CiLeVmV_7gLXn4DX62q18q3oKFhI1Ps");
"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJqdGkiOiJlMzdlODZmOS0wMzRmLTRmOTUtYWFkMC1iMTdhZGZjMjJmM2EiLCJpZCI6MjU5LCJpYXQiOjE3MDkyNTQxNjF9.osAkBsXPBmrGgcN0jr9RTJnwQfid4tJb3XO39tAZX2s");

void SceneGenerationContext::setCommonProperties(
const FVector& origin,
Expand Down
2 changes: 1 addition & 1 deletion extern/cesium-native
96 changes: 65 additions & 31 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cesium-unreal",
"version": "2.3.0",
"version": "2.4.0",
"description": "Cesium for Unreal",
"main": "index.js",
"directories": {
Expand Down

0 comments on commit 5108ea7

Please sign in to comment.