Skip to content

Commit

Permalink
changed version and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
mstuder committed Apr 1, 2022
1 parent dd432ca commit 29141ec
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## [1.8.2]
- fix: time link in modal - additional fix: https://git.fluxlabs.ch/fluxlabs/ilias/plugins/RepositoryObjects/ViMP/-/issues/2
- fix: wrong not available hint - additional fix: https://git.fluxlabs.ch/fluxlabs/ilias/plugins/RepositoryObjects/ViMP/-/issues/1

## [1.8.1]
- fix: time link in modal: https://git.fluxlabs.ch/fluxlabs/ilias/plugins/RepositoryObjects/ViMP/-/issues/2
- fix: wrong not available hint: https://git.fluxlabs.ch/fluxlabs/ilias/plugins/RepositoryObjects/ViMP/-/issues/1
Expand Down
2 changes: 1 addition & 1 deletion classes/GUI/Abstract/class.xvmpGUI.php
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ public function fillModalPlayer($play_video_id = null, bool $async = true) {
// Refactoring Issue: https://git.fluxlabs.ch/fluxlabs/ilias/plugins/RepositoryObjects/ViMP/-/issues/3
$show_unavailable = ($this instanceof xvmpVideosGUI) || ($this instanceof xvmpContentGUI);
$response->html = $this->renderer_factory->playerModal()->render($playModalDto, $async, $show_unavailable);

$response->video_title = $video->getTitle();
/** @var xvmpUserProgress $progress */
$progress = xvmpUserProgress::where(array(xvmpUserProgress::F_USR_ID => $this->dic->user()->getId(), xvmpMedium::F_MID => $mid))->first();
Expand Down
2 changes: 1 addition & 1 deletion plugin.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
$id = 'xvmp';
$version = '1.8.1';
$version = '1.8.2';
$ilias_min_version = '6.0';
$ilias_max_version = '7.999';
$responsible = 'fluxlabs ag';
Expand Down

0 comments on commit 29141ec

Please sign in to comment.