Skip to content

Commit f4a3d5f

Browse files
committed
Release 6.0.1
1 parent e997fed commit f4a3d5f

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Adminer dev
1+
## Adminer 6.0.1 (released 2026-08-14)
22
- Run the development version from the adminer/ directory alone, copied anywhere and under any name
33
- Send the session cookie with SameSite=lax, the browsers not defaulting to it sent it also cross-site
44
- Send the cookies set by JavaScript with the same attributes as the other cookies

adminer/include/version.inc.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<?php
22
namespace Adminer;
33

4-
const VERSION = "6.0.1-dev";
4+
const VERSION = "6.0.1";

docs/versions.csv

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
version date source adminer adminer-en adminer-mysql languages drivers plugin drivers
2+
v6.0.1 2026-08-14 1601.904 519.492 372.420 407.348 47 5 8
23
v6.0.0 2026-08-07 1528.056 503.412 360.760 393.013 47 5 8
34
v5.5.1 2026-07-21 1441.604 498.455 339.580 398.083 47 5 8
45
v5.5.0 2026-07-17 1302.000 515.911 332.855 416.375 47 5 8

0 commit comments

Comments
 (0)