This commit is contained in:
Jakub Vrana
2026-02-08 16:44:14 +01:00
parent 39b339b1b5
commit 1ac40e0c2b
2 changed files with 3 additions and 1 deletions

View File

@@ -1,3 +1,5 @@
## Adminer dev
## Adminer 5.4.2 (released 2026-02-08)
- Avoid denial-of-service via version check (GHSA-q4f2-39gr-45jh, regression from 4.6.2)
- Pretty print JSON in edit

View File

@@ -1,4 +1,4 @@
<?php
namespace Adminer;
const VERSION = "5.4.2";
const VERSION = "5.4.3-dev";