Update 7.0.0:
- Add support for TYPO3 v14
- Drop support for TYPO3 v12
- Add site set configuration
- Add additional plugin configuration options
- Bugfixes, optimizations and refactorings
Update 6.1.2:
- Remove "TCEforms" tag from FlexForm XML
- Use real slug value instead of dummy due to restrictions
- Code optimizations
- Add hook to auto clear terms cache if term in storage was edited
- Don't use range array for trim function if characters are empty
Update 5.0.4:
- Add missing term link to parsing term
- Prevent array key warnings
- Add URL segment to term model
- Simplify term anchor links and adjust slug preview prefix
Update 4.2.0:
- Limit parsing of DOM to configurable node/tag (ID) (thanks to Julian Hofmann)
- Optimize parser performance with separate simplified term parser object (thanks to Julian Hofmann)
- Dynamic page based and content based exclusion from parsing (thanks to Lina Wolf)
- Add menu processor for terms
- Case sensitivity workaround for umlauts
- Add page title provider for character pagination and term detailpage
- Documentation updates
- Add special option for range routing mapper, for adding special chars
Update 4.0.0:
- Add support for TYPO3 v11 (dropped for TYPO3 v9)
- Use of symfony dependency injection
- Added custom character pagination API to replace widget based pagination
Update 3.2.1:
- Fix TCA sorting for synonyms & descriptions in term inline fields
- Add option to keep the origin term for data wrap when parsing synonyms
v3.0.5
- Update typoscript syntax to prevent deprecation warnings
- Parser optimizations
- add slash replacement for slug field
- Add preview option for the slug field, see documentation
- Bugfix for dom picture repair function due to backtrack limit issues
Update 3.0.4
- Add page title provider
- Bugfix for html5 picture issues
- Bugfix for cache identifier
- Max replacement option for each term
- TCA optimizations
- Code refactorings
Update 3.0.0:
- Compatibility to 9.5 LTS
- Add slug field for routing (migration comes with the install wizard)
- IMPORTANT!: Removed seperat detailpage plugin (you'll have to adjust this manually)
- Remove backpage param and always use http r
- Added canonical url for detailpage
- Preview plugin for highlighting terms
- refactoring of template structur (check if you overwrote the templates before update)
- Bugfix missing argument for detailpage link
- Bugfix no min for syn
- Added canonical url for detailpage
- Preview plugin for highlighting terms
- refactoring of template structur (check if you overwrote the templates before update)
- Bugfix missing argument for detailpage link
- Added canonical url for detailpage
- Preview plugin for highlighting terms
- refactoring of template structur (check if you overwrote the templates before update)
- Upgraded media field to be more standard standard conform
- Media field can now also handle media urls
- PHP version check for hook registration (extension is usable usable with PHP lower than 5.4)
Update 2.4.0: NEW minor update
- Please RUN THE EXTENSION UPDATE SCRIPT from the extension manager
- The vendor prefix has changed, please DEACTIVATE AND REACTIVATE the extension because of the autoloading
- Clear all caches in trouble first
- Images
- Fix realurl conf injection for multidomain sites
- use php functions to sort terms instead of raw statement
- Add own exception to widget controller
- fixed termLang visbility in detailview
Removed direct translation from records. (No necessarity in the glossary context and prevents the pagination from being broken during extbase language overlay)
Update 2.2.0: New features and changes in the plugin.
You will have to create a detailpage, set a list- and a detailplugin and configure the ids in your root template.
Please read https://github.com/featdd/dpn_glossary/blob/master/README.md before Upd
No seperate detailpage anymore (plugin page is the detailpage)
Schema changes for multiple descriptions
(IMPORTANT!: run the update script in the extension manager to update your descriptions for the new
New Major release!!! Reimplementation of the termparser. Links are now configurable all over typoscript. For more information see: https://github.com/featdd/dpn_glossary
New Major release 2.0.0!!!
Reimplementation of the termparser.
Links are now configurable all over typoscript.
For more information see: https://github.com/featdd/dpn_glossary
- Re-add deprecated "addPiFlexFormValue" method for v13 support