diff --git a/README.md b/README.md index 6fa8c0d..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. +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 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"