File tree 4 files changed +8
-6
lines changed
src/main/resources/META-INF
4 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,10 @@ Changelog
19
19
* 0.10.x: PhpStorm 7 (no support)
20
20
* 0.9.x: PhpStorm 6 (no support)
21
21
22
+ ## 0.23.220 / 2022.1.220
23
+ * Fix SymfonyProfilerWidget api compatibility (Daniel Espendiller)
24
+ * Fix 2022.1 compatibility issues (Daniel Espendiller)
25
+
22
26
## 0.23.219 / 2022.1.219
23
27
* Use new toolbox version (Daniel Espendiller)
24
28
* Design plugin project notification with action links (Daniel Espendiller)
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ pluginGroup = fr.adrienbrault.idea.symfony2plugin
5
5
pluginName = Symfony Plugin
6
6
7
7
# SemVer format -> https://semver.org
8
- pluginVersion = 0.23.219
8
+ pluginVersion = 0.23.220
9
9
10
10
# See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
11
11
# for insight into build numbers and IntelliJ Platform versions.
Original file line number Diff line number Diff line change 1
1
< html >
2
2
< ul >
3
- < li > Use new toolbox version (Daniel Espendiller)</ li >
4
- < li > Design plugin project notification with action links (Daniel Espendiller)</ li >
5
- < li > Fix optional plugins dependencies need a config file (Daniel Espendiller)</ li >
6
- < li > Dynamic plugin support (Daniel Espendiller)</ li >
3
+ < li > Fix SymfonyProfilerWidget api compatibility (Daniel Espendiller)</ li >
4
+ < li > Fix 2022.1 compatibility issues (Daniel Espendiller)</ li >
7
5
</ ul >
8
6
</ html >
Original file line number Diff line number Diff line change 1
1
<idea-plugin url =" https://github.com/Haehnchen/idea-php-symfony2-plugin" >
2
2
<id >fr.adrienbrault.idea.symfony2plugin</id >
3
3
<name >Symfony Support</name >
4
- <version >0.23.219 </version >
4
+ <version >0.23.220 </version >
5
5
<vendor email =" daniel@espendiller.net" url =" http://espend.de?p=fr.adrienbrault.idea.symfony2plugin" >espend_de</vendor >
6
6
7
7
<description ><![CDATA[
You can’t perform that action at this time.
0 commit comments