Skip to content

Commit

Permalink
feat: Added Video completion event in common settings (#170)
Browse files Browse the repository at this point in the history
Co-authored-by: RehanAziz <rehanaziz@A006-00394.local>
  • Loading branch information
rehanedly and RehanAziz authored Nov 11, 2021
1 parent e8e9acb commit 3b918d6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion event_routing_backends/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
Various backends for receiving edX LMS events..
"""

__version__ = '5.0.0'
__version__ = '5.1.0'

default_app_config = 'event_routing_backends.apps.EventRoutingBackendsConfig' # pylint: disable=invalid-name
2 changes: 2 additions & 0 deletions event_routing_backends/settings/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,8 @@ def plugin_settings(settings):
'edx.video.loaded',
'play_video',
'edx.video.played',
'complete_video',
'edx.video.completed',
'stop_video',
'edx.video.stopped',
'pause_video',
Expand Down

0 comments on commit 3b918d6

Please sign in to comment.