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

# 8.3.0 - 12th May 2020 {#8-3-0-12th-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}

### Required Core version {#required-core-version}

Due to important bugfixes in TYPO3 Core itself, the minimum version is now either TYPO3 **9.5.17** *or* **10.4.2**.

### Improved RSS by plugin example {#improved-rss-by-plugin-example}

EXT:news now ships a modified version of EXT:fluid_styled_content's `List.html` to simplfiy the setup of RSS feeds.
All you need to do is use

> ```typoscript
> lib.contentElement.templateRootPaths.5 = EXT:news/Resources/Private/Examples/Rss/fluid_styled_content/Templates
> ```

## All Changes {#all-changes}

This is a list of all changes in this release:

```php
2020-05-12 [TASK] Raise requirements for TYPO3 Core (Commit 2a3bf518 by Georg Ringer)
2020-05-12 [FEATURE] Ship custom List.html of EXT:fluid_styled_content (Commit 9c92a3e0 by Georg Ringer)
2020-05-06 [DOC] Proper changelist for 8.2.0 (Commit 1401dc7c by Georg Ringer)

```

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