Closed mudrd8mz closed 9 years ago
Thanks David. I really appreciate your feedback. I had not tested it with Moodle versions after 2.7. Good to know. Will be fixed in the next release, probably within the next 24 hours.
Fixed. I've now also tested the plugin with Moodle up to 3.0 RC1 and it works great with your suggested fix. Thanks again for the feedback David!
Best regards,
Michael
According to lib/upgrade.txt, all the
textlib::*
calls should be replaced withcore_text::*
since Moodle 2.6. If you want to maintain a single branch of the plugin, you may wish to use something like this in your index.php (not tested):Because of the textlib, the plugin fails to work in recent Moodle 2.9 (I am aware that it is not declared as a supported version yet. I tried it out just for curiosity):