Skip to content

Commit 44c6a0c

Browse files
committed
build 0.21.203
1 parent ab8f45b commit 44c6a0c

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ Changelog
22
=========
33

44
# Version names
5+
* 0.22.x: PhpStorm 2020.3
56
* 0.21.x: PhpStorm 2020.2
67
* 0.20.x: PhpStorm 2020.0+ (no support)
78
* 0.19.x: PhpStorm 2019.2+ (no support)
@@ -16,6 +17,10 @@ Changelog
1617
* 0.10.x: PhpStorm 7 (no support)
1718
* 0.9.x: PhpStorm 6 (no support)
1819

20+
## 0.21.203
21+
* Fix typo in build instructions (Matthias Gutjahr)
22+
* Remove leading slash from storage location ([#1543](https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1543)) (Jens Schulze)
23+
1924
## 0.21.202
2025
* Only "form" and "form_start" are valid linemarker on Twig types (Daniel Espendiller)
2126
* Support for PhpStorm 2020.2: get rid of start comment tokens in doc patterns & migrate to non-atomic PsiComment structure (Aleksandr Slapoguzov)
Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
<html>
22
<ul>
3-
<li>Only "form" and "form_start" are valid linemarker on Twig types (Daniel Espendiller)</li>
4-
<li>Support for PhpStorm 2020.2: get rid of start comment tokens in doc patterns & migrate to non-atomic PsiComment structure (Aleksandr Slapoguzov)</li>
5-
<li>Support for PhpStorm 2020.2: process all class references for parameter (union types support) - now a parameter can contain several class references (Aleksandr Slapoguzov)</li>
6-
<li>Support for PhpStorm 2020.2: change signatures for LineMarkerProvider implementations (Aleksandr Slapoguzov)</li></ul></html>
3+
<li>Fix typo in build instructions (Matthias Gutjahr)</li>
4+
<li>Remove leading slash from storage location (<a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1543">#1543</a>) (Jens Schulze)</li>
75
</ul>
86
</html>

src/main/resources/META-INF/plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<idea-plugin url="https://github.com/Haehnchen/idea-php-symfony2-plugin">
22
<id>fr.adrienbrault.idea.symfony2plugin</id>
33
<name>Symfony Support</name>
4-
<version>0.21.202</version>
4+
<version>0.21.203</version>
55
<vendor email="daniel@espendiller.net" url="http://espend.de?p=fr.adrienbrault.idea.symfony2plugin">espend_de</vendor>
66

77
<description><![CDATA[

0 commit comments

Comments
 (0)