20 lines
1.1 KiB
Plaintext
20 lines
1.1 KiB
Plaintext
This files describes API changes in the Moodle Mobile app,
|
|
information provided here is intended especially for developers.
|
|
|
|
=== 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
|
|
- The value of the constant CoreCourseProvider.ALL_SECTIONS_ID has changed from -1 to -2.
|
|
- Use of completionstatus on the module object has been deprecated, use completiondata instead.
|
|
- The following strings have been deprecated:
|
|
core.dfdaymonthyear. Please use core.strftimedatefullshort instead.
|
|
core.dfdayweekmonth. Please use core.strftimedayshort instead.
|
|
core.dffulldate. Please use core.strftimedaydatetime instead.
|
|
core.dfmediumdate. Please use core.strftimedaydatetime instead.
|
|
core.dftimedate. Please use core.strftimetime instead.
|
|
|
|
=== 3.5.2 ===
|
|
|
|
- CoreChartDirective changed from directive to component (CoreChartComponent) and the selector to use it changed from canvas[core-chart] to core-chart.
|