All notable changes to this project will be documented in this file.
- Fixed: some module fields not showing (#10)
This release just dropped deprecated features and adjust the bundle for contao 4.13 and 5. There are no now features in this release.
- Changed: refactored bundle to current symfony and contao standards
- Fixed: warning
- Removed: rebuild search index command
- Removed: disable_search_indexer config option
- Changed: refactored content element
- Fixed: incorrect links when pdf was not in a download element (#9, @c4y)
- Fixed: some deprecations
- Deprecated: crawl command
- Deprecated: disable_search_indexer config option
- Fixed: search page changes not applied directly
- Fixed: deprecation warning on cache warmup
- Changed: reduced database size
- Changed: allow php 8
- Changed: raised php and contao dependencies
- Fixed: symfony 5 support
- Fixed: usage of php 7.4-only method
- Fixed: bundle not installable within symfony 3.4 due symfony/translation dependency (remove this dependency to fix this)
- Changed: invalid characters from pdf files are converted to utf-8
- Changed: added support for symfony/config:^5.0
- Fixed: exception when indexing a pdf not working (will now only show up in dev mode)
- Fixed: missing symfony dependencies
- raised minimum smalot/pdfparser version to 0.18.2
- allow smalot/pdfparser 0.18
- add github issue template
- made filterPages non-mandatory
- fixed exception when reject reason has no response
- added BeforeGetSearchablePagesEvent to RebuildSearchIndexCommand
- added option to log search terms
- added
valid_word_chars
option to configure keyword count method
- added additional logging to search command
- added custom User-Agent of index requests
- fixed disabling search indexing
- added option to set maximum keyword count
- respect getSearchablePages hook
- enhanced console output
- added missing commands.yml
- added RebuildSearchIndexCommand
- added disable search index option
- [BC BREAK] Renamed bundle class
- adapted to coding standards
- moved RelatedSearchLinkElement to the correct namespace
- renamed RelatedSearchElement to RelatedSearchLinkElement
- fixed related search element templates
- added related search link content element
First release