File tree Expand file tree Collapse file tree
src/main/resources/META-INF Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ pluginGroup = il.co.sysbind.intellij.moodledev
44pluginName = moodle-dev
55pluginRepositoryUrl = 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
1010pluginSinceBuild = 243
Original file line number Diff line number Diff line change 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>
You can’t perform that action at this time.
0 commit comments