4.3.6 (2019-10-25)

Overview of merged pull requests

BUGFIX: Adjust wrong parameters for log call

This is probably an oversight during upmerges, the log(…) call expects the level as first parameter. By now this should be a warning(…) call.

  • Packages: Browser Media Neos

BUGFIX: Add type=”text” to title input field

Even though the input field is read-only, the type should be given. At least that makes sure the styling is correct.

  • Packages: Browser

BUGFIX: Call PSR logger with warning directly

Fixes: #2744

  • Packages: Browser Neos

BUGFIX: Always select local original asset in media browser

Only query for imported assets that are not a variant of an originally imported asset.

Fixes #2742

  • Packages: Browser Media

TASK: Make countAll() in AssetRepository work as expected for subclasses

Any repository extending AssetRepository would need to override the countAll() method or would always return the count of all assets, not only the type the repository dealt with.

Now countAll() counts all assets or the specific type as expected.

Fixes #2724

  • Packages: Media Neos

Detailed log