Skip to content
Open
Show file tree
Hide file tree
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
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ The format of this change log follows the advice given at [Keep a CHANGELOG](htt

## [Unreleased]

### Fixed

- Fixed recommended name format in README.md

## [1.2.2] - 2026-03-19

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ This Composer plugin allows Moodle plugins to be installed into the correct loca

Your plugin should have a `composer.json` which defines the following fields:

- `name` in the format `moodle-[plugintype]_[pluginname]`
- `name` in the format `[githubuser]/moodle-[plugintype]_[pluginname]`
- `type` of `moodle-[plugintype]`.

## As a site administrator
Expand Down