Skip to content

Commit

Permalink
Merge branch 'SemanticMediaWiki:master' into json-ld-serialization
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-topway-it authored Mar 29, 2024
2 parents 0e27dd5 + 4f1cce3 commit eb93017
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,15 @@ create one and add the following content to it:
```
{
"require": {
"mediawiki/semantic-meta-tags": "~3.0"
"mediawiki/semantic-meta-tags": "~3.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": "~3.0"
"mediawiki/semantic-meta-tags": "~3.1"

Remember to add a comma to the end of the preceding line in this section.

Expand Down
8 changes: 8 additions & 0 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion extension.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "SemanticMetaTags",
"version": "3.1.0-alpha",
"version": "3.1.0",
"author": [
"James Hong Kong"
],
Expand Down

0 comments on commit eb93017

Please sign in to comment.