From c985b3b73a0653661ee9ccd03364688e9b57df0c Mon Sep 17 00:00:00 2001 From: Leon Helmus Date: Fri, 23 Aug 2019 11:38:27 +0200 Subject: [PATCH 1/2] Changed version tag of composer and added extra line in README.md --- README.md | 2 +- composer.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6fa8c0d..0bbb1bc 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ Check out [this link](COMMANDS.md) to see more info ## Templates You now get live templates that can be be found in `file > settings > Editor -> File and Code Templates` . -These can be enabled and disabled for if you want to use them or not. +These can be enabled and disabled for if you want to use them or not. If you don't see the templates please restart PHPstorm. At this moment there have been templates created for: * ACL * Class diff --git a/composer.json b/composer.json index 6e73c63..1ac2253 100644 --- a/composer.json +++ b/composer.json @@ -9,7 +9,7 @@ "email": "contact@mediact.nl" } ], - "version": "1.7.0", + "version": "2.0.0", "require": { "php": "^7.1", "composer-plugin-api": "^1.0" From d85201921b289809640411ee007210c8209d80e1 Mon Sep 17 00:00:00 2001 From: Leon Helmus Date: Fri, 23 Aug 2019 13:25:40 +0200 Subject: [PATCH 2/2] Changed readme.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0bbb1bc..450f90f 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Use PHPStorm's `file > settings > language > PHP` menu to point to the installed ## Live Templates You now get live templates that can be be found in `file > settings > Editor -> Live Templates` . -These can be enabled and disabled for if you want to use them or not. +These templates can be enabled/disabled. At this moment there have been live templates created for: * ACL * DB Schema @@ -28,7 +28,7 @@ Check out [this link](COMMANDS.md) to see more info ## Templates You now get live templates that can be be found in `file > settings > Editor -> File and Code Templates` . -These can be enabled and disabled for if you want to use them or not. If you don't see the templates please restart PHPstorm. +These can be enabled and disabled for if you want to use them or not. If no phpstorm templates are shown please restart PhpStorm. At this moment there have been templates created for: * ACL * Class