Skip to content

Commit c0dd4bb

Browse files
authored
4.2.1 release (#823)
* Provide RELEASE-NOTES * update COMPATIBILITY * update INSTALL
1 parent 1c52d38 commit c0dd4bb

3 files changed

Lines changed: 31 additions & 3 deletions

File tree

RELEASE-NOTES.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
These are the release notes for the [Semantic Result Formats](https://www.semantic-mediawiki.org/wiki/Extension:Semantic_Result_Formats) (a.k.a SRF) MediaWiki extension.
22

3+
## SRF 4.2.1
4+
5+
Released on March 13, 2024.
6+
* [815](https://github.com/SemanticMediaWiki/SemanticResultFormats/pull/815) Document graphfields parameter to the graph format (by @alex-mashin)
7+
* [806](https://github.com/SemanticMediaWiki/SemanticResultFormats/pull/806) Added required resources for the bubble chare to the jqplotchart format (by@YOUR1)
8+
* [805](https://github.com/SemanticMediaWiki/SemanticResultFormats/pull/805) Fixed issue creating a lot of log spam (by @sophivorus)
9+
* [793](https://github.com/SemanticMediaWiki/SemanticResultFormats/pull/793) Fixed issue with the slidesToShow paramter to the carousel format (by @thomas-topway-it)
10+
* Further improvements and fixes to the Continuous Integration (CI) (by [gesinn.it](https://gesinn.it))
11+
* Updated translations (by translatewiki.net community)
12+
313
## SRF 4.2.0
414

515
Released on December 7, 2023.
@@ -14,6 +24,7 @@ Released on December 7, 2023.
1424
* Further improvements of datatables format: [775](https://github.com/SemanticMediaWiki/SemanticResultFormats/pull/775), [774](https://github.com/SemanticMediaWiki/SemanticResultFormats/pull/774), [773](https://github.com/SemanticMediaWiki/SemanticResultFormats/pull/773) (by @thomas-topway-it for ([KM-A](https://km-a.net))
1525
* Fixed NONCEs on inline scripts in order to support CSP-Header
1626
* Fixed GraphViz extension support in the Graph format (by [Professional Wiki](https://professional.wiki))
27+
* Updated translations (by translatewiki.net community)
1728

1829
## SRF 4.1.0
1930

@@ -22,6 +33,7 @@ Released on October 12, 2023.
2233
* [Complete rewrite of datatables format](https://www.semantic-mediawiki.org/w/index.php?title=Help:Datatables_format) (by @thomas-topway-it, [KM-A](https://knowledge.wiki)). [761](https://github.com/SemanticMediaWiki/SemanticResultFormats/issues/761), [750](https://github.com/SemanticMediaWiki/SemanticResultFormats/issues/750), [725](https://github.com/SemanticMediaWiki/SemanticResultFormats/issues/725), [571](https://github.com/SemanticMediaWiki/SemanticResultFormats/issues/571), [721](https://github.com/SemanticMediaWiki/SemanticResultFormats/issues/721)...
2334
* Fixed jqplotchart label error (by @thomas-topway-it)
2435
* Fixed preferred label issue in eventcalendar (by @thomas-topway-it)
36+
* Updated translations (by translatewiki.net community)
2537

2638
## SRF 4.0.2
2739

@@ -36,6 +48,7 @@ Released on March 9, 2023.
3648
* Solved potential `symfony/css-selector` package conflict (by @rvogel)
3749
* Bump moment from 2.24.0 to 2.29.2 in /formats/filtered
3850
* Bump tar from 4.4.8 to 4.4.19 in /formats/filtered
51+
* Updated translations (by translatewiki.net community)
3952

4053
## SRF 4.0.1
4154

@@ -52,6 +65,7 @@ Released on January 25, 2022.
5265
* [Filtered] added "list view userparam" (by [gesinn.it](https://gesinn.it))
5366
* [Gallery] added "captiontemplate" parameter to allow wrapping of image captions with a template
5467
* [GraphViz] fields of data type other than 'page' are now displayed not as separate nodes connected by edges but as parts of labels of nodes of the type 'record' and similar
68+
* Updated translations (by translatewiki.net community)
5569

5670
## SRF 3.2.0
5771

docs/COMPATIBILITY.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,26 @@ minimum requirements are indicated in bold.
1717
<th>Semantic MediaWiki</th>
1818
<th>Release status</th>
1919
</tr>
20+
<tr>
21+
<th>4.2.x</th>
22+
<td>7.3.0 - 8.0.x+</td>
23+
<td>1.35 - 1.37+</td>
24+
<td>3.2.x - 4.0+</td>
25+
<td><strong>Stable release</strong></td>
26+
<tr>
27+
<tr>
28+
<th>4.1.x</th>
29+
<td>7.3.0 - 8.0.x+</td>
30+
<td>1.35 - 1.37+</td>
31+
<td>3.2.x - 4.0+</td>
32+
<td>Obsolete release, no support</td>
33+
<tr>
2034
<tr>
2135
<th>4.0.x</th>
2236
<td><strong>7.3.0</strong> - 8.0.x+</td>
2337
<td><strong>1.35</strong> - 1.37+</td>
2438
<td><strong>3.2.x</strong> - 4.0+</td>
25-
<td><strong>Stable release</strong></td>
39+
<td>Obsolete release, no support</td>
2640
<tr>
2741
<tr>
2842
<th>3.2.x</th>

docs/INSTALL.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@ create one and add the following content to it:
2020
```
2121
{
2222
"require": {
23-
"mediawiki/semantic-result-formats": "~4.0"
23+
"mediawiki/semantic-result-formats": "~4.2"
2424
}
2525
}
2626
```
2727

2828
If you already have a "composer.local.json" file add the following line to the end of the "require"
2929
section in your file:
3030

31-
"mediawiki/semantic-result-formats": "~4.0"
31+
"mediawiki/semantic-result-formats": "~4.2"
3232

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

0 commit comments

Comments
 (0)