SamanthaNguyen has uploaded a new change for review. ( https://gerrit.wikimedia.org/r/354883 )
Change subject: Remove outdated README.md in favor of documentation at mediawiki.org ...................................................................... Remove outdated README.md in favor of documentation at mediawiki.org See documentation available at mediawiki.org at https://www.mediawiki.org/wiki/Extension:GlobalContribs Bug: T150634 Change-Id: I8b9b6652d286517fbeb5aabc5f5b81b3c64dd50a --- D README.md M extension.json 2 files changed, 1 insertion(+), 8 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/GlobalContribs refs/changes/83/354883/1 diff --git a/README.md b/README.md deleted file mode 100644 index ace38e0..0000000 --- a/README.md +++ /dev/null @@ -1,7 +0,0 @@ -#GlobalContribs -GlobalContribs introduces two new special pages to MediaWiki, GlobalContributions and GlobalEditcount. Both behave exactly the same as their standard counterparts. - -There is just one config variable, ```$gcwikis```, a list of DB names to look for contribs in. - -# Documentation -Read the docs at MediaWiki.org for more information. https://www.mediawiki.org/wiki/Extension:GlobalContribs diff --git a/extension.json b/extension.json index 09c49e9..bdfdcb1 100644 --- a/extension.json +++ b/extension.json @@ -1,6 +1,6 @@ { "name": "GlobalContribs", - "version": "1.1.1", + "version": "1.1.2", "author": [ "Adam Carter", "George Barnick", -- To view, visit https://gerrit.wikimedia.org/r/354883 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I8b9b6652d286517fbeb5aabc5f5b81b3c64dd50a Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/GlobalContribs Gerrit-Branch: master Gerrit-Owner: SamanthaNguyen <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
