-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update RELEASE-NOTES.md ** Provides information about the 1.1.0 release * Update README.md ** Update for the 1.1.0 release * Update composer.json ** Since we are not absolutely sure if breaking changes will appear in SMW 3.0 * Update SemanticScribunto.php ** Bumps version ** Tweaks sysop notifications
- Loading branch information
Showing
4 changed files
with
23 additions
and
13 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,24 @@ | ||
This file contains the RELEASE-NOTES of the Semantic Scribunto (a.k.a. SSC) extension. | ||
|
||
### 1.1.0 | ||
|
||
Released on January 13, 2018. | ||
|
||
* Minimum requirement for MediaWiki changed to version 1.27 and later | ||
* Minimum requirement for Semantic MediaWiki changed to version 2.4 and later | ||
* #43 Fixes issue with `mw.smw.ask` returning always "false" on printouts for category membership (by Tobias Oetterer) | ||
* Adds `Query::PROC_CONTEXT` (by James Hong Kong) | ||
* Localization updates from https://translatewiki.net | ||
|
||
### 1.0.0 | ||
|
||
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.ask` to execute `#ask` queries (by Tobias Oetterer) | ||
* `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) | ||
* `smw.subobject` to store data to the SMW store equivalent to `#subobject` (Tobias Oetterer) | ||
* `smw.info` to output tooltips equivalent to `#info` (by Tobias Oetterer) | ||
* `smw.set` to store data to the SMW store equivalent to `#set` (by Tobias Oetterer) | ||
* `smw.subobject` to store data to the SMW store equivalent to `#subobject` (by Tobias Oetterer) |
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