WisdmLabs / moodle-format_remuiformat

GNU General Public License v3.0
10 stars 32 forks source link

Compatibility issues with Moodle 4.3 (possibly 4.4 too!) #94

Open michael-milette opened 6 months ago

michael-milette commented 6 months ago

I created a new course using the Edwiser Course format (format_remuiformat) freshly installed from Moodle.org.

In Moodle 4.3 running on PHP 8.2 with debugging set to DEVELOPER mode, I see the following deprecation notices:

Deprecated:  Creation of dynamic property format_remuiformat\ModStats::$plugin_config is deprecated in /course/format/remuiformat/classes/mod_stats.php on line 49

Deprecated: Creation of dynamic property format_remuiformat\course_format_data_common_trait::$plugin_config is deprecated in /course/format/remuiformat/classes/course_format_data_common_trait.php on line 61

I have not tried it with Moodle 4.4 yet but assume that deprecation notices don't generally go away in newer versions of Moodle.

Let me know if you have any questions.

Best regards,

Michael Milette