Timo Webler
Timo Webler
The command `use` does not support the short version. ``` phpbrew use 7.2 php version: 7.2 not exists. ``` `phpbrew use 7.2` should use the latest installed PHP 7.2 version....
This patch work for us: ```diff diff --git a/src/consent-manager.js b/src/consent-manager.js index 7a117fd..e991b53 100644 --- a/src/consent-manager.js +++ b/src/consent-manager.js @@ -311,7 +311,9 @@ export default class ConsentManager { for(const attribute of element.attributes){...
i provided a pull request for that. #504
TYPO3 remove the `type` from the settings within TYPO3 11. https://github.com/TYPO3/typo3/blob/11.5/typo3/sysext/core/Classes/Routing/Aspect/AspectFactory.php#L100
This is really annoying. Every new release our test fail because this will not be fixed. It would be really nice if we can use the newest version with extension...
This may be related to https://forge.typo3.org/issues/106984.
Is already done by an other pr. #20
I will provide a new MR with the new `SiteConfigurationLoadedEvent` from https://forge.typo3.org/issues/92778
I removed the support for TYPO3 10. I hope these is not a problem. Maybe we also remove the support for TYPO3 11 to remove the xclass.
@smichaelsen Have you had time to take a look at the changes?