This repository was archived by the owner on Oct 16, 2023. It is now read-only.
WoltLabCompiler v2.1.9
WoltLabCompiler v2.1.9
Fixed
- Broken
ThemeCompiler
So far, the theme-compiler wouldn't at images as specified in theTheme-settings. This issue is now fixed.
Updated
- The
PackageCompilerto 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 thepackage.xml-file
If you still want to have an<api>-tag inside yourpackage.xml-file, you might want to pass theAPIVersionto the package. However, please note that the use of the<api>-tag is deprecated according to WoltLab's docs