Skip to content

Commit 90c4e4d

Browse files
committed
Remove support for older PHPStorm versions
Updated the CHANGELOG to document the removal of support for old versions of PHPStorm. Also adjusted the `gradle.properties` to reflect the new supported build number range for PHPStorm 2024.3.
1 parent 5e967e8 commit 90c4e4d

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0).
1313

1414
- Add support to PHPStorm 2024.3
1515

16+
### Removed
17+
18+
- Support old version of PHPStorm
19+
1620
## [1.3.0] - 2024-08-20
1721

1822
### Changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ pluginRepositoryUrl = https://github.com/SysBind/moodle-dev
77
pluginVersion = 1.3.1
88

99
# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
10-
pluginSinceBuild = 233
10+
pluginSinceBuild = 243
1111
pluginUntilBuild = 243.*
1212

1313
# IntelliJ Platform Properties -> https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html#configuration-intellij-extension

0 commit comments

Comments
 (0)