Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -36,15 +36,15 @@ create one and add the following content to it:
```
{
"require": {
"mediawiki/semantic-meta-tags": "~4.0"
"mediawiki/semantic-meta-tags": "~4.1"
}
}
```

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.

Expand Down
10 changes: 10 additions & 0 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
@@ -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.
Expand All @@ -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
Expand Down