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

v1.2.1 2024-12-18 15:10 UTC

This package is auto-updated.

Last update: 2024-12-18 15:10:45 UTC


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

  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