Skip to content

Commit

Permalink
Update CHANGES.md, bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
kring committed May 2, 2023
1 parent 6ad6070 commit a6078a0
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -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.
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": 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",
Expand Down
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": "1.25.0",
"version": "1.25.1",
"description": "Cesium for Unreal",
"main": "index.js",
"directories": {
Expand Down

0 comments on commit a6078a0

Please sign in to comment.