pull/13051/head
Sage Abdullah 2025-04-22 16:41:46 +01:00
rodzic 3f3f3502fa
commit 773e38138e
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: EB1A33CC51CC0217
2 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -21,6 +21,7 @@ Changelog
* Change 'Publish' button label to 'Schedule to publish' if go-live schedule is set (Sage Abdullah)
* Exclude snippets that have their own menu items from the "Snippets" menu (Andy Chosak, Matt Westcott)
* Introduce new designs for listings and chooser pagination (except page chooser) (Jordan Teichmann, Sage Abdullah)
* Add default "Locale" column to listings of translatable models (Dan Braghis, Sage Abdullah)
* Fix: Take preferred language into account for translatable strings in client-side code (Bernhard Bliem, Sage Abdullah)
* Fix: Do not show the content type column as sortable when searching pages (Srishti Jaiswal, Sage Abdullah)
* Fix: Support simple subqueries for `in` and `exact` lookup on Elasticsearch (Sage Abdullah)

Wyświetl plik

@ -42,6 +42,7 @@ We have a new pagination interface for all listing views and most choosers, incl
* Add better support and documentation for [overriding the default field widgets](custom_form_field_type_widgets) used within form pages (Baptiste Mispelon)
* Allow workflow tasks to specify a template for the action modal via `get_template_for_action` (Sage Abdullah)
* Change 'Publish' button label to 'Schedule to publish' if go-live schedule is set (Sage Abdullah)
* Add default "Locale" column to listings of translatable models (Dan Braghis, Sage Abdullah)
### Bug fixes