Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

3.0.0 - 2023-03-04

Added

  • Compatibility with TYPO3 v12 (#35)

Changed

  • Fluid template of code snippet content element

Removed

  • Compatibility with TYPO3 v9 and TYPO3 v10 (#25, #26)

2.12.1 - 2022-11-12

Fixed

  • TCA configuration of content element is missing in TYPO3 v11.5.18 (#37)

2.12.0 - 2022-08-23

Updated

2.11.0 - 2022-04-19

Added

  • Compatibility with typo3/cms-composer-installers v4 (#33)

Changed

  • The PrismJS autoloader JavaScript can't be concatenated anymore with other JavaScript files (#33)

Updated

2.10.0 - 2022-02-19

Updated

2.9.0 - 2022-01-07

Updated

2.8.0 - 2021-11-01

Added

  • Button "Copy" to copy a code snippet to the clipboard (#27)

Fixed

  • Move content element to group "special" in type select box (TYPO3 v10+)

2.7.0 - 2021-09-19

Security

  • Update PrismJS to version 1.25.0

2.6.1 - 2021-07-04

Updated

2.6.0 - 2021-06-28

Updated

2.5.0 - 2021-01-06

Security

  • Update PrismJS to version 1.23.0

2.4.0 - 2020-12-27

Added

  • Plugin "Inline colour" to show colour preview in CSS snippets

  • Compatibility with TYPO3 v11

2.3.0 - 2020-10-12

Updated

Fixed

  • Show content element in wizard in TYPO3 v10

2.2.0 - 2020-08-08

Updated

2.1.0 - 2020-04-01

Updated

2.0.1 - 2019-12-20

Added

  • Add t3 pseudo language (#13)

Fixed

  • Fixed an error when editing translated content (#14)

2.0.0 - 2019-11-07

Added

  • Possibility to display filename for snippet (#10)

Changed

  • Move asset handling and HTML code generation from template to view helper (#8)

  • Move command line TypoScript settings to site configuration (#9)

  • Separate shell and bash, bnf and rbnf in the list of available languages

1.1.1 - 2019-10-13

Fixed

  • Use reference to lib.contentElement instead of assigning FLUIDTEMPLATE (#5)

1.1.0 - 2019-10-11

Added

  • Setting for default user and host in command line (#2)

  • Activate heading and appearance tab in content element (#3)

  • Using URL hash to highlight lines and jump to them (#4)

1.0.1 - 2019-10-03

Added

  • German translations

1.0.0 - 2019-10-01

Added

  • Content element "Code Snippet"

  • Syntax highlighting with PrismJS