-
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Provide release notes * Fluff howto readme * Update and tweak general readme * Increment version
- Loading branch information
Showing
5 changed files
with
77 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "mediawiki/semantic-meta-tags", | ||
"type": "mediawiki-extension", | ||
"description": "A Semantic Mediawiki extension to add meta tags with content generated from semantic annotations.", | ||
"description": "An extension to Semantic Mediawiki to add meta elements with content generated from semantic annotations.", | ||
"keywords": [ | ||
"smw", | ||
"semantic mediawiki", | ||
|
@@ -22,13 +22,12 @@ | |
"support": { | ||
"email": "[email protected]", | ||
"issues": "https://github.com/SemanticMediaWiki/SemanticMetaTags/issues", | ||
"irc": "irc://irc.freenode.net/semantic-mediawiki", | ||
"forum": "https://www.semantic-mediawiki.org/wiki/semantic-mediawiki.org_talk:Community_portal", | ||
"wiki": "https://www.semantic-mediawiki.org/wiki/", | ||
"source": "https://github.com/SemanticMediaWiki/SemanticMetaTags" | ||
}, | ||
"require": { | ||
"php": ">=5.6", | ||
"php": ">=7.1", | ||
"composer/installers": "1.*,>=1.0.1", | ||
"mediawiki/semantic-media-wiki": "~3.1" | ||
}, | ||
|
@@ -39,7 +38,7 @@ | |
}, | ||
"extra": { | ||
"branch-alias": { | ||
"dev-master": "2.x-dev" | ||
"dev-master": "3.x-dev" | ||
} | ||
}, | ||
"autoload": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "SemanticMetaTags", | ||
"version": "2.1.0-alpha", | ||
"version": "3.0.0", | ||
"author": [ | ||
"James Hong Kong" | ||
], | ||
|