8000 build 0.22.207 · SylApps/idea-php-symfony2-plugin@02f3e6c · GitHub
[go: up one dir, main page]

Skip to content

Commit 02f3e6c

Browse files
committed
build 0.22.207
1 parent d8f5370 commit 02f3e6c

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ Changelog
22
=========
33

44
# Version names
5-
* 0.22.x: PhpStorm 2020.3
5+
* 0.23.x: PhpStorm 2021.1
6+
* 0.22.x: PhpStorm 2020.3+
67
* 0.21.x: PhpStorm 2020.2+ (no support)
78
* 0.20.x: PhpStorm 2020.0+ (no support)
89
* 0.19.x: PhpStorm 2019.2+ (no support)
@@ -17,6 +18,9 @@ Changelog
1718
* 0.10.x: PhpStorm 7 (no support)
1819
* 0.9.x: PhpStorm 6 (no support)
1920

21+
## 0.22.207
22+
* Removed hardcoded background in output textarea of Symfony Create Service Form (Adam Wójs)
23+
2024
## 0.22.206
2125
* Support routes definition inside PHP8 attributes (Daniel Espendiller) [#1567](https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1567)
2226
* Higher java compatibility version for builds (Daniel Espendiller)
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<html>
22
<ul>
3-
<li>Support routes definition inside PHP8 attributes (Daniel Espendiller) <a href="https://github.com/Haehnchen/idea-php-symfony2-plugin/issues/1567">#1567</a></li>
4-
<li>Higher java compatibility version for builds (Daniel Espendiller)</li>
3+
<li>Removed hardcoded background in output textarea of Symfony Create Service Form (Adam Wójs)</li>
54
</ul>
65
</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.22.206</version>
4+
<version>0.22.207</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)
0