Skip to content

Commit f395772

Browse files
committed
chore: tagged version 0.6.3
refs #303
1 parent 323532b commit f395772

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
## Changelog
22

3+
### 0.6.3
4+
5+
- Fix highlight when imported class is used with the keyword **extends**.
6+
- Fix highlight when imported class is used with the keyword **implements**.
7+
- Fix highlight when imported class is used with the keyword **trait**.
8+
39
### 0.6.2
410

511
- Redeploy version 0.5.0 (stable) after issues found in the version 0.6.0 and 0.6.1 [#303](https://github.com/marabesi/php-import-checker/issues/303)

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "php-import-checker",
33
"displayName": "PHP import checker",
44
"description": "Know when you are importing a class and is not using it in the file, easy and fast, inspired by PHPStorm",
5-
"version": "0.6.1",
5+
"version": "0.6.3",
66
"publisher": "marabesi",
77
"icon": "arrows.png",
88
"engines": {

0 commit comments

Comments
 (0)