You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: RELEASE-NOTES.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,15 +2,15 @@ These are the release notes for the [Semantic Result Formats](https://www.semant
2
2
3
3
## SRF 5.0.0
4
4
5
-
Released on TDB
5
+
Released on April 7, 2025.
6
6
7
7
### Compatibility Changes
8
8
9
-
* Changed the minimum MediaWiki version from 1.35 to 1.39
10
-
* Changed the minimum PHP version from 7.3 to 8.1
11
9
* Added compatibility with Semantic MediaWiki 5.x
12
10
* Added support for PHP up to version 8.4
13
11
* Added support for MediaWiki support up to version 1.43
12
+
* Dropped support for MediaWiki older than 1.39
13
+
* Dropped support for PHP older than 8.1
14
14
15
15
### Breaking Changes
16
16
@@ -19,14 +19,14 @@ Released on TDB
19
19
### New Features and Enhancements
20
20
21
21
* Overhauled DataTables format
22
-
* Bump DataTables from 1.13.2 to 2.1.8 [864](https://github.com/SemanticMediaWiki/SemanticResultFormats/pull/864) (by @alistair3149)
23
-
* Revamped DataTables UI to match with [Codex](https://doc.wikimedia.org/codex/main/)[871](https://github.com/SemanticMediaWiki/SemanticResultFormats/pull/871), [879](https://github.com/SemanticMediaWiki/SemanticResultFormats/pull/879) (by @alistair3149)
* Improved accessibility with `aria-live = "polite"` attribute in DataTable [845](https://github.com/SemanticMediaWiki/SemanticResultFormats/pull/845) (by @robinwiel)
22
+
* Improved UI integration with MediaWiki by using [Codex](https://doc.wikimedia.org/codex/main/)[871](https://github.com/SemanticMediaWiki/SemanticResultFormats/pull/871), [879](https://github.com/SemanticMediaWiki/SemanticResultFormats/pull/879) (by @alistair3149)
26
23
* Added "show all" to DataTable length [868](https://github.com/SemanticMediaWiki/SemanticResultFormats/pull/868) (by @alistair3149)
27
24
* Fixed various sorting and filter issues [865](https://github.com/SemanticMediaWiki/SemanticResultFormats/pull/865) (by @alistair3149)
28
25
* Fixed template Ajax navigation and improved expansion [931](https://github.com/SemanticMediaWiki/SemanticResultFormats/pull/931) (by @thomas-topway-it for ([KM-A](https://km-a.net))
29
26
* Fixed missing [ParentProperties](https://www.semantic-mediawiki.org/wiki/Help:Subobjects_and_queries) values [833](https://github.com/SemanticMediaWiki/SemanticResultFormats/pull/833) and [825](https://github.com/SemanticMediaWiki/SemanticResultFormats/issues/825) (by @hkwi)
27
+
* Bump DataTables from 1.13.2 to 2.1.8 [864](https://github.com/SemanticMediaWiki/SemanticResultFormats/pull/864) (by @alistair3149)
0 commit comments