diff --git a/README.md b/README.md index 9d32dbd..d61469b 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ create one and add the following content to it: ``` { "require": { - "mediawiki/semantic-meta-tags": "~3.0" + "mediawiki/semantic-meta-tags": "~3.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": "~3.0" + "mediawiki/semantic-meta-tags": "~3.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 d38ec93..1d00dc0 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -1,5 +1,13 @@ This file contains the RELEASE-NOTES of the **Semantic Meta Tags** (a.k.a. SMT) extension. +### 3.1.0 + +Released on March 20, 2024 + +* Allows installing this extension with Semantic MediaWiki 4.0 and later +* Localization updates from https://translatewiki.net + + ### 3.0.0 Released on September 26, 2020. diff --git a/extension.json b/extension.json index ace68db..e08c2af 100644 --- a/extension.json +++ b/extension.json @@ -1,6 +1,6 @@ { "name": "SemanticMetaTags", - "version": "3.1.0-alpha", + "version": "3.1.0", "author": [ "James Hong Kong" ],