* CourseEnrollmentAPIRenderStarted filter added which can be used to modify the isStarted B2C dashboard rendering process.
1.4.0
--------------------
Added ~~~~~
* InstructorDashboardRenderStarted filter added which can be used to modify the instructor dashboard rendering process.
1.3.0
--------------------
Added ~~~~~
* CourseHomeUrlCreationStarted filter added which can be used to modify the course_home_url for externally hosted courses.
1.2.0
--------------------
Added ~~~~~
* AccountSettingsRenderStarted filter added which can be used to modify the rendered output of the account settings page.
1.1.0
--------------------
Added ~~~~~
* VerticalBlockRenderCompleted filter added which can be used to modify the rendered output of a VerticalBlock.
Changed ~~~~~~~
* Introduced PreventChildBlockRender exception to the VerticalBlockChildRenderStarted filter.
1.0.0
--------------------
Added ~~~~~
* Bump version to 1.x to acknowledge that this is in use in production. * CourseEnrollmentQuerysetRequested filter added that is called when returning course enrollments queryset object.