Releases: femiwiki/FemiwikiSkin
Releases · femiwiki/FemiwikiSkin
v3.1.1
v3.1.1
v3.1.0
v3.1.0
v3.0.0
Breaking changes:
- Femiwiki skin now requires MediaWiki 1.38 or newer.
$wgFemiwikiFacebookAppId
and$wgFemiwikiTwitterAccount
configuration variables are removed. If you still need to use this feature, please see Extension:WikiSEO.- The default value of
$wgFemiwikiLegacySmallElementsForAnonymousUser
is nowfalse
. - Adding icons to menu items using
[[MediaWiki:skin-femiwiki-xeicon-map.json]]
system message is now not supported. Instead you can add styles in[[MediaWiki:Common.css]]
. Example:#t-cite a { padding-left: 0; } #t-cite a:before { content: '\ea6a'; }
ENHANCEMENTS:
- Localisations update.
v2.0.0
- The styles for plain links are disabled by default now. To recover the previous behavior, add
$wgFemiwikiAddLinkClass = true;
to your LocalSettings.php. (#469) - The elements on the skin are now larger than before by default. Users can disable this on Special:Preferences.
- Fixed the bug that the desktop change confirming dialog is not affected by the wikitext mode in VisualEditor preference on Mobile.
- Fixed the bug of the desktop change confirming dialog on mobile.
v1.10.10
- Fixed conflict between DarkMode and GrowthExperiments. (https://git…
v1.10.9
- Fixed conflict between DarkMode and RelatedArticles. (https://githu…
v1.10.8
- Fixed bugs on the DarkMode extension. (https://github.com/femiwiki/…
v1.10.7
- Fixed FemiwikiUseLargerElements option cannot be disabled after ena…
v1.10.6
v1.10.5
- Fixed button colors.