Skip to content

Commit bc07d77

Browse files
committedAug 12, 2024
prepare PhpStorm 2024.2 build
1 parent 04c6588 commit bc07d77

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed
 

‎CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ Changelog
22
=========
33

44
# Version names
5-
* 2024.x: PhpStorm 2024.1+
5+
* 2024.2: PhpStorm 2024.2+
6+
* 2024.x: PhpStorm 2024.1+ (no support)
67
* 2023.x: PhpStorm 2023.1+ (no support)
78
* 2022.x: PhpStorm 2022.1+ (no support)
89
* 0.23.x: PhpStorm 2021.1+ (no support)

‎gradle.properties

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ pluginUntilBuild =
1515

1616
# IntelliJ Platform Properties -> https://github.com/JetBrains/gradle-intellij-plugin#intellij-platform-properties
1717
platformType = IU
18-
platformVersion = 2024.1
18+
platformVersion = 2024.2
1919

2020
# Plugin Dependencies -> https://plugins.jetbrains.com/docs/intellij/plugin-dependencies.html
2121
# Example: platformPlugins = com.intellij.java, com.jetbrains.php:203.4449.22
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
22+
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
2323

2424
# Java language level used to compile sources and to generate the files for - Java 11 is required since 2020.3
2525
javaVersion = 17

0 commit comments

Comments
 (0)
Failed to load comments.