From bc07d77be1ed599e7aa68997b205ec4c0fc6e6ec Mon Sep 17 00:00:00 2001 From: Daniel Espendiller Date: Mon, 12 Aug 2024 17:48:29 +0200 Subject: [PATCH] prepare PhpStorm 2024.2 build --- CHANGELOG.md | 3 ++- gradle.properties | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 52486aa14..3e4f3bd0f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,8 @@ Changelog ========= # Version names -* 2024.x: PhpStorm 2024.1+ +* 2024.2: PhpStorm 2024.2+ +* 2024.x: PhpStorm 2024.1+ (no support) * 2023.x: PhpStorm 2023.1+ (no support) * 2022.x: PhpStorm 2022.1+ (no support) * 0.23.x: PhpStorm 2021.1+ (no support) diff --git a/gradle.properties b/gradle.properties index 2375f5b3b..0692e792d 100644 --- a/gradle.properties +++ b/gradle.properties @@ -15,11 +15,11 @@ pluginUntilBuild = # IntelliJ Platform Properties -> https://github.com/JetBrains/gradle-intellij-plugin#intellij-platform-properties platformType = IU -platformVersion = 2024.1 +platformVersion = 2024.2 # Plugin Dependencies -> https://plugins.jetbrains.com/docs/intellij/plugin-dependencies.html # Example: platformPlugins = com.intellij.java, com.jetbrains.php:203.4449.22 -platformPlugins = java,yaml,xpath,webDeployment,JavaScript,com.jetbrains.php:241.14494.240,de.espend.idea.php.annotation:10.0.0,de.espend.idea.php.toolbox:6.1.0,com.jetbrains.twig:241.14494.240,com.jetbrains.php.dql:241.14494.158 +platformPlugins = java,yaml,xpath,webDeployment,JavaScript,com.jetbrains.php:242.20224.361,de.espend.idea.php.annotation:11.0.1,de.espend.idea.php.toolbox:6.1.0,com.jetbrains.twig:242.20224.361,com.jetbrains.php.dql:242.20224.159 # Java language level used to compile sources and to generate the files for - Java 11 is required since 2020.3 javaVersion = 17