mirror of
https://github.com/vrana/adminer.git
synced 2025-08-30 17:50:00 +02:00
Release 4.13
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
Changelog
|
Changelog
|
||||||
=========
|
=========
|
||||||
|
|
||||||
Adminer 4.12.1 (2024-11-21)
|
Adminer 4.13 (2025-01-23)
|
||||||
-------------------------
|
-------------------------
|
||||||
|
|
||||||
### Changes
|
### Changes
|
||||||
@@ -9,6 +9,12 @@ Adminer 4.12.1 (2024-11-21)
|
|||||||
- Remove donation link from logout message
|
- Remove donation link from logout message
|
||||||
- Update German translation (by @wintstar, @odysseuscm)
|
- Update German translation (by @wintstar, @odysseuscm)
|
||||||
- Declare compatibility with PHP 8.4
|
- 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)
|
Adminer 4.12 (2024-11-21)
|
||||||
-------------------------
|
-------------------------
|
||||||
|
@@ -1,2 +1,2 @@
|
|||||||
<?php
|
<?php
|
||||||
$VERSION = "4.12.1-dev";
|
$VERSION = "4.13";
|
||||||
|
Reference in New Issue
Block a user