From b7bbd07155a41b3f65b1f8d3ee3af4f9dffa99a6 Mon Sep 17 00:00:00 2001 From: Peter Knut Date: Tue, 22 Oct 2024 10:02:48 +0200 Subject: [PATCH] Release 4.10 --- CHANGELOG.md | 29 +++++++++++++++++++++++++++++ adminer/include/version.inc.php | 2 +- 2 files changed, 30 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 59567da2..d5a23b47 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,34 @@ # Changelog +## Adminer 4.10 (2024-10-22) + +### UI changes and improvements +- Add drag-n-drop moving of rows in table selection filter +- Add drag-n-drop moving of rows in table editing +- Add removal buttons to table selection filter +- Integrate tables-filter plugin into the base code +- Full width design for database select box +- Add 'Home' to breadcrumb navigation +- Print username next to the logout button +- Show partitioning info in table structure page +- Show second link for editing a table under the table view +- Add table head to the list of indexes +- Hide edited value if selected function will not use it +- Hide arrow buttons in number input fields +- Do not display empty action links in main menu +- Remove deprecated HTML table parameters +- Remove option to hide default values + +### Functional enhancements +- Enable regular expressions when searching data in all tables +- Elasticsearch: New condition operators as the combination of query type and match type +- Elasticsearch: Proper formatting of boolean values +- Plugin to auto-include adminer.js when present +- Check new version against GitHub pages + +### Bugfixes +- Fix missing SQL statement if warnings are printed (regression from 4.9) + ## Adminer 4.9.4 (2024-10-09) - Fix the width of inline edit field - Unify displaying of 'New item' action based on privileges diff --git a/adminer/include/version.inc.php b/adminer/include/version.inc.php index 50b4ca05..16e8b524 100644 --- a/adminer/include/version.inc.php +++ b/adminer/include/version.inc.php @@ -1,2 +1,2 @@