1
0
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:
Peter Knut
2025-01-23 10:57:54 +01:00
parent c50cdef293
commit c6bb5b80a8
2 changed files with 8 additions and 2 deletions

View File

@@ -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)
-------------------------

View File

@@ -1,2 +1,2 @@
<?php
$VERSION = "4.12.1-dev";
$VERSION = "4.13";