v0.25.3 — Documentation corrections ahead of Marketplace submission
Two README inaccuracies found during a compliance review against Moodle Marketplace's plugin requirements:
- "Requirements" stated Moodle 4.1 or later, but
version.phphas declared 4.2 as the minimum since 0.25.0 (the AJAX layer's namespacedexternal_apiclasses don't exist before 4.2 — a hard, CI-confirmed failure, already documented correctly indocs/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.