Skip to content

Commit

Permalink
TASK: Add changelog for 4.0.20
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenkins committed Oct 25, 2019
1 parent a7b547d commit 5630527
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions Documentation/Appendixes/ChangeLogs/4020.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
`4.0.20 (2019-10-25) <https://github.com/neos/neos-development-collection/releases/tag/4.0.20>`_
================================================================================================

Overview of merged pull requests
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

`BUGFIX: Add type="text" to title input field <https://github.com/neos/neos-development-collection/pull/2747>`_
---------------------------------------------------------------------------------------------------------------

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: Always select local original asset in media browser <https://github.com/neos/neos-development-collection/pull/2743>`_
------------------------------------------------------------------------------------------------------------------------------

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 <https://github.com/neos/neos-development-collection/pull/2725>`_
-------------------------------------------------------------------------------------------------------------------------------------------

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 <https://github.com/neos/neos-development-collection/compare/4.0.19...4.0.20>`_
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

0 comments on commit 5630527

Please sign in to comment.