Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0).

## [Unreleased]

### Changed
## [1.3.2] - 2025-01-20

### Changed

- Add support to PHPStorm 2025.1

### Fixed

- Looping in include path of php when add the currnt project as Moodle project

## [1.3.1] - 2024-11-16
Expand Down Expand Up @@ -137,7 +141,8 @@ Add support for PHPStorm 2022.2
- Add live Template for Moodle $ADMIN by type ADMIN
- Add Moodle code style for predefined code styles for PHP/Javascript/SCSS/LESS

[Unreleased]: https://github.com/SysBind/moodle-dev/compare/v1.3.1...HEAD
[Unreleased]: https://github.com/SysBind/moodle-dev/compare/v1.3.2...HEAD
[1.3.2]: https://github.com/SysBind/moodle-dev/compare/v1.3.1...v1.3.2
[1.3.1]: https://github.com/SysBind/moodle-dev/compare/v1.3.0...v1.3.1
[1.3.0]: https://github.com/SysBind/moodle-dev/compare/v1.2.9...v1.3.0
[1.2.9]: https://github.com/SysBind/moodle-dev/compare/v1.2.8...v1.2.9
Expand Down