Skip to content

v4.0.0

Compare
Choose a tag to compare
@lens0021 lens0021 released this 01 Jul 16:49
· 37 commits to main since this release
22417f4
  • MediaWiki v1.40 or later is required.
  • $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 now false.
  • 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';
    }

Full Changelog: v3.3.0...v4.0.0