Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
editor-4.8.3.php | 2023-10-29 | 278.6 kB | |
adminer-4.8.3.php | 2023-10-29 | 489.0 kB | |
README.md | 2023-10-29 | 1.4 kB | |
v4.8.3 source code.tar.gz | 2023-10-29 | 635.8 kB | |
v4.8.3 source code.zip | 2023-10-29 | 805.6 kB | |
Totals: 5 Items | 2.2 MB | 0 |
Adminer 4.8.3 (released 2023-10-29):
- Added some translations to russian language (PR [#31])
- Better URL detection (PR [#33])
- Main logo SVG, improved theme compatibility, RTL support (PR [#34])
- Added some translations to czech language (PR [#39])
- Improve tables list rendering (PR [#41])
- Detection of adminer.js (PR [#42])
- Added plugin plugin-login-external (PR [#43])
- Added plugin import-from-dir (PR [#44])
- Fix for plugin AdminerVersionNoverify (PR [#45])
- Fix issue with SELECT DISTINCT
- Filter tables beautify
- Added key shortcut Ctrl+Shift+F to focus filter field and disabled enter key
- Fieldset rounded corners
- Remove undefined variable removed by [#7442183] (for IE9 compatibility) (PR [#48])
- Replaced Edit and Edit all of SQL Command history by icons
- Replaced icons from PNG to SVG to reduce CSS file size
- Make sure table is marked active in select mode
- Use links bar for "Create ..." functions (PR [#51])
- Updates pepe-linha-dark submodule to the lastest commit (PR [#54])
- Fix issue with truncated queries and prevent copying queries > 1Mb to clipboard
- Added a clipboard icon next to SQL command to expand and copy to clipboard
- Added plugin documentation (PR [#65])
- Plugin file-upload generate temp filename no extension + prevent file to be located elsewhere then under upload path + files prefix .htfile to increase security (Issue reported by CISA)