Skip to content

Commit

Permalink
Merge branch 'v2.1.0' into 'main'
Browse files Browse the repository at this point in the history
userDefaults

See merge request fluxlabs/ilias/plugins/EventHooks/UserDefaults!75
  • Loading branch information
mstuder committed Apr 2, 2022
2 parents badea62 + e5d3474 commit def355e
Show file tree
Hide file tree
Showing 23 changed files with 1,330 additions and 449 deletions.
7 changes: 7 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
flux-publish-utils:
stage: build
image: docker-registry.fluxpublisher.ch/flux-publish-utils:latest
script:
- "false"
only:
- main
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## [2.1.0]
- Change: Upgrade composer dependencies
- Change: Refactored UserDefaultsConfig
- Change: Added publish-utils

## [2.0.0]
- Add: ILIAS 7 Support
- Change: Upgrade composer dependencies
Expand Down
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,13 @@ git clone https://github.com/fluxapps/UserDefaults.git UserDefaults
```
As ILIAS administrator go to "Administration->Plugins" and install/activate the plugin.

## ILIAS 7 core ilCtrl patch
For make this plugin work with ilCtrl in ILIAS 7, you may need to patch the core, before you update the plugin (At your own risk)

Start at the plugin directory

./vendor/srag/dic/bin/ilias7_core_apply_ilctrl_patch.sh

## Contributing :purple_heart:
Please ...
1. ... register an account at https://git.fluxlabs.ch
Expand Down
23 changes: 11 additions & 12 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
{
"name": "srag-plugins/userdefaults",
"description": "",
"version": "2.0.0",
"type": "library",
"name": "fluxapp/user-defaults",
"description": "ILIAS UserDefaults Plugin",
"version": "2.1.0",
"type": "plugin",
"keywords": [
"ILIAS",
"Plugin",
"UserDefaults"
"ilias",
"fluxlabs",
"user-defaults"
],
"license": "GPL-3.0-only",
"authors": [
{
"name": "fluxlabs ag - lab burgdorf",
"email": "support@fluxlabs.ch",
"homepage": "https://fluxlabs.ch",
"role": "Developer"
"role": "Developer, Maintainer"
}
],
"support": {
"issues": "https://plugins.studer-raimann.ch/goto.php?target=uihk_srsu_PLUSERDEFAULTS"
"issues": "https://git.fluxlabs.ch"
},
"require": {
"php": ">=7.2",
"php": ">=7.4",
"ext-dom": "*",
"ext-json": "*",
"srag/activerecordconfig": ">=0.1.0",
Expand All @@ -44,8 +44,7 @@
},
"scripts": {
"pre-autoload-dump": [
"srag\\LibrariesNamespaceChanger\\LibrariesNamespaceChanger::rewriteLibrariesNamespaces",
"srag\\LibrariesNamespaceChanger\\PHP72Backport::PHP72Backport"
"srag\\LibrariesNamespaceChanger\\LibrariesNamespaceChanger::rewriteLibrariesNamespaces"
]
}
}
45 changes: 32 additions & 13 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit def355e

Please sign in to comment.