- Compatibility with PHP 8.3 (by @Sneda8)
- Fix compiling jush external files
- Improved displaying of long table names in menu
- Replace deprecated
<acronym>
with<abbr>
- Add support for translations in plugins
- Add .editorconfig file
- MySQL: Add unix_timestamp to functions (by @bbaronSVK)
- PostgreSQL: Show only accessible databases (by @thomas-daniels)
- PostgreSQL: Make data length calculation more accurate (by @caltong)
- 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