Skip to content

Commit 9100779

Browse files
authored
5.0.0 release (#936)
1 parent 453911a commit 9100779

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

RELEASE-NOTES.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@ These are the release notes for the [Semantic Result Formats](https://www.semant
22

33
## SRF 5.0.0
44

5-
Released on TDB
5+
Released on April 7, 2025.
66

77
### Compatibility Changes
88

9-
* Changed the minimum MediaWiki version from 1.35 to 1.39
10-
* Changed the minimum PHP version from 7.3 to 8.1
119
* Added compatibility with Semantic MediaWiki 5.x
1210
* Added support for PHP up to version 8.4
1311
* 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
1414

1515
### Breaking Changes
1616

@@ -19,14 +19,14 @@ Released on TDB
1919
### New Features and Enhancements
2020

2121
* 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)
24-
* Improved client-side cache mechanism [904](https://github.com/SemanticMediaWiki/SemanticResultFormats/pull/904) (by @thomas-topway-it)
25-
* 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)
2623
* Added "show all" to DataTable length [868](https://github.com/SemanticMediaWiki/SemanticResultFormats/pull/868) (by @alistair3149)
2724
* Fixed various sorting and filter issues [865](https://github.com/SemanticMediaWiki/SemanticResultFormats/pull/865) (by @alistair3149)
2825
* 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))
2926
* 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)
28+
* Improved client-side cache mechanism [904](https://github.com/SemanticMediaWiki/SemanticResultFormats/pull/904) (by @thomas-topway-it)
29+
* Improved accessibility with `aria-live = "polite"` attribute in DataTable [845](https://github.com/SemanticMediaWiki/SemanticResultFormats/pull/845) (by @robinwiel)
3030
* Updated Filtered format dependencies: Fullcalendar 6 and leaflet 1.9/leaflet-providers 2.0 (by @thomas-topway-it for ([KM-A](https://km-a.net))
3131
* Added `prolog` format that generates SVO predicates
3232
* Added `dataframe` format

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.0.0-alpha",
3+
"version": "5.0.0",
44
"author": [
55
"James Hong Kong",
66
"Stephan Gambke",

0 commit comments

Comments
 (0)