Skip to content

Commit

Permalink
Merge pull request #802 from adityacp/release_0_29_2
Browse files Browse the repository at this point in the history
Release changes
  • Loading branch information
adityacp authored Nov 19, 2020
2 parents 544c796 + eab5482 commit 3a442d0
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
=== 0.29.2 (19-11-2020) ===

* Add dropdown selection for lesson video options
* Show total visits per student in lesson statistics.
* Remove settimeout ajax calls for tracking video positions.
* Show initial views per lesson in the course modules section.
* Add tinymce editor for all the textareas.

=== 0.29.1 (12-11-2020) ===

* Fixed issue onclick toc jump to player time.
* Used bootstrap modal instead of jquery dialog for responsive interface.
* Disallow empty question submission for lesson quiz.
* Fixed issue where the videos other than youtube does not get the duration.

=== 0.29.0 (07-11-2020) ===

* Add feature to track lesson video views
Expand Down
2 changes: 1 addition & 1 deletion online_test/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@

__all__ = ('celery_app',)

__version__ = '0.29.0'
__version__ = '0.29.2'

0 comments on commit 3a442d0

Please sign in to comment.