Skip to content

Commit

Permalink
Update README and uplugin for release 1.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SRombautsU committed Dec 2, 2024
1 parent 2c58352 commit 4fc0a71
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions PlasticSourceControl.uplugin
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"FileVersion": 3,
"Version": 110,
"VersionName": "1.11.0+dev",
"Version": 120,
"VersionName": "1.12.0",
"FriendlyName": "Unity Version Control",
"Description": "Unity Version Control (formerly Plastic SCM)",
"Category": "Source Control",
Expand Down
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Unity Version Control (formerly Plastic SCM) plugin for Unreal Engine

This is the **official [Unity Version Control (formerly Plastic SCM)](https://unity.com/solutions/version-control) plugin for Unreal Engine 5** (UE 5.0 to 5.5) with previous releases also [supporting UE4.27](https://github.com/PlasticSCM/UEPlasticPlugin/releases/tag/1.11.0).

It is now [distributed in the Unreal Engine Marketplace as a Code Plugin, supporting Engine Versions 5.1 to 5.4 on Windows. ![Unity Version Control in the Unreal Engine Marketplace](Screenshots/Marketplace_UnityVersionControl.png)](https://www.unrealengine.com/marketplace/product/unity-version-control-plastic-scm)
It is now [distributed in the Unreal Engine Marketplace as a Code Plugin, supporting Engine Versions 5.1 to 5.5 on Windows. ![Unity Version Control in the Unreal Engine Marketplace](Screenshots/Marketplace_UnityVersionControl.png)](https://www.unrealengine.com/marketplace/product/unity-version-control-plastic-scm)

As a general rule, the Marketplace and GitHub versions of the plugin will always be the most up-to-date and recent versions.
They're easier for us to patch by applying a hotfix, in case a bug is raised and something broken must be fixed quickly.
Expand Down Expand Up @@ -598,9 +598,11 @@ eg:

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.11.0 2024/06/18 for UE 5.0/5.1/5.2/5.3/5.4 and UE 4.27
### Version 1.12.0 2024/12/02 for UE 5.0 to 5.5

[![releases](https://img.shields.io/github/release/PlasticSCM/UEPlasticPlugin.svg)](https://github.com/PlasticSCM/UEPlasticPlugin/releases)

Note: Version 1.11.0 2024/06/18 is the last one supporting UE 4.27
[![1.11.0](https://img.shields.io/github/v/tag/PlasticSCM/UEPlasticPlugin?filter=1.11.0)](https://github.com/PlasticSCM/UEPlasticPlugin/releases/tag/1.11.0)

- manage connection to the server
Expand Down

0 comments on commit 4fc0a71

Please sign in to comment.