From 733e6b6dbee0702288c8eef560ceb26db0e3c3bb Mon Sep 17 00:00:00 2001 From: Kevin Ring Date: Thu, 5 May 2022 08:56:23 +1000 Subject: [PATCH] Bump to v1.13.1, update cesium-native, CHANGES.md. --- CHANGES.md | 4 +++- CesiumForUnreal.uplugin | 4 ++-- extern/cesium-native | 2 +- package.json | 2 +- 4 files changed, 7 insertions(+), 5 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 2b6ea6bc7..a4783f9fd 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,11 +1,13 @@ # Change Log -### ? - ? +### v1.13.1 - 2022-05-05 ##### Breaking Changes :mega: - Removed the following material assets that were accidentally included in the plugin in v1.13.0: `MetadataStyling/Layers/NYCBuildings_ByHeight_ML`, `MetadataStyling/Layers/NYCBuildings_ByYear_ML`, `MetadataStyling/NYCBuildings_ByHeight_M`, and `MetadataStyling/NYCBuildings_ByYear_M`. These assets can still be found in the [Cesium for Unreal Samples](https://github.com/CesiumGS/cesium-unreal-samples) project. +In addition to the above, this release updates [cesium-native](https://github.com/CesiumGS/cesium-native) from v0.15.0 to v0.15.1, fixing an important bug. See the [changelog](https://github.com/CesiumGS/cesium-native/blob/main/CHANGES.md) for a complete list of changes in cesium-native. + ### v1.13.0 - 2022-05-02 ##### Breaking Changes :mega: diff --git a/CesiumForUnreal.uplugin b/CesiumForUnreal.uplugin index 3407ed4f4..4353b3b51 100644 --- a/CesiumForUnreal.uplugin +++ b/CesiumForUnreal.uplugin @@ -1,7 +1,7 @@ { "FileVersion": 3, - "Version": 25, - "VersionName": "1.13.0", + "Version": 26, + "VersionName": "1.13.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/extern/cesium-native b/extern/cesium-native index c88838194..31cdbeeeb 160000 --- a/extern/cesium-native +++ b/extern/cesium-native @@ -1 +1 @@ -Subproject commit c88838194c10bb0a87d8860ead460e3fce45f1b6 +Subproject commit 31cdbeeeb71f3ff06269b024a817f64807604a33 diff --git a/package.json b/package.json index 63f9a7e5a..62ed2f5c6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cesium-unreal", - "version": "1.13.0", + "version": "1.13.1", "description": "Cesium for Unreal", "main": "index.js", "directories": {