FMCorz / mdk

Moodle Development Kit. A collection of tools meant to make developers' lives easier.
GNU General Public License v3.0
86 stars 47 forks source link

Update theme settings location for 4.4 and up. #227

Closed junpataleta closed 8 months ago

junpataleta commented 8 months ago

From 4.4, the settings in the themesettings section have been moved to themesettingsadvanced.

This patch adds the fetching of the theme settings from the new themesettingsadvanced section to support 4.4 and up but falls back to themesettings to support 4.3 and below.

See https://tracker.moodle.org/browse/MDL-78426.

junpataleta commented 8 months ago

Thanks for having a look, @sarjona and @snake. I have merged this.