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

Version 11.0.0 not compatible with TYPO3 10.4 #142

Closed
thomas-lepage opened this issue Dec 8, 2021 · 0 comments
Closed

Version 11.0.0 not compatible with TYPO3 10.4 #142

thomas-lepage opened this issue Dec 8, 2021 · 0 comments

Comments

@thomas-lepage
Copy link

The required version for the core in the latest version of the plugin (11.0.0) says it's compatible with TYPO3 ^10.2 || ^11.5

But there is multiple thing that are not compatible. The first one is the variable declaration in Classes/Database/RteImagesSoftReferenceIndex.php:29

Typed properties are only available in PHP 7.4, but TYPO3 10.4 have a PHP requirement of >= 7.2 <= 7.4. Some installation will not be compatible with the plugin.

Also, in the same classe, it extends TypolinkSoftReferenceParser, but this class is not available in TYPO3 10.4.

All my tests, where made with TYPO3 10.4.21, PHP 7.2 and PHP 7.4

cnmarco added a commit to cnmarco/t3x-rte_ckeditor_image that referenced this issue Dec 9, 2021
…ackwards compatibility

Fixed img src generation on first save of RTE, changed TYPO3 version constraints (fixes netresearch#126 and netresearch#142)
CybotTM pushed a commit that referenced this issue Dec 11, 2021
Fixed img src generation on first save of RTE, changed TYPO3 version constraints (fixes #126 and #142)
@CybotTM CybotTM closed this as completed Dec 11, 2021
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

No branches or pull requests

2 participants