---
title: "5.1.0 - 2016/09/12"
manual: "News system"
version: "main"
permalink: "https://docs.typo3.org/permalink/georgringer/news:5-1-0-2016-09-12@main"
source: "Misc/Changelog/5-1-0.rst"
rendered: "2026-09-23T19:24:09+00:00"
---

# 5.1.0 - 2016/09/12 {#5-1-0-2016-09-12}

-   [Thanks to](https://docs.typo3.org/permalink/georgringer/news:thanks-to@main)
-   [Features](https://docs.typo3.org/permalink/georgringer/news:features@main)
-   [All Changes](https://docs.typo3.org/permalink/georgringer/news:all-changes@main)

## Thanks to {#thanks-to}

Open-Source is all about community and support! I want to thank everyone who contributed reports on forge, feedback on any channel and code!

Especially I want to thank my employer **Sup7even Digital**. Check out our new website [http://www.sup7even.digital/](http://www.sup7even.digital/)!

## Features {#features}

### Category Constraints for FlexForms {#category-constraints-for-flexforms}

The listing of categories inside a news record can be restricted by settings in the Extension Manager. The restriction can now be used in the FlexForm configuration as well by enabling it with TsConfig `tx_news.categoryRestrictionForFlexForms = 1`.

## All Changes {#all-changes}

This is a list of all changes in this release:

```php
2016-09-09 [FEATURE] check category constraint in flexforms as well (Commit 4b9ac8f by Georg Ringer)
2016-09-09 [BUGFIX] Change rte transformation (Commit 52d21b7 by Georg Ringer)
2016-09-09 [TASK] Fix a typo (Commit 6ac3d28 by Georg Ringer)
2016-09-09 [BUGFIX] Use different namespace for BackendUtility in PageLayoutView (Commit 4566dfc by Georg Ringer)
2016-09-05 [BUGFIX] Provide requestUri (Commit 2d0c309 by Georg Ringer)

```

This list has been created by using `git log --since="2016/09/03" --abbrev-commit --pretty='%ad %s (Commit %h by %an)' --date=short`.
