---
title: "8.2.0 - 4th May 2020"
manual: "News system"
version: "main"
permalink: "https://docs.typo3.org/permalink/georgringer/news:8-2-0-4th-may-2020@main"
source: "Misc/Changelog/8-2-0.rst"
rendered: "2026-09-23T19:24:09+00:00"
---

# 8.2.0 - 4th May 2020 {#8-2-0-4th-may-2020}

-   [Important changes](https://docs.typo3.org/permalink/georgringer/news:important-changes@main)
-   [All Changes](https://docs.typo3.org/permalink/georgringer/news:all-changes@main)

## Important changes {#important-changes}

The slug eval configuration of all 3 slug fields (news,tag and category record) is changed from `uniqueInSite` to `unique`.

If you really need `uniqueInSite` you can switch to this setting in the Extension settings in the Install Tool.

**Some further explanation:**

-   If `uniqueInSite` is used, news records in multiple sites can have the slug. The drawback is that those news can't be shared between these sites.
-   Using `unique` means that news records in multiple sites have always a different slug, no matter if the title is the same or not. Therefore news can be shared between multiple sites.

## All Changes {#all-changes}

This is a list of all changes in this release:

```php
2020-05-06 Apply fixes from StyleCI (#1262) (Commit c0a7da2e by Georg Ringer)
2020-05-06 [!!!][BUGFIX] Change slug evaluation to unique instead of uniqueInSite (Commit b578b8f1 by Georg Ringer)
2020-05-06 [BUGFIX] Force integer for chunk size (Commit d41e9471 by Georg Ringer)
2020-05-05 [TASK] Avoid TCA migration entries for 10 LTS (Commit 9fd89417 by Georg Ringer)

```

This list has been created by using `git log 8.1.0..HEAD --abbrev-commit --pretty='%ad %s (Commit %h by %an)' --date=short`.
