Changelog¶
All notable changes to this extension, newest first.
[1.3.2] – 2026-08-14¶
Changed¶
- The TER manual now points to the documentation site at
https://docs.netthinks.com/nt-supporttimes/ instead of the GitHub README,
via
support.docsandhomepageincomposer.json.
[1.3.1] – 2026-08-14¶
Added¶
- Documentation site at https://docs.netthinks.com/nt-supporttimes/ (English and German), covering installation, configuration, usage and the internals.
Changed¶
- Author unified to "NET.THINKS" in
composer.jsonandext_emconf.php. - The TER upload comment is now taken from this changelog instead of the tag subject, so the release note shown in the TER is maintained in one place.
[1.3.0] – 2026-07-05¶
Added¶
- Backend notification that warns when the installed TYPO3 version is outdated, so the support status is visible without opening the dashboard widget.
[1.2.2] – 2026-02-28¶
Security¶
- Hardened the roadmap output against XSS injection.
- Enabled SSL certificate verification in the
fetchJsonmethod.
[1.2.1] – 2025-12-30¶
Changed¶
- Renamed the extension from "TYPO3 Support Roadmap" to "TYPO3 Support Times".
[1.2.0] – 2025-12-30¶
Changed¶
- Reworked the dashboard widget layout with flexbox and sticky headers for reliable scrolling.
- Removed the redundant widget header from the dashboard template.
[1.1.2] – 2025-12-29¶
Changed¶
- Moved the Page TSConfig for the content-element wizard from
ext_localconf.phptoConfiguration/page.tsconfig.
[1.1.1] – 2025-12-29¶
Changed¶
- Switched the SupportTimesWidget to Fluid's
TemplateViewfor rendering.
[1.1.0] – 2025-12-29¶
Changed¶
- Modernized the FlexForm XML structure and normalized the plugin identifier case.
[1.0.0] – 2025-12-29¶
Added¶
- Initial release: dashboard widget showing the TYPO3 support times and roadmap,
plus a frontend plugin (
ntsupporttimes_pi1) with FlexForm configuration. - ApexCharts bundled and loaded locally, no external CDN.
- GPL-2.0-or-later license.