We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 528fc7c commit 51ec51eCopy full SHA for 51ec51e
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# MDViewer Changelog
2
3
+## v3.0.1
4
+
5
+- Fixed an issue where the content was not rendered in printing mode.
6
7
## v3.0.0
8
9
- Fixed an issue where the plugin installation halted the program due to unavailable `$DIC` offsets.
plugin.php
@@ -1,6 +1,6 @@
<?php
$id = 'md_tme';
-$version = '3.0.0';
+$version = '3.0.1';
$ilias_min_version = '8.000';
$ilias_max_version = '8.999';
$responsible = 'sr solutions ag';
0 commit comments