You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+36-27Lines changed: 36 additions & 27 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,7 @@ Changelog
2
2
=========
3
3
4
4
# Version names
5
+
* 0.17.x: PhpStorm 2018.2+
5
6
* 0.16.x: PhpStorm 2017.3.2+
6
7
* 0.15.x: PhpStorm 2017.2+ (no support)
7
8
* 0.14.x: PhpStorm 2017.1+ (no support)
@@ -11,34 +12,42 @@ Changelog
11
12
* 0.10.x: PhpStorm 7 (no support)
12
13
* 0.9.x: PhpStorm 6 (no support)
13
14
14
-
## 0.16.166
15
+
## 0.17.168
16
+
* Symfony 4.2: Support improved form type extensions [#1246](https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1246) (Daniel Espendiller)
17
+
* Named arguments in bind should provide navigation with [#1241](https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1241) (Daniel Espendiller)
18
+
* Provide class existing inspection for class named service [#1239](https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1239) (Daniel Espendiller)
19
+
* Cleanup non relevant old PhpStorm versions and add "2018.2.5" test env (Daniel Espendiller)
20
+
* Named arguments should be clickable [#1240](https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1240) (Daniel Espendiller)
21
+
22
+
## 0.16.167
23
+
* Do not set until constraint so EAP users can still use the plugin
15
24
16
-
<ul>
17
-
<li>28a81b49 Add 2018.3 to build matrix (Cedric Ziel)</li>
18
-
<li>79623036 Inline Callback (Cedric Ziel)</li>
19
-
<li>9a2e7042 Fixed Symfony installer version selection to use https (Thomas Schulz)</li>
20
-
<li>0e8c1f44 Move back to JBList to support legacy platform (Cedric Ziel)</li>
21
-
<li>243d9896 Move write action out of AWT event for PhpServiceArgumentIntention (Cedric Ziel)</li>
22
-
<li>4b6c480d Adjust resource path for bundle file creation (Cedric Ziel)</li>
0 commit comments