Skip to content

Version 2.0 RC

Pre-release
Pre-release
Compare
Choose a tag to compare
@stefanscholz stefanscholz released this 22 May 19:43
· 17 commits to main since this release
a6c75f1

Free

  • DASH-356 New data source: Categories
  • DASH-787 Add global default for "hide when empty" setting
  • DASH-827 New block setting: "Show header"
  • DASH-797 Improve settings in Dash
  • DASH-665 Load default fields after selecting the data source
  • DASH-597 Make all data sources a sub plugin

Pro

  • DASH-785 New data source: Activities
  • DASH-811 New data source: Certificates
  • DASH-222 Cohort condition for users and completions data source
  • DASH-712 Dashboard restrict by role
  • DASH-330 Dashboard improvements
  • DASH-812 Add "current category" condition to learning path widget
  • DASH-3 /my in dashboards data source
  • DASH-783 Add bar chart option to skill graph

Compatible with Moodle 4.1 – 4.3

ATTENTION

Dash 2.0 is a significant update and some post-upgrade work might be required, depending on your usage of Dash. This affects the following areas:

  • The appearance options of the block (e.g. the background gradient or the border).
  • The path to dashboards has changed, i.e. you'll need to update your menu items if you have linked to them.
  • Also using Video Time? Please wait for a compatible version of Video Time or apply the following changes manually to the files in videotime_sessions_data_source.php and videotime_sessions_data_source.php, both at line 46:
- use local_dash\local\dash_framework\structure\course_table;
+ use dashaddon_courses\local\dash_framework\structure\course_table;