From a2ad16866a8966b17092d0111e387906ab675a66 Mon Sep 17 00:00:00 2001 From: Loz Calver Date: Thu, 25 Feb 2021 18:05:19 +0000 Subject: [PATCH 1/2] Add note about disabling existing plugin before installing --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index de4f83b..2a291be 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,7 @@ This plugin adds Silverstripe template support to PHPStorm and other JetBrains I Until the plugin is ready for a stable release and is available on the JetBrains plugin marketplace, it must be installed from disk: +- Disable the existing Silverstripe plugin if you have it installed - Download the latest release from [the releases page](https://github.com/kinglozzer/idea-silverstripe-plugin/releases) - Open the plugins menu in your IDE - Open the options menu (`⋮` in PHPStorm) From b12010021c5498709084952d329f30b3823fbd1d Mon Sep 17 00:00:00 2001 From: Jon Su <38059212+jkersu@users.noreply.github.com> Date: Fri, 26 Feb 2021 09:43:01 +1100 Subject: [PATCH 2/2] Add PHPStorm Requirements --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 2a291be..f273f63 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,10 @@ This plugin adds Silverstripe template support to PHPStorm and other JetBrains IDEs. +## PHPStorm Requirements + +This plugin requires PHPStorm to be running version 2020.3 or greater. + ### Installation Until the plugin is ready for a stable release and is available on the JetBrains plugin marketplace, it must be