From 05fb574879dbffa25ea5d12475fd8828ece1391b Mon Sep 17 00:00:00 2001 From: fneumann Date: Fri, 21 Jun 2024 03:23:31 +0200 Subject: [PATCH] Version 1.7 --- CHANGELOG.md | 23 +++++++++++++++++------ plugin.php | 2 +- 2 files changed, 18 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e8c5cc51..2db43dc8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,27 @@ # Change Log -## Upcoming Version +## Version 1.7 (2024-06-21) +New features in corrector: +- allow multiple marks for one comment if drawn with shift key pressed +- show warnongs for empty summary or diverging points in authorization dialogue + +Bug fixes: - plugin: fix uninstallation problems -- plugin: fixed 40808: Blank pages occur when Text and PDF are submitted +- plugin: fix 40808: Blank pages occur when Text and PDF are submitted - plugin: fix corrector assignment file upload error handling with required file - plugin: fix str_word_count on null in corrector assignment file export +- plugin: fix wring display of correction status for corrector 1 +- plugin: fix error at correction start as admin, if object is not online - service: reduce size of correction PDF - service: fix wrong end date in PDF header -- service: fixed removing of empty lines -- writer: fixed paste from word with fake numbered lists -- writer: fixed wring display of numbering on preview screen when sendings are open -- corrector: fixed problems with loading resources and pages in safari +- service: fix removing of empty lines +- service: fix 41393 too large correction image size when pdf has unusual dimensions +- service: fix showing of criteria and summary in pdf if correction is not authorized +- writer: fix paste from word with fake numbered lists +- writer: fix wrong display of numbering on preview screen when sendings are open +- writer: fix showing of empty page if task description is only provided as PDF +- corrector: fix problems with loading resources and pages in safari + ## Version 1.6 (2024-05-15) - plugin: extend result export with correctors names and points diff --git a/plugin.php b/plugin.php index aa099dd1..3415954d 100644 --- a/plugin.php +++ b/plugin.php @@ -5,7 +5,7 @@ $id = 'xlas'; // code version; must be changed for all code changes -$version = '1.6'; +$version = '1.7'; // ilias min and max version; must always reflect the versions that should // run with the plugin $ilias_min_version = '7.25';