Skip to content

Releases: justinhunt/moodle-filter_generico

v1.4.21 (Build 2024100700)

07 Oct 07:46
Compare
Choose a tag to compare
  • Moodle 4.5 support
  • Updated old jquery lib

v1.4.20 (Build 2024012500)

25 Jan 07:11
Compare
Choose a tag to compare
  • Added a try/catch to renderedcontent filter processing

v1.4.19 (Build 2024012400)

24 Jan 14:23
Compare
Choose a tag to compare
  • Added a template and code to support it, that allows you to call a renderer function from a template

v1.4.18 (Build 2022122200)

22 Dec 03:41
Compare
Choose a tag to compare
  • 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)

19 Dec 06:57
Compare
Choose a tag to compare
  • 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)

01 Sep 06:35
Compare
Choose a tag to compare
  • Added lightbox, Buncee, Flip, Wordwall, Quizlet templates
  • Tweaked YouTube lightbox

v1.4.15 (Build 2022062700)

27 Jun 00:52
Compare
Choose a tag to compare
  • Removed JQuery UI because it breaks drawers in Moodle 4

v1.4.14(Build 2022032400)

24 Mar 08:46
Compare
Choose a tag to compare
  • 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)

06 Aug 07:30
Compare
Choose a tag to compare
  • 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)

04 Jan 10:00
Compare
Choose a tag to compare
  • optimized preset loading
  • Fixed cloudpoodlltoken to be callable from template JS
  • Added widget presets