diff --git a/frontend/src/utils/index.js b/frontend/src/utils/index.js index 94b04f85d..4ced1cf2d 100644 --- a/frontend/src/utils/index.js +++ b/frontend/src/utils/index.js @@ -233,9 +233,9 @@ export function getEditorTools() { }, github: true, slides: { - regex: /https:\/\/docs\.google\.com\/presentation\/d\/e\/([A-Za-z0-9_-]+)\/pub/, + regex: /https:\/\/docs\.google\.com\/presentation\/d\/([A-Za-z0-9_-]+)\/pub/, embedUrl: - 'https://docs.google.com/presentation/d/e/<%= remote_id %>/embed', + 'https://docs.google.com/presentation/d/<%= remote_id %>/embed', html: "", }, drive: { diff --git a/lms/__init__.py b/lms/__init__.py index 55e470907..3d67cd6bb 100644 --- a/lms/__init__.py +++ b/lms/__init__.py @@ -1 +1 @@ -__version__ = "2.3.0" +__version__ = "2.4.0"