1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-30 09:39:51 +02:00

Release 4.11

This commit is contained in:
Peter Knut
2024-10-30 21:29:12 +01:00
parent 18ddbf1d60
commit 81e337bed1
2 changed files with 14 additions and 1 deletions

View File

@@ -1,5 +1,18 @@
# Changelog # Changelog
## Adminer 4.11 (2024-10-30)
- Support drag-n-drop moving on touch screens
- Fix drag-n-drop moving of function parameters
- Update project information in comments
- Update CS and SK translations
- Show help popup after a short delay
- PostgreSQL: Show list of schemas in database, unify lists of sequences and user types
- MariaDB: Fix several links to documentation pages
- MySQL: Fix highlighting current table in menu on macOS
- MS SQL: Prefix Unicode strings with 'N' so they are treated correctly
- Fix printing error message while validating server URL
- Small CSS tuning
## Adminer 4.10 (2024-10-22) ## Adminer 4.10 (2024-10-22)
### UI changes and improvements ### UI changes and improvements

View File

@@ -1,2 +1,2 @@
<?php <?php
$VERSION = "4.10.1-dev"; $VERSION = "4.11";