Skip to content

Commit e1354c7

Browse files
committed
Update plugin for PHPStorm compatibility and version bump
Adjust compatibility to support future PHPStorm versions and bump the plugin version to 1.3.3 in preparation for the next release. This ensures smoother integration and alignment with updated IDE requirements.
1 parent 682d19a commit e1354c7

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
@@ -7,6 +7,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0).
77

88
## [Unreleased]
99

10+
### Changed
11+
12+
- Add some fix to compatible with Next PHPStorm Versions
13+
1014
## [1.3.2] - 2025-01-20
1115

1216
### Changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ pluginGroup = il.co.sysbind.intellij.moodledev
44
pluginName = moodle-dev
55
pluginRepositoryUrl = https://github.com/SysBind/moodle-dev
66
# SemVer format -> https://semver.org
7-
pluginVersion = 1.3.2
7+
pluginVersion = 1.3.3
88

99
# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
1010
pluginSinceBuild = 243

0 commit comments

Comments
 (0)