Releases: AlPha5130/mediawiki-extensions-EditCountNeue
Releases · AlPha5130/mediawiki-extensions-EditCountNeue
v0.4.3
v0.4.2
v0.4.1
v0.4.0
v0.3.0
New features
- New API module
query+editcount
- Usage can be found by visiting API help page
Changes
- Now uses MediaWiki-provided dependency injection, instead of initializing dependeny instances on the extension side
- Now the name of the method which queries database will be logged
- Optimized parser function, now only query database when the user is not queried before
- Optimized special pages, now LanguageConvertor is only assigned once
v0.2.0
New features
- Wraps the query form into a box, which added a legend text.
Changes
- The submit button is now self localized, so it could display in English when you are using a language that does not have a localized text.
- Renamed form field
wpuser
towpUsername
. - Special page now prefers
wpUsername
as the query string key, but the oldwpuser
key is still accepted. - Changed localization keys to match the use and consistency.
Notice
Starting from v0.3.0, support for 1.36 and 1.37 will be dropped. Users should upgrade to an officially supported MediaWiki version to receive new features, bug fixes and localization updates of this extension.