mogic / t3x-changelog-info
TYPO3 info module to show parsed CHANGELOG.md content
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 0
Open Issues: 0
Type:typo3-cms-extension
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.md
file in the TYPO3 backend, with markdown rendering - Lets you configure the location of the
CHANGELOG.md
file - Links JIRA issue numbers
Setup
-
Install this extension:
$ composer require mogic/t3x-changelog-info
-
Configure the Jira links and the location of the
CHANGELOG.md
file in the extension settings.
Requirements
- TYPO3 v11 to v13