CustomCatalog 2.16.0
Das Modul kann wie gewohnt direkt ersetzt werden. Der interne Cache sollte geleert oder deaktivert sein.
Ein Datenbankupdate nicht n�tig.
Changelog:
- Neu: Zwei neue Frontend Spezial-Sortierungsfilter:
- 1. Sortierung in Abh�ngigkeit zu einem anderen aktiven Filter z.B. Sortierung nach aktiven Geodaten-Filter (Umkreis-Distanz)
- 2. Sortierung in Abh�ngigkeit zu Attributen: z.B. Sortierung nach Tags-Werten
- Hinzugef�gt: $GLOBALS['CUSTOMCATALOG_HOOKS']['customOrder'] Hook: Erlaubt die Manipulation von Sortierungsfiltern
- Hinzugef�gt: Der Backend-Hinweistext zum Datenbank-Update hat einen kleinen "Ausblenden-Button" bekommen. Solange noch das Installations-Tool das DB-Update �bernimmt, kann dies n�tzlich sein.
- Weitere Anpassungen und �nderungen siehe changelog
- Fixed: Pagination hat nicht richtig funktioniert, aufgrund von �nderungen in 2.15.1 (wieder r�ckg�ngig). (Dank an Bernhard)
Das Modul kann wie gewohnt direkt ersetzt werden. Der interne Cache sollte geleert oder deaktivert sein.
Ein Datenbankupdate nicht n�tig.
Changelog:
Code:
### 2.16.0 New: Special sorting filter: sorting by a filter, sorting by an attribute (#700) Added: Special sorting by filter: Geolocation sorting in relation to an active geolocation filter (order by distance) (#700) Added: Special sorting by attribute: tags sorting (#700) Added: $GLOBALS['CUSTOMCATALOG_HOOKS']['customOrder'] Hook to apply custom orderings for the sorting filter (#700) Added: A small button to hide the "database update" message in the backend manually (#705) Added: Geolocation filter: SQL query caching for haversine formular Added: SelectDB Attribute: Backend sorting (#706) Update: Removed the "isStrict" button for sorting filters Update: AutoCompleter define TL_SCRIPT to $_SERVER['SCRIPT_NAME'] in search.php to make the latest Contao 4 version redirect correctly on ajax requests (#715) ### 2.15.4 Fixed: Pagination did not work anymore: Revert changes made in #696: Do not cache the sql query due to missing pagination limitations (#711)
Kommentar