-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Reworked widget plugin system and fixed minor issues #13
Conversation
…der, improved style loading
Hello @ponlawat-w, if something is missing, I am happy to provide additional explanations. |
Hi @cli-ish, thank you for your pull request, and apologise for my late response. Regarding widget plugins, each of them has their own GitHub repositories, so feel free to create a pull request there:
Thank you so much. |
Hi @ponlawat-w, |
Hi @cli-ish, thank you again for your contribution. The latest support version of this plugin is Moodle 4.3, I am planning to look and combine this change with pull request #14 as well to support Moodle 4.4. Regarding your changes, however, after running Moodle code checker, it reported the following. If possible, could you please make an update to this PR to solve the following messages? (The report also includes two widget plugins that would need to be updated in the pull requests of their repositories respectively.) Thank you very much.
PS: The release of a new version of this plugin relies on Moodle Plugin CI with GitHub Actions. Unfortunately, there is currently an issue with Moodle Plugin CI that makes GitHub actions workflow to fail, we might need to wait until the issue is solved before we can release a new version. |
Hi @ponlawat-w, don't know exactly how these slipped my attention i am sorry. I create a commit for this PR and the PR's in ponlawat-w/moodle-accessibility_backgroundcolour#7 and ponlawat-w/moodle-accessibility_textcolour#3. If there are any more issues feel free to ask :) Ps: it would be nice if this PR would be useable with Moodle 4.1, i have seen that the other PR you linked had set the requirements to 4.3 :/ |
Thank you @cli-ish, I have merged the changes and included them into version 2.0. |
Reworked plugin system and fixed minor issues.
Basic
Somewhat security releveant
Additional
Since the widget plugins needed some rework too. We created a branch here: https://github.com/sudile/moodle-local_accessibility/tree/master-with-widgets. I was unable to create a PR for it since there are only tags for the widgets repo. The base for the
master-with-widgets
branch wasv1.0.3-with-widgets
and should be merged too to a new tag too.If there is any question feel free to ask.
Kind regards