Skip to content

Commit c7b014b

Browse files
committed
bump the version
1 parent 413a2ce commit c7b014b

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

CHANGELOG.md

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

88
## [Unreleased]
99

10+
### Changed
11+
- Add support to PHPStorm 2025.1
12+
13+
### Fixed
14+
- Looping in include path of php when add the currnt project as Moodle project
15+
1016
## [1.3.1] - 2024-11-16
1117

1218
### 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.1
7+
pluginVersion = 1.3.2
88

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

src/main/resources/META-INF/plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<idea-plugin>
33
<id>il.co.sysbind.intellij.moodledev</id>
44
<name>Moodle Development</name>
5-
<version>1.3.1</version>
5+
<version>1.3.2</version>
66
<vendor email="support@sysbind.co.il" url="https://sysbin.co.il">SysBind</vendor>
77
<description><![CDATA[
88
<h1>Plugin For Moodle Developers</h1>

0 commit comments

Comments
 (0)