bednee / cooluri

GIT repository for TYPO3 extension CoolUri
7 stars 12 forks source link

[BREAKING] Mark v1.2 as incompatible with 8LTS and or make compatible to both LTS #97

Closed jpmschuler closed 4 years ago

jpmschuler commented 4 years ago

The composer json should be updated to

  "require": {
    "typo3/cms-core": "^9.5",

and the current version should be replaced/withdrawn as is, as the changes for 9LTS compatibility (thx for all of them!) introduced are breaking, e.g.

As 1.2 also merged all PHP 7.2 compatibility updates it would be wonderful to have 8LTS compatibility for the future, nevertheless it is a hardship.

I'm working on a PR to fix the above, but don't know when it is ready, until then all 8LTS composer installs would break with Exceptions in the frontend and need to resort to a fixed <1.2 cooluri version.

bednee commented 4 years ago

Fixed and released as 1.2.1

bednee commented 4 years ago

1.1.5 is pretty stable and can be used with 8. I don't plan to add any new features or fix any outstanding issues that would need porting to 8.