File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed
src/main/resources/META-INF Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ before_install:
2323- " export ORG_GRADLE_PROJECT_annotationPluginVersion=${ANNOTATION_PLUGIN_VERSION}"
2424
2525env :
26- - PHPSTORM_ENV="skip incomplete" IDEA_VERSION="IU-203.6682.78-EAP-SNAPSHOT " PHP_PLUGIN_VERSION="203.6682.78 " TWIG_PLUGIN_VERSION="203.6682.75" TOOLBOX_PLUGIN_VERSION="0.4.6" ANNOTATION_PLUGIN_VERSION="5.3" DQL_PLUGIN_VERSION="203.5981.155"
26+ - PHPSTORM_ENV="skip incomplete" IDEA_VERSION="IU-2020.3.1 " PHP_PLUGIN_VERSION="203.6682.137 " TWIG_PLUGIN_VERSION="203.6682.75" TOOLBOX_PLUGIN_VERSION="0.4.6" ANNOTATION_PLUGIN_VERSION="5.3" DQL_PLUGIN_VERSION="203.5981.155"
2727
2828script :
2929- " ./gradlew check verifyPlugin buildPlugin"
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ Changelog
33
44# Version names
55* 0.22.x: PhpStorm 2020.3
6- * 0.21.x: PhpStorm 2020.2
6+ * 0.21.x: PhpStorm 2020.2+ (no support)
77* 0.20.x: PhpStorm 2020.0+ (no support)
88* 0.19.x: PhpStorm 2019.2+ (no support)
99* 0.18.x: PhpStorm 2019.1+ (no support)
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ intellij {
4545}
4646
4747patchPluginXml {
48- sinceBuild ' 202 '
48+ sinceBuild ' 203 '
4949 changeNotes = htmlFixer(' src/main/resources/META-INF/change-notes.html' )
5050}
5151
Original file line number Diff line number Diff line change 1- ideaVersion = IU-203.6682.78-EAP-SNAPSHOT
2- phpPluginVersion = 203.6682.78
1+ ideaVersion = IU-2020.3.1
2+ phpPluginVersion = 203.6682.137
33twigPluginVersion = 203.6682.75
44dqlPluginVersion = 203.5981.155
55toolboxPluginVersion = 0.4.6
Original file line number Diff line number Diff line change 9797 ]]> </description >
9898
9999 <!-- please see http://confluence.jetbrains.net/display/IDEADEV/Build+Number+Ranges for description -->
100- <idea-version since-build =" 202 .0" />
100+ <idea-version since-build =" 203 .0" />
101101
102102 <extensions defaultExtensionNs =" com.jetbrains.php" >
103103 <typeProvider4 implementation =" fr.adrienbrault.idea.symfony2plugin.dic.SymfonyContainerTypeProvider" />
You can’t perform that action at this time.
0 commit comments