IchHabRecht / filefill

Find and fetch missing local files from different remotes
GNU General Public License v2.0
63 stars 34 forks source link

[BUGFIX] Fixes #73 #79

Closed magicsunday closed 8 months ago

IchHabRecht commented 8 months ago

Hi @magicsunday

Thank you for your pull request. Unfortunately this change seems to break backward compatibility to older doctrine versions that are needed for previous TYPO3 versions. I guess the needed fix is already included in the branch https://github.com/IchHabRecht/filefill/commit/5bdcb81f50a3bed2e0565a0b50ea957fab5b271f

IchHabRecht commented 8 months ago

This PR should be obsolete with the release of filefill 4.3.2

magicsunday commented 8 months ago

I my opinion it is always a bad thing, trying to support multiple versions of TYPO3 in a single branch. This way you will never get rid of the old outdated stuff and gain advantage of new features.