Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add TYPO3 13 compatibility #58

Merged
merged 4 commits into from
Nov 15, 2024
Merged

Conversation

mediaessenz
Copy link
Contributor

#57

*/
protected function getPageTsConfig(ServerRequestInterface $request): array
{
$pageInformation = $request->getAttribute('frontend.page.information');
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This change only works in v13, but the changes you make in composer.json says that the code should also stay compatible with older versions.

How about we make it work for v12 and v13 at the same time and drop the older versions?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good idea.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Here you go ...

@bmack bmack merged commit d18dd34 into FriendsOfTYPO3:master Nov 15, 2024
1 check passed
@bmack
Copy link
Member

bmack commented Nov 15, 2024

thanks for your work on this @mediaessenz

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants