From 59e0774454c89db54e53a6794ba4f23283624067 Mon Sep 17 00:00:00 2001 From: Software2 Date: Sun, 17 Dec 2023 23:46:43 -0800 Subject: [PATCH] Remove out of date warning from version_control_systems.rst The plugin in mention has been updated to work with Godot 4.1 an later. https://github.com/godotengine/godot-git-plugin/releases/tag/v3.1.0 --- tutorials/best_practices/version_control_systems.rst | 5 ----- 1 file changed, 5 deletions(-) diff --git a/tutorials/best_practices/version_control_systems.rst b/tutorials/best_practices/version_control_systems.rst index 8c4a6882539..86d3a516a6d 100644 --- a/tutorials/best_practices/version_control_systems.rst +++ b/tutorials/best_practices/version_control_systems.rst @@ -21,11 +21,6 @@ create additional VCS plugins. Official Git plugin ^^^^^^^^^^^^^^^^^^^ -.. warning:: - - As of July 2023, the Git plugin hasn't been updated to work with Godot 4.1 - and later yet. - Using Git from inside the editor is supported with an official plugin. You can find the latest releases on `GitHub `__.