2018-08-27 12:41:15 +00:00
This files describes API changes in the Moodle Mobile app,
information provided here is intended especially for developers.
2018-09-13 10:11:20 +00:00
=== 3.6.0 ===
- gulp was updated to v4. In order for gulp to work, you need to install gulp-cli: npm install -g gulp-cli
It's also recommended to update ionic cli to v4, otherwise some errors could be raised while building: npm install -g ionic
2018-10-09 06:56:30 +00:00
- The value of the constant CoreCourseProvider.ALL_SECTIONS_ID has changed from -1 to -2.
2018-09-13 10:11:20 +00:00
2018-08-27 12:41:15 +00:00
=== 3.5.2 ===
- CoreChartDirective changed from directive to component (CoreChartComponent) and the selector to use it changed from canvas[core-chart] to core-chart.