5.3.4 (2019-09-05)

Overview of merged pull requests

Revert “TASK: Include TYPO3Fluid for reflection”

This reverts commit e5bb869d3d1262080bbe687095e7b4a58789d971.

This is necessary, because the inclusion of Fluid in reflection for 4.3 introduced a regression, due to a wrong annotation in Fluid versions < 2.3.

See https://github.com/TYPO3/Fluid/pull/260

Fixes #1756

NOTE: This revert should not be included in upmerges, since the issue does not exist in Flow 5.0+ as it requires Fluid 2.5 minimum

  • Packages: Flow

TASK: Loosen typo3fluid/fluid dependency

Adjusts the dependency declared in neos/fluid-adaptor to complement https://github.com/neos/flow-development-collection/pull/1638 and thus fix https://github.com/neos/flow-development-collection/pull/1756

  • Packages: Flow FluidAdaptor

BUGFIX: Fix PdoBackend status & setup

This fixes the PdoBackend::getStatus() and PdoBackend::setup() implementation by getting rid of the Doctrine dependency.

Background:

When configuring the PdoBackend to use the same database that already contains tables with special Doctrine type mappings (for example flow_json_array) comparing the schema led to an exception.

Fixes: #1513

  • Packages: Cache Flow

BUGFIX: Allow string for trusted proxies again (env variable use)

Fixes a regression introduced with #1683

  • Packages: Flow

BUGFIX: Don’t redirect `.well-known`

This is necessary in order to allow e.g. certbot to do it’s job.

  • Packages: Flow

Detailed log