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 v9 compatibility #23

Merged
merged 9 commits into from
Oct 5, 2018
Merged

TYPO3 v9 compatibility #23

merged 9 commits into from
Oct 5, 2018

Conversation

dmitryd
Copy link
Contributor

@dmitryd dmitryd commented Oct 5, 2018

This makes the ext working onTYPO3 8.7-9.5.0.

Based on work of @florianwessels.

'constraints' => [
'depends' => [
'typo3' => '8.7.0-8.7.99',
'sv' => '8.7.0-8.7.99',
Copy link
Member

Choose a reason for hiding this comment

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

I guess you removed it due to not being available in v9 anymore. I still suggest adding it to the suggests section, in order to have a correct dependency chain (loading order) in v8.
It is of course not critical as core extensions are loaded first anyways.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Also not critical because openid can be loaded in any order. It does not use anything from other extensions during TYPO3 initialisation.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I think we can just ignore that. Otherwise it may confuse people when installing the ext in the EM.

@liayn
Copy link
Member

liayn commented Oct 5, 2018

Funny that the only thing that was to be adjusted, was the BACK_PATH stuff.

@liayn liayn changed the title Typo3 9 compatibility (tested & working) TYPO3 v9 compatibility Oct 5, 2018
@liayn liayn merged commit 3bb039b into FriendsOfTYPO3:master Oct 5, 2018
@dmitryd dmitryd deleted the TYPO3_9-compatibility branch October 17, 2018 13:14
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