From 738c56342e041e32e6322a3c6efbeaadfe055b37 Mon Sep 17 00:00:00 2001 From: fneumann Date: Thu, 1 Aug 2024 15:48:16 +0200 Subject: [PATCH] Version 1.9 updated service: fix ignoring of sent partial points from corrector --- CHANGELOG.md | 4 ++++ composer.lock | 8 ++++---- plugin.php | 2 +- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e08a01cc..57dae26e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Change Log +## Version 1.9 (2024-08-01) +Bug fixes: +- service: fix ignoring of sent partial points from corrector + ## Version 1.8 (2024-07-30) New features: - correction setting to anonymize the corrector names for the writers diff --git a/composer.lock b/composer.lock index a4a64c3a..52d4c917 100644 --- a/composer.lock +++ b/composer.lock @@ -12,12 +12,12 @@ "source": { "type": "git", "url": "https://github.com/EDUTIEK/long-essay-assessment-service.git", - "reference": "23f626b0fcb18b7f81631f6b66356d57ac776703" + "reference": "c4f91688588721e4d600fdeb9ee960783702b2a9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/EDUTIEK/long-essay-assessment-service/zipball/23f626b0fcb18b7f81631f6b66356d57ac776703", - "reference": "23f626b0fcb18b7f81631f6b66356d57ac776703", + "url": "https://api.github.com/repos/EDUTIEK/long-essay-assessment-service/zipball/c4f91688588721e4d600fdeb9ee960783702b2a9", + "reference": "c4f91688588721e4d600fdeb9ee960783702b2a9", "shasum": "" }, "require": { @@ -54,7 +54,7 @@ "support": { "source": "https://github.com/EDUTIEK/long-essay-assessment-service/tree/main" }, - "time": "2024-07-29T16:12:43+00:00" + "time": "2024-08-01T13:30:14+00:00" }, { "name": "edutiek/long-essay-image-sketch", diff --git a/plugin.php b/plugin.php index 57ca0131..87dd9ea7 100644 --- a/plugin.php +++ b/plugin.php @@ -5,7 +5,7 @@ $id = 'xlas'; // code version; must be changed for all code changes -$version = '1.8'; +$version = '1.9'; // ilias min and max version; must always reflect the versions that should // run with the plugin $ilias_min_version = '7.30';