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

TYPO3 v11 and v12 compatibility #23

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Conversation

cdaecke
Copy link

@cdaecke cdaecke commented Oct 7, 2021

ATTENTION
GeorgRinger\News\ViewHelpers\ImageSizeViewHelper has change in ext:news v9, so the Opengraph.html partial was adapted.

ext:news < v9 NO parameter "image" is used:

<n:metaTag property="og:image:width" content="{n:imageSize(property:'width')}" />

ext:news >= v9 parameter "image" is required:

<n:metaTag property="og:image:width" content="{n:imageSize(property:'width', image:'{ogImagePath}')}" />

Note:
Final stable version 9 of ext:news is not out yet.

…news v9 added.

ATTENTION
GeorgRinger\News\ViewHelpers\ImageSizeViewHelper has change in ext:news v9, so the Opengraph.html partial was adapted.

ext:news < v9 NO parameter "image" is used:
<n:metaTag property="og:image:width" content="{n:imageSize(property:'width')}" />

ext:news >= v9 parameter "image" is required:
<n:metaTag property="og:image:width" content="{n:imageSize(property:'width', image:'{ogImagePath}')}" />
@cdaecke
Copy link
Author

cdaecke commented Oct 7, 2021

@cdaecke
Copy link
Author

cdaecke commented Aug 29, 2024

I have just added compatibility for TYPO3 v12

@cdaecke cdaecke changed the title Update dependencies: TYPO3 v11, ext:yoast_seo v8 and ext:news v9 added. Update dependencies: TYPO3 v11 and v12, ext:yoast_seo v8 and ext:news v9 added. Aug 29, 2024
@cdaecke cdaecke changed the title Update dependencies: TYPO3 v11 and v12, ext:yoast_seo v8 and ext:news v9 added. TYPO3 v11 and v12 compatibility Aug 29, 2024
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.

1 participant