From 62260c72c2c091b5fb8e386b20e40e11640681e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Rombauts?= Date: Sun, 9 Jul 2017 15:21:13 +0200 Subject: [PATCH] Update readme and uplugin file for the 1.0.3 release for UE4.16 --- PlasticSourceControl.uplugin | 4 ++-- README.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/PlasticSourceControl.uplugin b/PlasticSourceControl.uplugin index 1b413359..0a306f96 100644 --- a/PlasticSourceControl.uplugin +++ b/PlasticSourceControl.uplugin @@ -1,7 +1,7 @@ { "FileVersion": 3, - "Version": 25, - "VersionName": "1.0.2", + "Version": 26, + "VersionName": "1.0.3", "FriendlyName": "Plastic", "Description": "Plastic source control management", "Category": "Source Control", diff --git a/README.md b/README.md index 58ef50c9..113ed7f9 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ To release the plugin, zip the _Plugins_ folder. But before that, remove the _In ### Status -#### Version 1.0.2 2017/05/29 for UE4.16 : +#### Version 1.0.3 2017/07/09 for UE4.16 : - manage connection to the server - show current branch name and CL in status text - display status icons to show controled/checked-out/added/deleted/private/changed/ignored files @@ -104,7 +104,7 @@ To release the plugin, zip the _Plugins_ folder. But before that, remove the _In - the Editor does not show folder status and is not able to manage them - Branch and Merge are not in the current Editor workflow -#### Feature reserved for internal use by Epic Games with Perforce only +#### Features reserved for internal use by Epic Games with Perforce only - tags: get labels (used for crash when the full Engine is under Plastic SCM) - annotate: blame (used for crash when the full Engine is under Plastic SCM)