Add Adminer 6.0.0 - #241
Open
jakubboucek wants to merge 2 commits into
Open
Conversation
Copy of the 5/ variants with the version and checksums updated, with one functional change: since Adminer 6 the login form is generated with single-quoted attributes, so the DefaultServerPlugin regex in index.php is adjusted to match. The 'latest' alias now points to 6.
Since Adminer 6 the version-noverify plugin no longer injects a 'verifyVersion =' script; it suppresses the version check instead. For the 6/ variants, verify that the default 'partial(verifyVersion' onload handler is gone when the plugin is loaded.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This adds the 6/ and 6/fastcgi variants for Adminer 6.0.0 and points
latestto 6, following the pattern of the 4 → 5 upgrade. Two functional differences from a plain copy of5/:DefaultServerPluginregex inindex.phpis adjusted to match.verifyVersion =script; the CI plugin smoke test for the 6 variants instead verifies that the defaultpartial(verifyVersiononload handler disappears when the plugin is loaded.Closes #240