Releases: justinhunt/moodle-filter_generico
Releases · justinhunt/moodle-filter_generico
v1.4.21 (Build 2024100700)
- Moodle 4.5 support
- Updated old jquery lib
v1.4.20 (Build 2024012500)
- Added a try/catch to renderedcontent filter processing
v1.4.19 (Build 2024012400)
- Added a template and code to support it, that allows you to call a renderer function from a template
v1.4.18 (Build 2022122200)
- will return an empty string for custom user/course profile fields that exist but are empty (previously returned the unparsed variable name)
v1.4.17 (Build 2022121900)
- Added non JQuery UI versions of tabs and accordians. Thanks @alexmorrisnz
- Fixed issue with custom course variables not being picked up if no courseid specified.
Now @@Course:customvariable@@ should resolve in templates.
v1.4.16 (Build 2022082200)
- Added lightbox, Buncee, Flip, Wordwall, Quizlet templates
- Tweaked YouTube lightbox
v1.4.15 (Build 2022062700)
- Removed JQuery UI because it breaks drawers in Moodle 4
v1.4.14(Build 2022032400)
- Added course custom variables to variables to use in filter. This will only work if parameter "courseid" is passed in the filter string.
e.g {GENERICO:type=coursevartest,courseid=2}
Then in the template any course custom fields will be accessible using the pattern: @@Course:mycustomfield@@
v1.4.13 (Build 2021080600)
- fixed issue where numeric variables to dataset where forced as int
- fixed issue where in the case of only 1 returned entry in dataset it was not available in JS
Version 1.4.11(Build 2021010400)
- optimized preset loading
- Fixed cloudpoodlltoken to be callable from template JS
- Added widget presets