Releases: femiwiki/FemiwikiSkin
Releases · femiwiki/FemiwikiSkin
v1.7.3
v1.7.2
- Makes ext-related-articles-card 2-columns.
- Removes unwanted text-decoration of Echo notifications.
- Adds more cases for resizing large images.
- Removes padding of
.mwhighlight > pre
. (#245) - Makes postEdit notification centered evenly. (#45)
- Fixes blue link for ULS in Special:Preferences. (#244)
- Fixes blue link to description page in media settings. (#247)
- Improves font-family and hyphens per languages. (femiwiki/femiwiki#274)
v1.7.1
- Uses SkinMustach (#136)
- Fixes unnecessary delimiter in the footer (#104)
- Uses AutoloadNamespace (femiwiki/femiwiki#121)
- Replaces hard-coded hrefs in GNB (#241)
- Makes margins of ol same to margins of ul.
v1.7.0
Release v1.7.0
v1.6.1
- Turn off logo skin feature.
v1.6.0
Note: this version requires MediaWiki 1.36+. Earlier versions are no longer supported.
If you still use those versions of MediaWiki, please use REL1_35 branch instead of this release.
ENHANCEMENTS:
- Localisation updates from https://translatewiki.net.
- Define font-family for [lang=ja] (#228).
BUG FIXES:
- Use content-links feature instead of mediawiki.skinning.content.externallinks.
v1.5.0
v1.4.1
- Fix not shortened url on sharing
v1.4.0
-
Add a new configuration variable
$wgFemiwikiAddThisId
for pubid and tool id of AddThis. If it is set,$wgFemiwikiFacebookAppId
will be ignored.// Basic usage $wgFemiwikiAddThisId = 'xx-xxxxxxxxxxxxxxxx'; // If you have multiple tools, you must specify the tool id. $wgFemiwikiAddThisId = [ 'pub' => 'xx-xxxxxxxxxxxxxxxx', 'tool' => 'xxxx', ];
v1.3.5
- Add missing closing label tags