Skip to content

feat!: add typo3 13 and 14 compatibility#22

Merged
ervaude merged 6 commits into
b13:masterfrom
lneugebauer:v14
May 19, 2026
Merged

feat!: add typo3 13 and 14 compatibility#22
ervaude merged 6 commits into
b13:masterfrom
lneugebauer:v14

Conversation

@lneugebauer
Copy link
Copy Markdown
Contributor

@lneugebauer lneugebauer commented May 18, 2026

Closes #19

@bmack bmack requested a review from ervaude May 18, 2026 19:39
Comment thread Classes/Service/GeoService.php Outdated
$this->geocodingUrl .= '&key=' . $apiKey;
}
$this->maxRetries = (int)($geoCodingConfig['maxRetries'] ?? 0);
$this->maxRetries = (int) ($geoCodingConfig['maxRetries'] ?? 0);
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Where does this CGL rule come from? I dont think the core uses a whitespace after a cast.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

I've used the default php-cs-fixer config before. I've updated the config and executed php-cs-fixer again with TYPO3 specific config.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Thank you

Comment thread ext_emconf.php Outdated
'createDirs' => '',
'clearCacheOnLoad' => 0,
'lockType' => '',
'version' => '5.0.0',
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Please update the version here as well to a new major release

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Done

Comment thread composer.json Outdated
},
"require-dev": {
"typo3/coding-standards": "^0.8.0",
"ssch/typo3-rector": "^3.14",
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

rector can be removed before we merge, right?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

I've removed the rector artifacts

Comment thread rector.php Outdated
'ClassAliasMap.php',
],
])
;
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

I dont think we need this file in the repository, or do we?

@lneugebauer lneugebauer requested a review from ervaude May 19, 2026 07:43
@ervaude ervaude merged commit 78e6e16 into b13:master May 19, 2026
@ervaude
Copy link
Copy Markdown
Contributor

ervaude commented May 19, 2026

Thank you very much @lneugebauer ❤️

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.

Support for TYPO3 Version 13

2 participants