moodle-plugin-ci
moodle-plugin-ci copied to clipboard
MDL-82427 class alias usage for M4.5 filters fails validation.
Hello,
Validation error: https://github.com/gjbarnard/moodle-filter_synhi/actions/runs/10983203114/job/30492304979#step:10:18 is caused because the validator is expecting filter_[pluginname] class located in filter/[pluginname]/filter.php
However this is now a class alias, please see: https://moodledev.io/docs/4.5/devupdate#filter-plugins:
and 'MDL-82427 core: Update namespace of core_filters classes' being https://git.moodle.org/gw?p=moodle.git;a=commit;h=16456220cd7457d1c2db373559827f55b382a832 which belongs to https://tracker.moodle.org/browse/MDL-82706.
Cheers,
Gareth