Skip to content

Commit

Permalink
Version 1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
fneumann committed Jun 21, 2024
1 parent cc99db9 commit 05fb574
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 7 deletions.
23 changes: 17 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down

0 comments on commit 05fb574

Please sign in to comment.