You can also parse tag_name from here: https://api.github.com/repos/vrana/adminer/releases/latest
You can also parse tag_name from here: https://api.github.com/repos/adminerneo/adminerneo/releases/latest
Probably worth noting here that now AdminerNeo (https://github.com/adminerneo/adminerneo) is the new version in active development.
Note that this fixed in AdminerNeo (https://github.com/adminerneo/adminerneo)
I am also seeing this on the latest version on PHP 8.
I'm running 4.8.1 and seeing PHP Warning: Undefined variable $dg in /adminer-4.8.1-mysql.php on line 868
Thanks @jakubvrana - that fixed it :)
Yeah, I see that so not sure why it's being lost. Here is what I am currently doing with the hacky JS login form submission: https://github.com/adrianbj/TracyDebugger/blob/master/panels/Adminer/plugins/AdminerProcessWireLogin.php and here's the version I was using before the automated login broke: https://github.com/adrianbj/TracyDebugger/blob/ab632ab59f232c70de39a7e0e9b869b51e3108e1/panels/Adminer/plugins/AdminerProcessWireLogin.php In both cases, adding the $_GET['username'] = "" removes the username...