Skip to content
This repository was archived by the owner on Oct 16, 2023. It is now read-only.

WoltLabCompiler v2.1.9

Choose a tag to compare

@neurolag neurolag released this 06 Feb 20:43
· 100 commits to gh-moving since this release

WoltLabCompiler v2.1.9

Fixed

  • Broken ThemeCompiler
    So far, the theme-compiler wouldn't at images as specified in the Theme-settings. This issue is now fixed.

Updated

  • The PackageCompiler to add a <void>-tag in empty instruction-sets
    According to WoltLab's docs, this is useful for if you'd like to update nothing but the package's metadata. Check out WoltLab's docs for further information.

Removed

  • The creation of the <api>-tag inside the package.xml-file
    If you still want to have an <api>-tag inside your package.xml-file, you might want to pass the APIVersion to the package. However, please note that the use of the <api>-tag is deprecated according to WoltLab's docs

Show differences