Update stale information in the README#47
Merged
Conversation
- Replace the dead Travis CI and Scrutinizer badges with GitHub Actions
(the actual CI) and Codecov badges, and update the Packagist badges from
the deprecated .png endpoints to the current SVG ones.
- Bump the Requirements to the current minimums (PHP 8.1, MediaWiki 1.43,
Semantic MediaWiki 7.0) to match extension.json.
- Update the Composer install constraint from ~1.0 to ~2 (current major).
- Fix the wfLoadExtension example, which misspelled the extension name as
"SemenaticExternalQueryLookup".
- Point the Tests section at GitHub Actions instead of Travis and fix the
"continues" -> "continuous" typo.
- Fix minor typos ("Semantic Mediawiki" -> "Semantic MediaWiki",
"have been" -> "has been") and drop the unused [contributors] link.
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.
The README had drifted well out of date. This brings it in line with the current state of the extension. README-only — no code changes.
Changes
.github/workflows/ci.yaml) and a Codecov coverage badge; migrate the two Packagist badges from the deprecated legacy.pngendpoints to the current SVG ones (/v/stable,/downloads).extension.json(was PHP 5.3.2 / MediaWiki 1.28 / SMW 3.0).~1.0to~2(the current major;extension.jsonis2.0.0-alpha, branch-alias2.x-dev), and fix thewfLoadExtensionexample, which misspelled the extension name asSemenaticExternalQueryLookup— copying it verbatim would fail to load the extension.[travis]reference definition becomes[github-actions].[contributors]link definition.Note for reviewers
The install constraint is set to
~2to stay consistent with the bumped Requirements and the extension's own2.0.0-alphaversion. If you'd prefer the README to track the last tagged stable until2.0.0ships, shout and I'll adjust.