Skip to main navigation Skip to main content Skip to page footer

Parsedown Extra Change-Log

2026-03-xx Release of version 5.0.0

  • [TASK] Add or update PHP doc comment for classes
  • [TASK] Migrate and normalize upgrade-wizards
  • [BUGFIX] Fix email rendering for TYPO3 13 and 14

2026-04-17 Release of version 4.3.8

  • [BUGFIX] Fix TypoScript identifier for mermaid-init JavaScript

2026-04-17 Release of version 4.3.7

  • [BUGFIX] Fix translation in new-content-element-wizard
  • [BUGFIX] Fix content-element registration

2026-03-26 Release of version 4.3.6

  • [TASK] Add site set configuration

2026-03-09 Release of version 4.3.5

  • [TASK] Add documentation about translations

2026-02-11 Release of version 4.3.4

  • [BUGFIX] Avoid inserting Markdown tab in all content elements

2026-01-27 Release of version 4.3.3

  • [TASK] Switch methods from protected to private in the final DrawItem class
  • [TASK] Code clean up and quality improvements

2025-10-20 Release of version 4.3.2

  • [TASK] Move jQuery libraries into footer

2025-10-20 Release of version 4.3.1

  • [TASK] Add jQuery as an optional static include
  • [TASK] Insert a more complex Mermaid example in the documentation

2025-10-13 Release of version 4.3.0

  • [FEATURE] Add markdown from an editor in content-element
  • [TASK] Add Nermaid into TER description

2025-10-11 Release of version 4.2.2

  • [TASK] Code clean up

2025-10-10 Release of version 4.2.1

  • [BUGFIX] Fix version definition

2025-10-10 Release of version 4.2.0

  • [FEATURE] Add Mermaid diagram support

2025-09-08 Release of version 4.1.2

  • [BUGFIX] Add forceOnTop for Prism JavaScript library, so that it is loaded before the other libraries

2025-08-29 Release of version 4.1.1

  • [TASK] Update developer section in documentation
  • [TASK] Add or update PHP doc comment for classes
  • [TASK] Add translations.json file for documentation
  • [BUGFIX] Set a unique upgrade wizard identifier

2025-05-26 Release of version 4.1.0

  • [BUGFIX] Fix colleting attributes for links and images, so that all defined CSS classes remains
  • [BUGFIX] Fix building links in TYPO3 13
  • [BUGFIX] Fix usage of translated files in content-element
  • [BUGFIX] Fix sorting of backend file selection
  • [FEATURE] Provide an optional selection for a markdown file by FAL
  • [TASK] Optimize code style

2025-04-14 Release of version 4.0.2

  • [TASK] Migrate to plugins to content elements and icon registration
  • [BUGFIX] Fix new content element wizards for TYPO3 12

2025-02-18 Release of version 4.0.1

  • [BUGFIX] Fix deprecation notice for nullable method parameter
  • [TASK] Mark compatible with PHP 8.4

2024-11-27 Release of version 4.0.0

  • [TASK] Migrate to TYPO3 13, remove support for TYPO3 11
  • [TASK] Migrate TypoScript imports

2024-07-08 Release of version 3.0.5

  • [BUGFIX] Fix PHP parent class issue by updating ParseDown-Extra library
  • [TASK] Optimize version conditions in PHP code
  • [TASK] Code style optimization

2023-11-01 Release of version 3.0.4

  • [TASK] Clean up documentation
  • [BUGFIX] Fix get content object for TYPO3 11

2023-10-27 Release of version 3.0.3

  • [BUGFIX] Fix access on non defined ctype index in backend preview

2023-08-18 Release of version 3.0.2

  • [TASK] Migration of tt_content_drawItem hook for TYPO3 12

2023-08-16 Release of version 3.0.1

  • [TASK] Add more documentation

2023-08-08 Release of version 3.0.0

  • [TASK] Migrate to TYPO3 12 and remove support for TYPO3 10

2022-11-29 Release of Version 2.3.2

  • [BUGFIX] Fix insecure js library loading

2022-11-20 Release of Version 2.3.1

  • [BUGFIX] Fix attributes and classes for HTML table rendering

2022-11-07 Release of Version 2.3.0

  • [FEATURE] Insert configuration for image tag attributes
  • [BUGFIX] Fix PHP warnings for PHP 8.0

2022-09-09 Release of Version 2.2.0

  • [TASK] Upgrade Parsedown Extra Plugin

2022-08-18 Release of Version 2.1.3

  • [TASK] Optimize documentation metadata

2022-05-09 Release of Version 2.1.2

  • [BUGFIX] Fix selected markdown item in backend flexform
  • [TASK] Clean up ext_tables.php
  • [TASK] Update of the parsedown/extra/plugin libraries
  • [TASK] Add missing documentation file for styleguide

2022-04-09 Release of Version 2.1.1

  • [TASK] Move backend icon into Resources/Public/Icons
  • [TASK] Add content object into Fluid template

2022-02-07 Release of Version 2.1.0

  • [TASK] Insert a Styleguide Documentation page
  • [TASK] Code clean up
  • [TASK] Extend and validate documentations configuration
  • [TASK] Add documentations configuration
  • [TASK] Drop support for TYPO3 9
  • [TASK] Rise PHP version to 7.4
  • [TASK] Preparations for TYPO3 11

2021-02-19 Release of Version 2.0.2

  • [BUGFIX] Handle only relative files in markdown selection

2021-02-18 Release of Version 2.0.1

  • [BUGFIX] Fix file selection in content element

2021-02-14 Release of Version 2.0.0

  • [TASK] Migration for TYPO3 10

2021-01-07 Release of Version 1.5.3

  • [TASK] Add extra tags in composer.json
  • [TASK] Add german translation

2020-11-13 Release of Version 1.5.2

  • [BUGFIX] Check if markdown file exists in parsedown ViewHelper

2020-11-13 Release of Version 1.5.1

  • [TASK] Change extra tags

2020-11-13 Release of Version 1.5.0

  • [TASK] Disable Record storage page and Recursive in tt_content
  • [FEATURE] Viewhelper file attribute

2020-06-25 Release of Version 1.4.2

  • [TASK] Update extra tags in composer.json
  • [TASK] Update description in ext_emconf.php

2020-06-04 Release of Version 1.4.1

  • [TASK] Add extra tags in composer.json
  • [BUGFIX] Fix version in ext_emconf.php

2020-05-25 Release of Version 1.4.0

  • [TASK] Cleanup Change-Log

2020-01-13 Release of version 1.3.0

  • [FEATURE] Add parameter for shift HTML headlines
  • [FEATURE] Add parameter for disable email protection

2019-11-01 Release of version 1.2.2

  • [TASK] Add Gitlab-CI configuration.

2019-11-01 Release of version 1.2.1

  • [BUGFIX] Fix warning in TCA overrides.
  • [TASK] Changing links inside documentation.
  • [TASK] Remove DEV identifier.
  • [BUGFIX] Fixing argument type in Parsedown ViewHelper.

2019-01-21 Release of version 1.2.0

  • [TASK] Migration for TYPO3 9.5.

2018-10-24 Release of version 1.1.2

  • [BUGFIX] Fixing pass configuration from TypoScript.

2018-10-10 Release of version 1.1.1

  • [BUGFIX] Fixing array iteration of abbreviations.

2018-10-03 Release of version 1.1.0

  • [TASK] Moving abbreviations configuration into TypoScript settings.
  • [FEATURE] Adding configuration for CSS classes in HTML table tags.
  • [FEATURE] Adding configuration for Link attributes in HTML a tags.
  • [TASK] Working on documentation.
  • [TASK] Removing FlexForm and using DB-Field for selected Markdown files.
  • [TASK] Moving JavaScript into Footer
  • [FEATURE] Add page module preview
  • [TASK] Add icon as SVG
  • [FEATURE] Add parseing for email links with TYPO3 encryption
  • [TASK] Add a parse ViewHelper

2017-06-25 Release of version 1.0.0

  • [TASK] Development of first version
Documentation

TYPO3 Parsedown-Extra by coding.ms

Provides a content element and ViewHelper which displays markdown files including Mermaid diagrams (UML, Activity, State and more). Parses email links with TYPO3 encryption. ViewHelper for parsing Markdown from individual sources. Defining abbreviations globally by using TypoScript. Code/Syntax Highlighting and many more.

Menu