From a6078a0a8a583d905802012c517247d3bfd70962 Mon Sep 17 00:00:00 2001 From: Kevin Ring Date: Tue, 2 May 2023 16:27:38 +1000 Subject: [PATCH] Update CHANGES.md, bump version. --- CHANGES.md | 7 +++++++ CesiumForUnreal.uplugin | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index b6e299da0..9e41a0f40 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,10 +1,17 @@ # Change Log +### v1.25.1 - 2023-05-02 + +##### Fixes :wrench: + +- Fixed warnings about `bUseChaos` and `bCompilePhysX` being obsolete. + ### v1.25.0 - 2023-05-01 Starting with this release, Cesium for Unreal requires Unreal Engine v5.0 or later. ##### Fixes :wrench: + - On-screen credits now only show on the screen, and not in the Data Attribution panel. Additionally, the Data Attribution panel no longer appears if there are no credits to display in it. In addition to the above, this release updates [cesium-native](https://github.com/CesiumGS/cesium-native) from v0.23.0 to v0.24.0. See the [changelog](https://github.com/CesiumGS/cesium-native/blob/main/CHANGES.md) for a complete list of changes in cesium-native. diff --git a/CesiumForUnreal.uplugin b/CesiumForUnreal.uplugin index 4e91d2445..84ace4c3a 100644 --- a/CesiumForUnreal.uplugin +++ b/CesiumForUnreal.uplugin @@ -1,7 +1,7 @@ { "FileVersion": 3, - "Version": 41, - "VersionName": "1.25.0", + "Version": 42, + "VersionName": "1.25.1", "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", diff --git a/package.json b/package.json index e620c12a2..bf4e8f375 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cesium-unreal", - "version": "1.25.0", + "version": "1.25.1", "description": "Cesium for Unreal", "main": "index.js", "directories": {