Skip to content

Commit 51ec51e

Browse files
committed
[RELEASE] v3.0.1
1 parent 528fc7c commit 51ec51e

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# MDViewer Changelog
22

3+
## v3.0.1
4+
5+
- Fixed an issue where the content was not rendered in printing mode.
6+
37
## v3.0.0
48

59
- Fixed an issue where the plugin installation halted the program due to unavailable `$DIC` offsets.

plugin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
$id = 'md_tme';
3-
$version = '3.0.0';
3+
$version = '3.0.1';
44
$ilias_min_version = '8.000';
55
$ilias_max_version = '8.999';
66
$responsible = 'sr solutions ag';

0 commit comments

Comments
 (0)