georgringer / t3monitoring_client

Monitoring client
GNU General Public License v2.0
28 stars 26 forks source link

[TASK] Add compatibility with TYPO3 v13.0 #85

Closed peterkraume closed 1 week ago

liayn commented 1 week ago

Peter, did you check (with rector or manually) whether all classes are really compatible?

peterkraume commented 1 week ago

Yes, I've checked that. Only problem is still this: https://github.com/georgringer/t3monitoring_client/blob/master/Classes/Provider/StatusReportProvider.php#L34 But since the code is currently only relevant for TYPO3 < v12, I didn't tackle that problem. Everything else is fine, Rector didn't find anything else to fix. I run my fork already in production.

liayn commented 1 week ago

Perfect. Thanks!

liayn commented 1 week ago

I'll adjust the readme accordingly then

peterkraume commented 1 week ago

I would have written 13.4 straight away. My patch includes the LTS and breaking changes are no longer to be expected.

And I have one more request: is a new release possible? Then I can switch back to the official version in my project.

liayn commented 1 week ago

Feel free to push the stuff and we'll create a new release.