This files describes API changes in /blocks/last_course_accessed,
information provided here is intended especially for developers.
=== 18.0 ===

* block_last_course_accessed exclude_courses hook argument now passed by reference

=== 14.0 ===

=== 13.0 ===

* block_last_course_accessed class has been changed to hide the progress bar if no active enrolment

=== 12.0 ===

* String helpers are no longer used in the following templates, string data is passed via context data:
** blocks/last_course_accessed/templates/block.mustache
* Removed deprecated file classes/helper.php

=== 10.1 ===

* updated block.mustache, deprecating 'last_accessed'

=== 10.0 ===

classes/helper.php class has been deprecated as the single method it contained has been deprecated and moved to core.
helper::get_last_access_text has been deprecated and moved to core. See totara_core_get_relative_time_text() in core/utils.php.
