From e6fdf2b4007212f4bac75c1c400f68b2657465e4 Mon Sep 17 00:00:00 2001 From: Peter Knut Date: Mon, 9 Sep 2024 10:30:14 +0200 Subject: [PATCH] Release 4.9.1 --- adminer/include/version.inc.php | 2 +- changes.txt | 18 +++++++++++++++++- 2 files changed, 18 insertions(+), 2 deletions(-) diff --git a/adminer/include/version.inc.php b/adminer/include/version.inc.php index 4cbf5400..9205a216 100644 --- a/adminer/include/version.inc.php +++ b/adminer/include/version.inc.php @@ -1,2 +1,2 @@ with . +- Add support for translations in plugins. +- Add .editorconfig file. +- MySQL: Add unix_timestamp to functions. +- PostgreSQL: Show only accessible databases. +- PostgreSQL: Make data length calculation more accurate. +- PostgreSQL: Fix documentation link for SERIAL type. +- PostgreSQL: Fix undefined properties on PHP 8. +- Elasticsearch: Fix field selection. +- AdminerEditForeign: Refactor and fix the plugin. +- AdminerLoginOtp: Autocomplete hints for OTP input field, code refactoring. + Adminer 4.9 (released 2024-08-19): - Validate server input in login form. - Validate connection to server in HTTP based drivers. @@ -116,7 +132,7 @@ SQLite: Handle error in altering table (bug #697) SQLite: Allow setting auto increment for empty tables SQLite: Preserve auto increment when recreating table MS SQL: Support foreign keys to other DB -MongoDB: Allow setting authSource from environment variable +MongoDB: Allow setting authSource from environment variable Adminer 4.7.2 (released 2019-07-18): Do not attempt logging in without password (bug #676)