This repository was archived by the owner on Nov 17, 2023. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ flux-publish-utils :
2+ stage : build
3+ image : docker-registry.fluxpublisher.ch/flux-publish-utils:latest
4+ script :
5+ - " false"
6+ only :
7+ - main
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 1.7.1]
4+ - Added flux publish utils
5+
36## [ 1.7.0]
47- Compatability with Opencast plugin v4.0.0
58- Dropped ILIAS 5.4 support
Original file line number Diff line number Diff line change 11{
2- "name" : " srag/Plugins/OpencastPageComponent" ,
2+ "name" : " fluxapps/opencast-page-component" ,
3+ "version" : " 1.7.1" ,
34 "description" : " " ,
45 "type" : " project" ,
56 "keywords" : [
6- " ILIAS" ,
7- " Plugin"
7+ " ilias" ,
8+ " plugin" ,
9+ " opencast"
810 ],
9- "homepage" : " https://github.com/studer-raimann /OpencastPageComponent" ,
11+ "homepage" : " https://github.com/fluxapps /OpencastPageComponent" ,
1012 "license" : " GPL-3.0-only" ,
1113 "authors" : [
1214 {
13- "name" : " studer + raimann ag - Team Custom 1 " ,
14- "email" : " info@studer-raimann .ch" ,
15- "homepage" : " https://studer-raimann .ch" ,
16- "role" : " Developer"
15+ "name" : " fluxlabs ag " ,
16+ "email" : " support@fluxlabs .ch" ,
17+ "homepage" : " https://fluxlabs .ch" ,
18+ "role" : " Developer, Maintainer "
1719 }
1820 ],
19- "support" : {
20- "issues" : " https://plugins.studer-raimann.ch/goto.php?target=uihk_srsu_PLOPENCAST"
21- },
2221 "require" : {
2322 "srag/activerecordconfig" : " >=0.1.0" ,
2423 "srag/custominputguis" : " >=0.1.0" ,
Original file line number Diff line number Diff line change 1212require_once __DIR__ . "/vendor/srag/dic/src/PHPVersionChecker.php " ;
1313
1414$ id = "ocpc " ;
15- $ version = "1.7.0 " ;
15+ $ version = "1.7.1 " ;
1616$ ilias_min_version = "6.0 " ;
1717$ ilias_max_version = "7.999 " ;
1818$ responsible = "fluxlabs ag " ;
You can’t perform that action at this time.
0 commit comments