From 65d628ffc00cbfcda3d9872b7ae784bfadb70290 Mon Sep 17 00:00:00 2001 From: Jannat Patel Date: Thu, 29 Aug 2024 11:10:43 +0530 Subject: [PATCH 1/2] fix: slides rendering issue --- frontend/src/utils/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: { From 5c21a0532a4cf8a92b2c14c33b8ee229256a665e Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Wed, 4 Sep 2024 05:00:25 +0000 Subject: [PATCH 2/2] chore(release): Bumped to Version 2.4.0 --- lms/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"