Skip to content

Commit 3a442d0

Browse files
authored
Merge pull request #802 from adityacp/release_0_29_2
Release changes
2 parents 544c796 + eab5482 commit 3a442d0

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.txt

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
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

online_test/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44

55
__all__ = ('celery_app',)
66

7-
__version__ = '0.29.0'
7+
__version__ = '0.29.2'

0 commit comments

Comments
 (0)