Skip to content

v2.1.0

Compare
Choose a tag to compare
@sampaccoud sampaccoud released this 05 Feb 20:50
· 1613 commits to master since this release

Added

  • Add a "person" variant to the glimpse plugin for persons without a page
  • Allow person and glimpse plugins on the person detail page
  • Allow overriding a person's bio on the person plugin
  • Add new section on the course detail page to display related programs
  • Display "code" on the course detail page and allow frontend editing
  • Add dashboard link to user menu
  • Use dashboard link if enrolled lms course hasn't started yet

Changed

  • Mock error handler on frontend tests
  • Show 403 page instead of course run list when trying to edit a course run with insufficient permissions
  • Improve UX of course search pagination by avoiding truncation of page number when it is not relevant
  • Hide "Go to course" button if lms course hasn't started yet
  • Add Urls key property in profile_url settings

Fixed

  • Fix course pages subtree following removal of course run pages
  • Fix HTMLSiteMap plugin when placed in a static placeholder
  • Fix HTMLSiteMap plugin when current_page property context is not defined
  • Delete template course_run_detail.html was still referenced in settings
  • Fix unwanted comma when displaying course runs list on course detail page