Skip to content

TYPO3 info module to view parsed CHANGELOG.md file

License

Notifications You must be signed in to change notification settings

mogic-le/t3x-changelog-info

Repository files navigation

TYPO3 changelog information

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

  1. Install this extension:

    $ composer require mogic/t3x-changelog-info
    
  2. Configure the Jira links and the location of the CHANGELOG.md file in the extension settings.

Requirements

  • TYPO3 v11 to v13