Skip to content
This repository has been archived by the owner on Dec 5, 2023. It is now read-only.

ORCA plugin version not displayed in ILIAS administration #17

Open
ckozianka opened this issue Nov 28, 2022 · 2 comments
Open

ORCA plugin version not displayed in ILIAS administration #17

ckozianka opened this issue Nov 28, 2022 · 2 comments

Comments

@ckozianka
Copy link

In the ILIAS plugin administration the version only shows a date, not the real plugin version:
Unbenannt

To find out the version you have to dive into the code, namely plugin.php:

// code version; must be changed for all code changes
define('xorc_version', '0.2.0');
$version = 20221006;

Commenting out the second line would do the trick.

@KaiOrca
Copy link

KaiOrca commented Nov 30, 2022

documented in internal ticketing system as feature request ORCA-1332

@ckozianka
Copy link
Author

Honestly, this is not a FR. A correct plugin.php is a precondition which every ILIAS plugin has to fulfill.

Best regards
Carsten

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants