Skip to content

Commit

Permalink
Merge pull request #8 from SemanticMediaWiki/rel300
Browse files Browse the repository at this point in the history
SMW 3.0.x -> 3.1.x
  • Loading branch information
JeroenDeDauw authored Sep 24, 2019
2 parents 5cbae1c + d37ff87 commit f9738fb
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
14 changes: 12 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,15 @@ create one and add the following content to it:
```
{
"require": {
"mediawiki/semantic-bundle": "~2.0"
"mediawiki/semantic-bundle": "~3.0"
}
}
```

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-bundle": "~2.0"
"mediawiki/semantic-bundle": "~3.0"

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

Expand Down Expand Up @@ -107,3 +107,13 @@ will be added and no extensions will be upgraded to a new version that itself ha

To get the latest set of extensions included by Semantic Bundle, make sure your "composer.local.json"
file contains the latest version of Semantic Bundle.

## Version history

### Semantic Bundle 3.0

* Upgraded Semantic MediaWiki from ~3.0.0 to ~3.1.0

### Semantic Bundle 2.0

* Upgraded Semantic Interlanguage Links from ~1.5 to ~2.0
2 changes: 1 addition & 1 deletion SemanticBundle.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
'path' => __FILE__,
'namemsg' => 'semantic-bundle-name',
'name' => 'AA Semantic Bundle',
'version' => '2.0.0',
'version' => '3.0.0',
'author' => [
'[https://www.entropywins.wtf/mediawiki Jeroen De Dauw]'
],
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"php": ">=7.1",
"composer/installers": "^1.0.1",

"mediawiki/semantic-media-wiki": "~3.0.0",
"mediawiki/semantic-media-wiki": "~3.1.0",

"mediawiki/semantic-result-formats": "~3.0",
"mediawiki/maps": "~7.4.0",
Expand Down

0 comments on commit f9738fb

Please sign in to comment.