From: Tim Düsterhus Date: Fri, 29 Oct 2021 09:28:36 +0000 (+0200) Subject: Document that view counters should not increase for disabled content X-Git-Tag: 5.6.final~120 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=e83f46a079aab1bb3a2205d6926a6461e9ee1941;p=GitHub%2FWoltLab%2Fwoltlab.github.io.git Document that view counters should not increase for disabled content Resolves #239 --- diff --git a/docs/migration/wsc54/php.md b/docs/migration/wsc54/php.md index 65b3f44f..f56fcc9a 100644 --- a/docs/migration/wsc54/php.md +++ b/docs/migration/wsc54/php.md @@ -364,7 +364,15 @@ Note that when deleting phrases, the category does not have to be specified beca !!! warning "Mixing the old structure and the new structure is not supported and will result in an error message during the import!" -## Miscellaneous Additions +## Miscellaneous Changes + +### View Counters + +With WoltLab Suite 5.5 it is expected that view/download counters do not increase for disabled content. + +See [WoltLab/WCF#4374](https://github.com/WoltLab/WCF/pull/4374) for details. + +### Form Builder - [`ValueIntervalFormFieldDependency`](../../php/api/form_builder/dependencies.md#valueintervalformfielddependency) - [`ColorFormField`](../../php/api/form_builder/form_fields.md#colorformfield)