Skip to content

Releases: femiwiki/UnifiedExtensionForFemiwiki

v4.1.0

25 May 20:52
1106ba1
Compare
Choose a tag to compare

What's Changed

  • Update extension test workflow on main branch by @github-actions in #134
  • feat: Block users by blocked emails by @lens0021 in #141

Full Changelog: v4.0.1...v4.1.0

v4.0.1

12 Aug 11:42
39bb71f
Compare
Choose a tag to compare

What's Changed

  • Bump mediawiki/mediawiki-phan-config from 0.11.1 to 0.12.0 by @dependabot in #108
  • Bump grunt-banana-checker from 0.9.0 to 0.10.0 by @dependabot in #103
  • Replace deprecated Skin::footerLink by @lens0021 in #116
  • Add check for WikibaseClient by @lens0021 in #115
  • Bump mediawiki/mediawiki-codesniffer from 39.0.0 to 40.0.1 by @dependabot in #109
  • Bump prettier from 2.7.1 to 2.8.1 by @dependabot in #114
  • Update extension test workflow on main branch by @github-actions in #110
  • Add php compatibility check by @lens0021 in #119
  • page.page_restrictions is removed by @lens0021 in #121
  • Update extension test workflow on main branch by @github-actions in #124
  • Update extension test workflow on main branch by @github-actions in #128
  • Update dealerdirect/phpcodesniffer-composer-installer requirement from 0.7.2 to 1.0.0 by @dependabot in #130
  • Bump prettier from 2.8.1 to 2.8.3 by @dependabot in #131

Full Changelog: v4.0.0...v4.0.1

v4.0.0

24 Dec 17:38
eb6a5a7
Compare
Choose a tag to compare

What's Changed

Dependency upgrades

  • Bump php-parallel-lint/php-console-highlighter from 0.5 to 1.0.0 by @dependabot in #61
  • Bump mediawiki/mediawiki-phan-config from 0.11.0 to 0.11.1 by @dependabot in #55
  • Bump @prettier/plugin-xml from 1.1.0 to 2.0.1 by @dependabot in #66
  • Bump php-parallel-lint/php-parallel-lint from 1.3.1 to 1.3.2 by @dependabot in #62
  • Bump prettier from 2.6.1 to 2.6.2 by @dependabot in #79
  • Bump @prettier/plugin-xml from 2.0.1 to 2.1.0 by @dependabot in #90
  • Bump mediawiki/mediawiki-codesniffer from 38.0.0 to 39.0.0 by @dependabot in #93
  • Bump @prettier/plugin-xml from 2.1.0 to 2.2.0 by @dependabot in #94
  • Bump prettier from 2.6.2 to 2.7.1 by @dependabot in #97

CI

  • Fix broken test by @lens0021 in #60
  • Update extension test workflow on main branch by @github-actions in #74
  • selenium: run tests concurrently by @lens0021 in #77
  • Update extension test workflow on main branch by @github-actions in #81
  • Update extension test workflow on REL1_37 branch by @github-actions in #84
  • Update extension test workflow on REL1_38 branch by @github-actions in #85
  • Update extension test workflow on main branch by @github-actions in #83
  • Improve dependabot configuration by @lens0021 in #92
  • Update extension test workflow on REL1_39 branch by @github-actions in #118
  • Add php compatibility check by @lens0021 in #120

Full Changelog: v3.0.1...v4.0.0

v3.0.2

10 Jul 09:55
cc72ae9
Compare
Choose a tag to compare
  • Fixed the errors that happened with RelatedArticlesUseLinks. (#98)

v3.0.1

19 Nov 02:56
0f734b1
Compare
Choose a tag to compare
- Localisations update from https://translatewiki.net.

v3.0.0

31 Jul 01:33
0dc25f7
Compare
Choose a tag to compare
  • BREAKING CHANGE: Disabled the additional pre-authentication step by default. Set $wgUnifiedExtensionForFemiwikiPreAuth to true to enable it again.
  • Introduces $wgUnifiedExtensionForFemiwikiSoftDefaultOptions which is used to change the default options only for the new users or reset options.
  • Makes HelpPanel and Homepage are set when after reset if configured for new users.

v2.0.0

25 Jun 01:56
f5c137c
Compare
Choose a tag to compare
  • Queries more fields of RelatedArticles to fix cache.
  • Drops Google Analytics. Consider installing Extension:PageViewInfoGA instead.

v1.2.2

20 Jun 12:58
405f1b9
Compare
Choose a tag to compare
  • Adds a configuration for disabling adding links as RelatedArticles.

v1.2.1

20 Jun 11:46
6381526
Compare
Choose a tag to compare
  • Limits related articles order by category asc and adds a configuration variable $wgUnifiedExtensionForFemiwikiRelatedArticlesTargetNamespaces to scope target namespaces.
  • Groups requests of GoogleAnalytics to 5 to reduce the latency.
  • Filters empty strings from RelatedArticles. (#42)

v1.2.0

18 Jun 04:54
b05f6e8
Compare
Choose a tag to compare
  • Implements GoogleAnalyticsPageViewService.
  • Uses $wgRelatedArticlesCardLimit for RelatedArticles.
  • Shows links on a page as RelatedArticles.