From bb7dbedc53b3f00bbfc121c8487045cf3d4ab35b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Rombauts?= Date: Tue, 14 Feb 2023 11:11:42 +0100 Subject: [PATCH] Update plugin version to 1.8.0 for UE5.1 - Added support for Shelves - Many bugfixes for Changelists (checkin descriptions and many minor issues with the cache) --- PlasticSourceControl.uplugin | 4 ++-- README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/PlasticSourceControl.uplugin b/PlasticSourceControl.uplugin index a210b75c..bccbf795 100644 --- a/PlasticSourceControl.uplugin +++ b/PlasticSourceControl.uplugin @@ -1,7 +1,7 @@ { "FileVersion": 3, - "Version": 72, - "VersionName": "1.7.2", + "Version": 80, + "VersionName": "1.8.0", "FriendlyName": "Plastic SCM", "Description": "Plastic source control management", "Category": "Source Control", diff --git a/README.md b/README.md index a20a3f31..c3093949 100644 --- a/README.md +++ b/README.md @@ -463,7 +463,7 @@ To configure a text diff for any uasset (not only Blueprints) use this command i This version here is the development version, so it always contains additional fixes, performance improvements or new features compared to the one integrated in Engine. -### Version 1.8.0 2023/02/1 for UE 5.0/5.1/Github 5.2.x and UE 4.27.2: +### Version 1.8.0 2023/02/14 for UE 5.0/5.1/Github 5.2.x and UE 4.27.2: - manage connection to the server - show current branch name and CL in status text - display status icons to show controlled/checked-out/added/deleted/private/changed/ignored/not-up-to-date files