Skip to content

v2.0.0

Compare
Choose a tag to compare
@jbpenrath jbpenrath released this 11 Jan 11:48
· 1652 commits to master since this release

Added

  • Add an API endpoint to synchronize course runs from e.g. an external LMS
  • Add a "code" field on the course model to allow reference & synchronization
  • Use custom views to handle errors (400, 403, 404, 500)

Changed

  • Migrate factories to factory_boy 3.2.0
  • Spread body-content block if document content height is smaller than
    the window height
  • Remove a xhr request by passing course run information to the
    CourseRunEnrollment widget via data-props
  • Make the course run "title" field optional
  • Replace deprecated xlink:href svg attribute by href
  • Update and include the latest version of translations
  • Bump docs to version 2.0.0

Fixed

  • Fix Sentry SDK initialization environment and release parameters
  • intl-relativetimeformat polyfill did not use the right locale filename
    when locale was composed of a languageCode identical to countryCode
  • Make generate demo site work when the default language is set to "fr"
  • Add permission checks to course run admin based on their related course page
  • Fix image srcset in organization_detail template