ChangeLog
Version 3.2.1
- Add badges to README.md
- Add .crowdin.yml to .gitattribute
Version 3.2.0
- Add TYPO3 11 compatibility
- Update documentation
- Remove unused session object from controller
- Use 4 space indents in fluid templates
- Migrate makeCategorizable to TCA
Version 3.1.0
- Use inject methods in controller
- Update files for github actions
- Set dependency for glossary2 to 5.0.0
Version 3.0.12
- Add compatibility to yellowpages2 ^5.0
Version 3.0.11
- Move SlugHelper from constructor argument into getSlugHelper()
Version 3.0.8
- Remove title from SVG icons
Version 3.0.7
- Add getFirstLogo to company model
Version 3.0.6
- Remove GROUP BY from query, as it is not compatible with pageBrowser
Version 3.0.5
- Use translation of core/frontend instead of lang in TCA
- Update translation of post address and contact
Version 3.0.4
- Replace Google+ column with Instagram
Version 3.0.3
- Add getter to get first main trade
Version 3.0.2
- Register Slug UpgradeWizard
Version 3.0.1
- Remove useless translations
Version 3.0.0
- Add TYPO3 10 compatibility
- Remove TYPO3 8 compatibility
- Add new Extbase table mapping
- Remove old main trade updater
- Remove TYPO3 columns from ext_tables.sql
- Add TYPO3 license file
- Remove Travis implementation
- Add github actions
- Add path_segment. Add SlugUpdater
- Restructure TCA fields
Version 2.0.1
- Set maps2 requirement to verison 7.1.3
Version 2.0.0
- Solve doc header conflict in Category model
- Move ext_icon to Resources/Public/Icons
- Respect strict_types in AbstractController
- Respect PSR-2