Skip to content

31 Fix: Inclusion using class naming deprecated #33

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

leonstr
Copy link

@leonstr leonstr commented Nov 5, 2024

Reflect Moodle 4.5's changes to Filter API (MDL-82427).

Reflect Moodle 4.5's changes to Filter API (MDL-82427).

Co-authored-by: lkcivan <[email protected]>
@dmitriim
Copy link

dmitriim commented Feb 18, 2025

Can confirm that this fixes the issue on Moodle 4.5.

@ziegenberg
Copy link

Hi @timhunt!
Any chance we can get this merged soon?
Greetings,
Daniel

@ziegenberg
Copy link

Hi @leonstr,

the following three files include the old filter.php class file. Do they need updating too?

  • classes/question_options.php:29 ?require_once($CFG->dirroot . '/filter/embedquestion/filter.php');
  • tests/filter_test.php:22 require_once($CFG->dirroot . '/filter/embedquestion/filter.php');
  • tests/utils_test.php:22 require_once($CFG->dirroot . '/filter/embedquestion/filter.php');

@AnupamaSarjoshi AnupamaSarjoshi force-pushed the main branch 2 times, most recently from 370ff7f to 72c157f Compare May 1, 2025 18:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants