File tree 4 files changed +7
-5
lines changed
4 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 10
10
- Update IntelliJ Platform 2.0.0
11
11
- Update IntelliJ Platform 2.0.1
12
12
- Update IntelliJ Platform 2.0.2
13
+ - Support for PhpStorm 2024.3
13
14
14
15
## [ 2024.2.0]
15
16
Original file line number Diff line number Diff line change @@ -35,6 +35,7 @@ The plugin can be installed on following IntelliJ-based:
35
35
36
36
| Plugin version number | Since Version | Until Version |
37
37
| -----------------------| ---------------| ---------------|
38
+ | v2024.3.x | 2024.1 | 2024.3 |
38
39
| v2024.2.x | 2023.2 | 2024.2 |
39
40
| v2024.1.x | 2023.1 | 2024.1 |
40
41
| v2023.7.x | 2022.3 | 2023.3 |
Original file line number Diff line number Diff line change @@ -2,13 +2,13 @@ pluginGroup = ru.panteleev.bitrix-idea
2
2
pluginName = Bitrix Idea
3
3
pluginRepositoryUrl = https://github.com/saundefined/bitrix-idea
4
4
pluginVersion = 2024.2.0
5
- pluginSinceBuild = 233
6
- pluginUntilBuild = 242 .*
5
+ pluginSinceBuild = 241
6
+ pluginUntilBuild = 243 .*
7
7
platformType = IC
8
- platformVersion = 2023.3.8
8
+ platformVersion = 2024.1.7
9
9
platformPlugins =
10
10
platformBundledPlugins =
11
- gradleVersion = 8.10.2
11
+ gradleVersion = 8.11
12
12
kotlin.stdlib.default.dependency = false
13
13
org.gradle.configuration-cache = true
14
14
org.gradle.caching = true
Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
distributionPath =wrapper/dists
3
- distributionUrl =https\://services.gradle.org/distributions/gradle-8.10.2 -bin.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.11 -bin.zip
4
4
networkTimeout =10000
5
5
validateDistributionUrl =true
6
6
zipStoreBase =GRADLE_USER_HOME
You can’t perform that action at this time.
0 commit comments