Skip to content

Commit

Permalink
Merge branch 'fluxms-main-patch-38781' into 'main'
Browse files Browse the repository at this point in the history
Update plugin.php

See merge request fluxlabs/ilias/plugins/RepositoryObjects/ViMP!49
  • Loading branch information
mstuder committed Mar 31, 2022
2 parents acb033e + d98834d commit afa8050
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.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

## [1.8.0]
- Ability to use language variables for custom container fields obtained from ViMP. Contributed by <3 Ilja Lukin
- Added flux-publish-utils
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fluxapps/vimp",
"version": "1.8.0",
"version": "1.8.1",
"description": "ILIAS ViMP Plugin",
"type": "plugin",
"license": "GPL-3.0+",
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.0';
$version = '1.8.1';
$ilias_min_version = '6.0';
$ilias_max_version = '7.999';
$responsible = 'fluxlabs ag';
Expand Down

0 comments on commit afa8050

Please sign in to comment.