From 0dc25f70906dab165caf3e1d74f5ddd796746087 Mon Sep 17 00:00:00 2001 From: lens0021 Date: Sat, 31 Jul 2021 10:31:14 +0900 Subject: [PATCH] Release v3.0.0 --- CHANGELOG.md | 4 ++-- extension.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b65cdb4..107a994 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,9 +2,9 @@ Versions and bullets are arranged chronologically from latest to oldest. -## Unreleased +## v3.0.0 -- Disabled the additional pre-authentication step by default. Set `$wgUnifiedExtensionForFemiwikiPreAuth` to true to enable it again. +- 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. diff --git a/extension.json b/extension.json index f9df46f..7c10156 100644 --- a/extension.json +++ b/extension.json @@ -1,6 +1,6 @@ { "name": "UnifiedExtensionForFemiwiki", - "version": "2.0.0", + "version": "3.0.0", "author": "[https://femiwiki.com/ Femiwiki Team]", "url": "https://github.com/femiwiki/unifiedExtensionForFemiwiki", "descriptionmsg": "unifiedextensionforfemiwiki-desc",