Releases: subugoe/typo3-find
Releases · subugoe/typo3-find
3.3.0
What's Changed
- Add facet option (solr missing) by @chrizzor in #167
- Show all active facets by @chrizzor in #171
- Add possibility to configure escaping for queries. by @chrizzor in #168
- Make pagination use 'nav' element by @ipf in #184
- Add title tag for pagination elements by @ipf in #185
- Add div instead of for facets by @ipf in #190
- Fix escape logic by @mh-goe in #191
Full Changelog: 3.2.0...3.3.0
Fix bug of always expanding extended search form
Thanks to @mh-goe for this great fix.
3.1.1
Add new content element wizard and remove submodules
This release removes the git submodule for flot, chosen and geohash.
These libraries are included via CDN in the templates.
In the TYPO3 backend this extension can be added to content elements with the new content element wizard (thanks to @cedricziel)
Multiple Connections and removal of t3jquery dependency
First of all: This is a breaking release. Adopt your configuration and templates / assets as described.
This allow multiple connections to be defined in the configuration.
The dependency to the extension t3jquery is removed.
Composer all the things
Merge pull request #115 from cedricziel/remove-composer-lock Exclude composer.lock file from git repository
Bugfix release
Resolves a bug in extended search where empty parameters cause wrong results.