Skip to content

Releases: thojou/ilias-plugin-utils

v8.0.0

28 Feb 16:34
Compare
Choose a tag to compare

Changelog

  • Rework integration for ILIAS release_8 Branch

v7.0.0

28 Feb 16:24
Compare
Choose a tag to compare

Changelog

  • Rework compatibility for ILIAS release_7

Release 1.0.1

03 Oct 12:43
Compare
Choose a tag to compare

Changelog

  • Fix composer.json autoloading definition.

Release 1.0.0

03 Oct 12:37
Compare
Choose a tag to compare

This is the initial release of the ilias-plugin-utils library. 🚀

📦 Key Features:

  • Dependency Injection with PluginContainer: Manage dependencies and services for your plugin.
  • Extract essential information from your plugin's composer.json file with PluginInfo.
  • Test Bootstrap using bootstrap.php for setting up the test environment.
  • Base test case classes for GUI-related and plugin-related tests: AbstractGUITestCase and AbstractPluginTestCase.
  • Test Traits to simplify testing: ContainerMockHelperTrait, ConfigGUIHelperTrait, CommonHelperTrait, PageComponentHelperTrait, and PluginHelperTrait.