From 08490804880b80b71140495f737a5d715f71b942 Mon Sep 17 00:00:00 2001 From: thomasmars Date: Sun, 11 Sep 2016 16:53:34 +0200 Subject: [PATCH 1/3] Bump minor for release DragQuestion version has changed, must be updatable. --- library.json | 6 +++--- semantics.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/library.json b/library.json index fac3d5c..b83a392 100644 --- a/library.json +++ b/library.json @@ -3,8 +3,8 @@ "description": "Put together a set of different questions that has to be solved. (Quiz)", "contentType": "question", "majorVersion": 1, - "minorVersion": 8, - "patchVersion": 4, + "minorVersion": 9, + "patchVersion": 0, "embedTypes": [ "iframe" ], @@ -61,4 +61,4 @@ "minorVersion": 1 } ] -} \ No newline at end of file +} diff --git a/semantics.json b/semantics.json index a29b346..e7c165b 100644 --- a/semantics.json +++ b/semantics.json @@ -111,7 +111,7 @@ "description": "Library for this question.", "options": [ "H5P.MultiChoice 1.7", - "H5P.DragQuestion 1.6", + "H5P.DragQuestion 1.7", "H5P.Blanks 1.6", "H5P.MarkTheWords 1.6", "H5P.DragText 1.5" From e2aa9d5a6b27d9ec8b8a4fbdb819b3142057456c Mon Sep 17 00:00:00 2001 From: thomasmars Date: Mon, 12 Sep 2016 09:41:39 +0200 Subject: [PATCH 2/3] Bumped Blanks, MultiChoice and Video dependency. --- library.json | 2 +- semantics.json | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/library.json b/library.json index b83a392..71c3737 100644 --- a/library.json +++ b/library.json @@ -41,7 +41,7 @@ { "machineName": "H5P.Video", "majorVersion": 1, - "minorVersion": 2 + "minorVersion": 3 }, { "machineName": "H5P.JoubelUI", diff --git a/semantics.json b/semantics.json index e7c165b..be5a854 100644 --- a/semantics.json +++ b/semantics.json @@ -110,9 +110,9 @@ "label": "Question type", "description": "Library for this question.", "options": [ - "H5P.MultiChoice 1.7", + "H5P.MultiChoice 1.8", "H5P.DragQuestion 1.7", - "H5P.Blanks 1.6", + "H5P.Blanks 1.7", "H5P.MarkTheWords 1.6", "H5P.DragText 1.5" ] @@ -385,4 +385,4 @@ } ] } -] +] \ No newline at end of file From 64cc55c0effe03721e3b6761a30f516e7b7e252a Mon Sep 17 00:00:00 2001 From: thomasmars Date: Thu, 15 Sep 2016 12:36:48 +0200 Subject: [PATCH 3/3] Updated dependencies to support MC in VerticalTabs HFJ-2166 --- library.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library.json b/library.json index 71c3737..c334485 100644 --- a/library.json +++ b/library.json @@ -53,7 +53,7 @@ { "machineName": "H5PEditor.VerticalTabs", "majorVersion": 1, - "minorVersion": 1 + "minorVersion": 2 }, { "machineName": "H5PEditor.QuestionSetTextualEditor",