From 7a5f3b35201cb1c7fa7e0fe1f197797ef87923d8 Mon Sep 17 00:00:00 2001 From: kghbln Date: Sat, 8 Nov 2025 09:32:12 +0100 Subject: [PATCH] Make 4.1.0 release --- README.md | 6 +++--- RELEASE-NOTES.md | 10 ++++++++++ 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 591912b..5e3f1bb 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ with content generated from selected properties to create: - PHP 8.1 or later - MediaWiki 1.39 or later -- [Semantic MediaWiki][smw] 5.0 or later +- [Semantic MediaWiki][smw] 5.1 or later ## Installation @@ -36,7 +36,7 @@ create one and add the following content to it: ``` { "require": { - "mediawiki/semantic-meta-tags": "~4.0" + "mediawiki/semantic-meta-tags": "~4.1" } } ``` @@ -44,7 +44,7 @@ create one and add the following content to it: If you already have a "composer.local.json" file add the following line to the end of the "require" section in your file: - "mediawiki/semantic-meta-tags": "~4.0" + "mediawiki/semantic-meta-tags": "~4.1" Remember to add a comma to the end of the preceding line in this section. diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index 80247e2..5e9b56f 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -1,5 +1,14 @@ This file contains the RELEASE-NOTES of the **Semantic Meta Tags** (a.k.a. SMT) extension. +### 4.1.0 + +Released on November 8, 2025. + +* Minimum requirement for + * Semantic MediaWiki changed to version 5.1 and later +* Bug fixes and code improvements related to JSON-LD support +* Localization updates from https://translatewiki.net + ### 4.0.0 Released on September 14, 2025. @@ -8,6 +17,7 @@ Released on September 14, 2025. * MediaWiki changed to version 1.39 and later * Semantic MediaWiki changed to version 5.0 and later * PHP changed to version 8.1 and later +* Added Schema.org support via JSON-LD * Localization updates from https://translatewiki.net ### 3.1.0