Skip to content

Commit a2682d7

Browse files
authored
5.2.0 release (#994)
* 5.2.0 release * Update compat docs
1 parent 6edd5ce commit a2682d7

4 files changed

Lines changed: 29 additions & 7 deletions

File tree

RELEASE-NOTES.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
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 5.2.0
4+
5+
Released on February 16, 2026.
6+
7+
### New Features and Enhancements
8+
9+
* Improved the `datatables` format with structured queries for searchpanes ([986](https://github.com/SemanticMediaWiki/SemanticResultFormats/pull/986)) (by @thomas-topway-it)
10+
* Improved the `graph` format field value handling and optimized field layout ([993](https://github.com/SemanticMediaWiki/SemanticResultFormats/pull/993)) (by [gesinn.it](https://gesinn.it))
11+
12+
### Bug Fixes
13+
14+
* Fixed `tagcloud` format issues caused by d3 v6 incompatibilities ([981](https://github.com/SemanticMediaWiki/SemanticResultFormats/pull/981)) (by @YOUR1)
15+
* Fixed duplicate leaflet library loading in the `filtered` format map view ([976](https://github.com/SemanticMediaWiki/SemanticResultFormats/pull/976)) (by @thomas-topway-it)
16+
* Fixed missing `mUserParam` property in the `filtered` format list view ([992](https://github.com/SemanticMediaWiki/SemanticResultFormats/pull/992)) (by @jaideraf)
17+
* Fixed template parameter handling in the `listwidget` format ([941](https://github.com/SemanticMediaWiki/SemanticResultFormats/pull/941)) (by @thomas-topway-it)
18+
* Fixed erroneous error message in the `incoming` format when no results are found ([985](https://github.com/SemanticMediaWiki/SemanticResultFormats/pull/985)) (by @D-Groenewegen)
19+
* Fixed `cacheKey` property name in the `datatables` format ([987](https://github.com/SemanticMediaWiki/SemanticResultFormats/pull/987)) (by @thomas-topway-it)
20+
* Fixed `graph` format fallback to `getWikiValue()` when `getDisplayTitle()` returns null (by [gesinn.it](https://gesinn.it))
21+
* Updated translations (by translatewiki.net community)
22+
323
## SRF 5.1.0
424

525
Released on September 3, 2025.

composer.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -69,11 +69,6 @@
6969
"SemanticResultFormats.utils.php"
7070
]
7171
},
72-
"extra": {
73-
"branch-alias": {
74-
"dev-master": "5.2.x-dev"
75-
}
76-
},
7772
"config": {
7873
"process-timeout": 0,
7974
"allow-plugins": {

docs/COMPATIBILITY.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,19 @@ minimum requirements are indicated in bold.
1818
<th>Release status</th>
1919
</tr>
2020
<tr>
21-
<th>5.1.x</th>
21+
<th>5.2.x</th>
2222
<td>8.1 - 8.4</td>
2323
<td>1.39 - 1.44</td>
2424
<td>5.0 - 6.x</td>
2525
<td><strong>Stable release</strong></td>
2626
<tr>
27+
<tr>
28+
<th>5.1.x</th>
29+
<td>8.1 - 8.4</td>
30+
<td>1.39 - 1.44</td>
31+
<td>5.0 - 6.x</td>
32+
<td>Obsolete release, no support</td>
33+
<tr>
2734
<tr>
2835
<th>5.0.x</th>
2936
<td><strong>8.1</strong> - 8.4</td>

extension.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "SemanticResultFormats",
3-
"version": "5.1.0",
3+
"version": "5.2.0",
44
"author": [
55
"James Hong Kong",
66
"Stephan Gambke",

0 commit comments

Comments
 (0)