From 10ceb0082076b208da5eb632c5ef4a12d08ab93d Mon Sep 17 00:00:00 2001 From: Adrian Moennich Date: Thu, 28 Apr 2022 23:52:06 +0200 Subject: [PATCH] VC/Zoom: Fix JS error Indico core was on master during the asset build, so it included an external reference which doesn't exist in 3.1.x yet --- vc_zoom/README.md | 4 ++++ vc_zoom/setup.cfg | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/vc_zoom/README.md b/vc_zoom/README.md index 29910c8..cd48a31 100644 --- a/vc_zoom/README.md +++ b/vc_zoom/README.md @@ -11,6 +11,10 @@ ## Changelog +### 3.1.4 + +- Fix JS error on the dropdown for "make me co-host" + ### 3.1.3 - Fix error with user identifiers (in "authenticators" lookup mode) containing a forward slash diff --git a/vc_zoom/setup.cfg b/vc_zoom/setup.cfg index cbd3ef2..1cd4611 100644 --- a/vc_zoom/setup.cfg +++ b/vc_zoom/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = indico-plugin-vc-zoom -version = 3.1.3 +version = 3.1.4 description = Zoom video-conferencing plugin for Indico long_description = file: README.md long_description_content_type = text/markdown; charset=UTF-8; variant=GFM