Skip to content

Commit dd553d6

Browse files
authoredApr 3, 2020
Make 2.1.0 release (#82)
* Make 2.1.0 release ** Add release date ** Update Requirements section ** Update Installation section ** Remove obsolete documentation ** Formatting tweaks ** Increment version
1 parent badc9a6 commit dd553d6

File tree

4 files changed

+10
-15
lines changed

4 files changed

+10
-15
lines changed
 

‎README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ This [video](https://vimeo.com/115871518) demonstrates the functionality of the
2222

2323
## Requirements
2424

25-
- PHP 7.0 or later
25+
- PHP 7.1 or later
2626
- MediaWiki 1.31 or later
2727
- [Semantic MediaWiki][smw] 3.0 or later
2828

@@ -42,15 +42,15 @@ create one and add the following content to it:
4242
```
4343
{
4444
"require": {
45-
"mediawiki/semantic-interlanguage-links": "~2.0"
45+
"mediawiki/semantic-interlanguage-links": "~2.1"
4646
}
4747
}
4848
```
4949

5050
If you already have a "composer.local.json" file add the following line to the end of the "require"
5151
section in your file:
5252

53-
"mediawiki/semantic-interlanguage-links": "~2.0"
53+
"mediawiki/semantic-interlanguage-links": "~2.1"
5454

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

‎RELEASE-NOTES.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ This file contains the RELEASE-NOTES of the **Semantic Interlanguage Links** (a.
22

33
### 2.1.0
44

5-
Released on (tentative date).
5+
Released on April 2, 2020.
66

77
* Minimum requirement for
88
* PHP changed to version 7.1 and later

‎docs/README.md

+5-10
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
* [Parser functions](01-parser-function.md) contains details and usage examples
3-
* [Example #ask queries](02-ask-queries.md)
3+
* [Example `#ask` queries](02-ask-queries.md)
44
* [Technical notes](09-notes.md)
55

66
## Usage
@@ -26,21 +26,16 @@ language target link list.
2626
- A set of predefined properties ( `Page content language`, `Interlanguage reference`,
2727
`Interwiki language`, `Interwiki reference`, and `Has interlanguage links`) are provided and can
2828
be used to create customized `#ask` queries (e.g `Has interlanguage links.Page content language`).
29-
- SIL provides a `by Language` `Special:Search` filtering option to match interlanguage property annotations
30-
for pre-selected pages. If the `by Language` profile (or the advanced profile) is used together with
31-
a specific language filter then any pre-selected article (provided by the `SearchEngine`) that does not match
32-
the language will be excluded from the result list. It may be necessary to broaden the limit before a match
33-
can be found because SIL does only compare languages against pre-selected results (it does not search by itself).
3429
- If a category page contains a `Page content language` annotation, SIL will filter and display only pages
3530
that match that content language. In cases where no language has been assigned (or filtering has been disabled),
3631
the category page will display all pages without changes or filtering.
3732

3833
### Configuration
3934

40-
- `$GLOBALS['silgCacheType'] = CACHE_ANYTHING;` is being set to be the default value to improve query lookups
35+
- `$silgCacheType = CACHE_ANYTHING;` is being set to be the default value to improve query lookups
4136
during each page view with cache invalidation being carried out during any delete, change or move action.
42-
- `$GLOBALS['wgHideInterlanguageLinks']` is enabled (set to `true`), no sitelinks or annotations are created
37+
- `$wgHideInterlanguageLinks` is enabled (set to `true`), no sitelinks or annotations are created
4338
(in order to correspond to the MW default behaviour for interwiki links)
44-
- If `$GLOBALS['wgPageLanguageUseDB']` was enabled and `Special:PageLanguage` assigned a different language from
39+
- If `$wgPageLanguageUseDB` was enabled and `Special:PageLanguage` assigned a different language from
4540
the annotated SIL value then the `Page content language` will be restored to provide consistency with the
46-
expected language
41+
expected language

‎extension.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "SemanticInterlanguageLinks",
3-
"version": "2.1.0-alpha",
3+
"version": "2.1.0",
44
"author": [
55
"James Hong Kong",
66
"..."

0 commit comments

Comments
 (0)