Skip to content

Commit

Permalink
Release Version 1.2 (2012-12-19).
Browse files Browse the repository at this point in the history
== Changes ==
1. Moved the special page to be categorized under the "Wiki
data and tools" heading.
2. Changed to use the internal MediaWiki function to run shell
queries instead of directly calling `shell_exec`.
3. Removed dependency on globals and using `$this->getOutput()`
instead of `$wgOut`.
4. Escaped the extension messages with `->escaped()`.
5. Minor change to remove the period at the end of the description
that appears in Special:Version.

== Localisation ==
Localisation support was added for the following languages:

1. German (de)
2. Spanish (es)
3. French (fr)
4. Galician (gl)
5. Hebrew (he)
6. Upper Sorbian (hsb)
7. Hungarian (hu)
8. Italian (it)
9. Japanese (ja)
10. Colognian (ksh)
11. Luxembourgish (lb)
12. Macedonian (mk)
13. Dutch (nl)
14. Ukrainian (uk)

== Contributing ==
Contributions to the code repository can always be done via the
GitHub repository (https://github.com/Hydriz/HostStats). Fork the
repository, commit your changes and submit a pull request. New
translations can be added at https://translatewiki.net/wiki/Special:Translate/ext-hoststats.
  • Loading branch information
Hydriz committed Dec 19, 2012
1 parent bedc660 commit d8802c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion HostStats.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
'author' => 'Hydriz',
'url' => 'https://www.mediawiki.org/wiki/Extension:HostStats',
'descriptionmsg' => 'hoststats-desc',
'version' => '1.2alpha',
'version' => '1.2.0',
);

// An array of commands that you wish to run and output.
Expand Down

0 comments on commit d8802c2

Please sign in to comment.