From 58f227efe0e775cfbed5d69031921d63fb494521 Mon Sep 17 00:00:00 2001 From: lens0021 Date: Sun, 26 May 2024 04:38:48 +0900 Subject: [PATCH] Release 4.1.0 --- CHANGELOG.md | 1 + extension.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 69de783..238b0dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ Versions and bullets are arranged chronologically from latest to oldest. - Dropped SpecialOrderedWhatLinksHere because of the hardness of the maintaining. Please upvote https://phabricator.wikimedia.org/T4306 if you still want to the functionality. - Dropped `$UnifiedExtensionForFemiwikiSoftDefaultOptions` configuration variable and the related feature. +- Added `$wgUnifiedExtensionForFemiwikiBlockByEmail` configuration variable (default is true) which provides various email blocking funtionalities. ## Previous Releases diff --git a/extension.json b/extension.json index 3f908da..03844a8 100644 --- a/extension.json +++ b/extension.json @@ -1,6 +1,6 @@ { "name": "UnifiedExtensionForFemiwiki", - "version": "3.0.1", + "version": "4.1.0", "author": "[https://femiwiki.com/ Femiwiki Team]", "url": "https://github.com/femiwiki/unifiedExtensionForFemiwiki", "descriptionmsg": "unifiedextensionforfemiwiki-desc",