Skip to content

Commit

Permalink
Merge branch 'fix_ilias_5_4' into 'develop'
Browse files Browse the repository at this point in the history
Fix ilias 5 4

See merge request ILIAS/Plugins/UserDefaults!34
  • Loading branch information
mstuder committed May 10, 2019
2 parents 05a4b5a + 510d0e5 commit 2e0ee7f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 10 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# Changelog

## [x]
- ILIAS 5.4 support
- Remove ILIAS 5.2 support

## [1.3.19]
- Fix working on ILIAS 5.2
11 changes: 2 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,9 @@ As ILIAS administrator go to "Administration->Plugins" and install/activate the
### Some screenshots
TODO

### Dependencies
* ILIAS 5.2 or ILIAS 5.3
### Requirements
* ILIAS 5.3 or ILIAS 5.4
* PHP >=5.6
* [composer](https://getcomposer.org)
* [srag/activerecordconfig](https://packagist.org/packages/srag/activerecordconfig)
* [srag/dic](https://packagist.org/packages/srag/dic)
* [srag/librariesnamespacechanger](https://packagist.org/packages/srag/librariesnamespacechanger)
* [srag/removeplugindataconfirm](https://packagist.org/packages/srag/removeplugindataconfirm)

Please use it for further development!

### Adjustment suggestions
* Adjustment suggestions by pull requests
Expand Down
2 changes: 1 addition & 1 deletion plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

$id = 'usrdef';
$version = '1.3.20';
$ilias_min_version = '5.2';
$ilias_min_version = '5.3.0';
$ilias_max_version = '5.4.999';
$responsible = 'studer + raimann ag - Team Custom 1';
$responsible_mail = 'support-custom1@studer-raimann.ch';

0 comments on commit 2e0ee7f

Please sign in to comment.