mogic / t3x-changelog-info
TYPO3 info module to show parsed CHANGELOG.md content
Package info
github.com/mogic-le/t3x-changelog-info
Type:typo3-cms-extension
pkg:composer/mogic/t3x-changelog-info
v1.2.1
2024-12-18 15:10 UTC
Requires
- michelf/php-markdown: ^2.0
- typo3/cms-core: ^11.5 || ^12.4 || ^13.4
README
This TYPO3 extension provides a backend module to show the current project's
CHANGELOG.md file.
Features:
- Show the
CHANGELOG.mdfile in the TYPO3 backend, with markdown rendering - Lets you configure the location of the
CHANGELOG.mdfile - Links JIRA issue numbers
Setup
-
Install this extension:
$ composer require mogic/t3x-changelog-info -
Configure the Jira links and the location of the
CHANGELOG.mdfile in the extension settings.
Requirements
- TYPO3 v11 to v13