Skip to content

Commit

Permalink
1.0.0 release (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
kghbln authored and mwjames committed Jan 22, 2017
1 parent 9834a79 commit 19e5919
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 8 deletions.
4 changes: 2 additions & 2 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ This file contains the RELEASE-NOTES of the Semantic Scribunto (a.k.a. SSC) exte

### 1.0.0

Not yet release.
Released on January 23, 2017.

* Initial release
* Added the `mw.smw.lua` library with support for:
* `smw.ask` to execute `#ask` queries (Tobias Oetterer)
* `smw.getQueryResult` to execute `#ask` queries
* `smw.getQueryResult` to execute `#ask` queries
* `smw.getPropertyType` to get the type of a property
* `smw.info` to output tooltips equivalent to `#info` (Tobias Oetterer)
* `smw.set` to store data to the SMW store equivalent to `#set` (Tobias Oetterer)
Expand Down
2 changes: 1 addition & 1 deletion SemanticScribunto.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public static function load() {
*/
public static function initExtension() {

define( 'SMW_SCRIBUNTO_VERSION', '1.0.0-alpha' );
define( 'SMW_SCRIBUNTO_VERSION', '1.0.0' );

// Register extension info
$GLOBALS['wgExtensionCredits']['semantic'][] = array(
Expand Down
14 changes: 9 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mediawiki/semantic-scribunto",
"type": "mediawiki-extension",
"description": "A Semantic Mediawiki extension to natively support the Scribunto extension.",
"description": "A Semantic Mediawiki extension to natively support the Scribunto extension",
"keywords": [
"smw",
"semantic mediawiki",
Expand All @@ -10,20 +10,24 @@
"Scribunto",
"Lua"
],
"homepage": "https://semantic-mediawiki.org/wiki/Extension:SemanticScribunto",
"homepage": "https://www.semantic-mediawiki.org/wiki/Extension:SemanticScribunto",
"license": "GPL-2.0+",
"authors": [
{
"name": "mwjames",
"name": "James Hong Kong",
"role": "Creator"
},
{
"name": "Tobias Oetterer",
"role": "Developer"
}
],
"support": {
"email": "semediawiki-user@lists.sourceforge.net",
"issues": "https://github.com/SemanticMediaWiki/SemanticScribunto/issues",
"irc": "irc://irc.freenode.net/semantic-mediawiki",
"forum": "https://semantic-mediawiki.org/wiki/semantic-mediawiki.org_talk:Community_portal",
"wiki": "https://semantic-mediawiki.org/wiki/",
"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/SemanticScribunto"
},
"require": {
Expand Down

0 comments on commit 19e5919

Please sign in to comment.