Support for TYPO3 v11
Feature Request
Is your feature request related to a problem? Please describe. I want to try out EXT:blog with TYPO3 v11.0, and didn't find a way to run EXT:blog with TYPO3 v11.0.0 yet.
Describe the solution you'd like
Would it be possible to set the TYPO3 compatibility to include typo3/cms-core:^11.*.*@dev in the composer.json to allow people to test your version?
Describe alternatives you've considered An alternative would be to use a private fork to achieve compatibility, which I'd like to avoid.
Hey @bmack thank you for your suggestion!
We just released a new version of the blog v10.0.0 that is the last version that supported TYPO3 9.5 LTS! That means we can now start making the blog extension ready for TYPO3 v11 add official compatibility when we are done.
The development branch (master) has now updated dependencies and you may require "11.0.x-dev" via composer to try out the current state with TYPO3 v11.x. But be aware our functional tests are telling us that there are still challenges that need to be addressed before it may work properly. There is currently no dedicated time allocated/planned to do the work - we still need to check ourselves what is not working correctly.
Have a good day!
I just tried to install this extension with composer req t3g/blog:dev-master on a recent typo3 installation with version 11.2 and got:
The following errors were found when trying to install "blog":
Your TYPO3 version is higher than this extension requires. It requires TYPO3 versions 10.4.99 - 11.0.99
Required extension "form":
The extension form is installed in version 11.2.0 but needed in version 10.4.99 - 11.0.99
@benjaminkott Is there any timeline / plans regarding the typo3 v11 compatibility?
Fixed since https://github.com/TYPO3GmbH/blog/releases/tag/11.0.0