File tree Expand file tree Collapse file tree 2 files changed +13
-3
lines changed
Expand file tree Collapse file tree 2 files changed +13
-3
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ with content generated from selected properties to create:
1818
1919- PHP 8.1 or later
2020- MediaWiki 1.39 or later
21- - [ Semantic MediaWiki] [ smw ] 5.0 or later
21+ - [ Semantic MediaWiki] [ smw ] 5.1 or later
2222
2323## Installation
2424
@@ -36,15 +36,15 @@ create one and add the following content to it:
3636```
3737{
3838 "require": {
39- "mediawiki/semantic-meta-tags": "~4.0 "
39+ "mediawiki/semantic-meta-tags": "~4.1 "
4040 }
4141}
4242```
4343
4444If you already have a "composer.local.json" file add the following line to the end of the "require"
4545section in your file:
4646
47- "mediawiki/semantic-meta-tags": "~4.0 "
47+ "mediawiki/semantic-meta-tags": "~4.1 "
4848
4949Remember to add a comma to the end of the preceding line in this section.
5050
Original file line number Diff line number Diff line change 11This file contains the RELEASE-NOTES of the ** Semantic Meta Tags** (a.k.a. SMT) extension.
22
3+ ### 4.1.0
4+
5+ Released on November 8, 2025.
6+
7+ * Minimum requirement for
8+ * Semantic MediaWiki changed to version 5.1 and later
9+ * Bug fixes and code improvements related to JSON-LD support
10+ * Localization updates from https://translatewiki.net
11+
312### 4.0.0
413
514Released on September 14, 2025.
@@ -8,6 +17,7 @@ Released on September 14, 2025.
817 * MediaWiki changed to version 1.39 and later
918 * Semantic MediaWiki changed to version 5.0 and later
1019 * PHP changed to version 8.1 and later
20+ * Added Schema.org support via JSON-LD
1121* Localization updates from https://translatewiki.net
1222
1323### 3.1.0
You can’t perform that action at this time.
0 commit comments