Skip to content

Commit f3da331

Browse files
committed
build 0.23.220
1 parent 6fba864 commit f3da331

File tree

4 files changed

+8
-6
lines changed

4 files changed

+8
-6
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ Changelog
1919
* 0.10.x: PhpStorm 7 (no support)
2020
* 0.9.x: PhpStorm 6 (no support)
2121

22+
## 0.23.220 / 2022.1.220
23+
* Fix SymfonyProfilerWidget api compatibility (Daniel Espendiller)
24+
* Fix 2022.1 compatibility issues (Daniel Espendiller)
25+
2226
## 0.23.219 / 2022.1.219
2327
* Use new toolbox version (Daniel Espendiller)
2428
* Design plugin project notification with action links (Daniel Espendiller)

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ pluginGroup = fr.adrienbrault.idea.symfony2plugin
55
pluginName = Symfony Plugin
66

77
# SemVer format -> https://semver.org
8-
pluginVersion = 0.23.219
8+
pluginVersion = 0.23.220
99

1010
# See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
1111
# for insight into build numbers and IntelliJ Platform versions.
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
<html>
22
<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>
75
</ul>
86
</html>

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

+1-1
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.23.219</version>
4+
<version>0.23.220</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)