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.
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)
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.4.0 - 2020-12-27¶
Added¶
- Plugin “Inline colour” to show colour preview in CSS snippets
- Compatibility with TYPO3 v11
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)