Skip to content

v0.25.3 — Documentation corrections ahead of Marketplace submission

Choose a tag to compare

@jlsimon jlsimon released this 03 Aug 09:59
· 2 commits to main since this release

Two README inaccuracies found during a compliance review against Moodle Marketplace's plugin requirements:

  • "Requirements" stated Moodle 4.1 or later, but version.php has declared 4.2 as the minimum since 0.25.0 (the AJAX layer's namespaced external_api classes don't exist before 4.2 — a hard, CI-confirmed failure, already documented correctly in docs/limitations.md).
  • "Project status" still said Alpha, though maturity was bumped to Beta in 0.25.1.

Also simplifies $plugin->release to a plain version string (0.25.3), dropping the descriptive parentheticals used since 0.24.x — non-standard per MoodleDev's version.php docs, and the direct cause of this release's initial CI failure (the sentence-length string exceeded phpcs's line-length limit).

No functional code changes. See CHANGELOG.md for full details.

Installation

Download moodle-local_remotesupport-0.25.3.zip, extract it, and place the resulting remotesupport folder at local/remotesupport inside your Moodle dirroot. Then visit the site administration notifications page as an admin to complete installation. See README.md for details.