Skip to content

Commit

Permalink
new release info
Browse files Browse the repository at this point in the history
  • Loading branch information
marabesi committed Nov 6, 2018
1 parent ff87809 commit 9aa529a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ Visual Code 1.14 +

## Changelog

### 0.1.6

- Automatically run the ext when change the active file or opening it in the editor

### 0.1.5

- The extension add and removes the highlight from a file once the imported class is used in the code ([#9](https://github.com/marabesi/php-import-checker/issues/9)). Previously the user would have to close the file and open again so the extension would highlight the correct imports.
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "php-import-checker",
"displayName": "PHP import checker",
"description": "Know when you are importing a class and is not using it in the file, easy and fast, inspired by PHPStorm",
"version": "0.1.5",
"version": "0.1.6",
"publisher": "marabesi",
"icon": "arrows.png",
"engines": {
Expand Down

0 comments on commit 9aa529a

Please sign in to comment.