Document that view counters should not increase for disabled content
authorTim Düsterhus <duesterhus@woltlab.com>
Fri, 29 Oct 2021 09:28:36 +0000 (11:28 +0200)
committerTim Düsterhus <duesterhus@woltlab.com>
Fri, 29 Oct 2021 09:28:36 +0000 (11:28 +0200)
Resolves #239

docs/migration/wsc54/php.md

index 65b3f44f8c8d8080957d05199d03fba24b6eccae..f56fcc9a1d2d7cb9ab42beb086eb0f3d0fb1786f 100644 (file)
@@ -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)