Skip to content

Releases: femiwiki/FemiwikiSkin

v1.7.3

20 Jun 11:44
ca13c9b
Compare
Choose a tag to compare
  • Fixes bug in RelatedArticles. (#258)
  • Improves login/createaccount form. (#260)

v1.7.2

18 Jun 04:49
eccde1a
Compare
Choose a tag to compare
  • 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

11 Jun 12:23
1b3af1a
Compare
Choose a tag to compare
  • 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

04 Jun 11:33
3a71dbb
Compare
Choose a tag to compare
Release v1.7.0

v1.6.1

28 May 11:54
5a7e410
Compare
Choose a tag to compare
  • Turn off logo skin feature.

v1.6.0

28 May 05:03
a238877
Compare
Choose a tag to compare

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:

BUG FIXES:

  • Use content-links feature instead of mediawiki.skinning.content.externallinks.

v1.5.0

07 May 16:03
e52c16f
Compare
Choose a tag to compare
  • Define font-family for [lang=ja] (#229)

v1.4.1

07 Feb 03:59
Compare
Choose a tag to compare
  • Fix not shortened url on sharing

v1.4.0

15 Jan 05:42
Compare
Choose a tag to compare
  • 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

08 Jan 08:29
Compare
Choose a tag to compare
  • Add missing closing label tags