mirror of
https://github.com/vrana/adminer.git
synced 2025-08-30 09:39:51 +02:00
Release 4.13
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
Changelog
|
||||
=========
|
||||
|
||||
Adminer 4.12.1 (2024-11-21)
|
||||
Adminer 4.13 (2025-01-23)
|
||||
-------------------------
|
||||
|
||||
### Changes
|
||||
@@ -9,6 +9,12 @@ Adminer 4.12.1 (2024-11-21)
|
||||
- Remove donation link from logout message
|
||||
- Update German translation (by @wintstar, @odysseuscm)
|
||||
- Declare compatibility with PHP 8.4
|
||||
- Remove too broken designs
|
||||
|
||||
### Bugfixes
|
||||
|
||||
- SQLite: Fix exporting and recreating tables with UNIQUE column constraint
|
||||
- Fix main visual glitches in designs
|
||||
|
||||
Adminer 4.12 (2024-11-21)
|
||||
-------------------------
|
||||
|
@@ -1,2 +1,2 @@
|
||||
<?php
|
||||
$VERSION = "4.12.1-dev";
|
||||
$VERSION = "4.13";
|
||||
|
Reference in New Issue
Block a user