File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed
Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 1+ === 0.29.2 (19-11-2020) ===
2+
3+ * Add dropdown selection for lesson video options
4+ * Show total visits per student in lesson statistics.
5+ * Remove settimeout ajax calls for tracking video positions.
6+ * Show initial views per lesson in the course modules section.
7+ * Add tinymce editor for all the textareas.
8+
9+ === 0.29.1 (12-11-2020) ===
10+
11+ * Fixed issue onclick toc jump to player time.
12+ * Used bootstrap modal instead of jquery dialog for responsive interface.
13+ * Disallow empty question submission for lesson quiz.
14+ * Fixed issue where the videos other than youtube does not get the duration.
15+
116=== 0.29.0 (07-11-2020) ===
217
318* Add feature to track lesson video views
Original file line number Diff line number Diff line change 44
55__all__ = ('celery_app' ,)
66
7- __version__ = '0.29.0 '
7+ __version__ = '0.29.2 '
You can’t perform that action at this time.
0 commit comments