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
+16-7Lines changed: 16 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,16 +2,25 @@ These are the release notes for the [Semantic Result Formats](https://www.semant
2
2
3
3
## SRF 3.0.0
4
4
5
-
This is not a release yet.
6
-
7
-
* Raised minimum required version of PHP to 5.6
8
-
* Raised minimum required version of MediaWiki to 1.27
5
+
Released on October 12, 2018.
6
+
7
+
* Minimum requirement for
8
+
* PHP changed to version 5.6 and later
9
+
* MediaWiki changed to version 1.27 and later
10
+
* Semantic MediaWiki changed to version 3.0 and later
11
+
*#438 Added support for extension registration via "extension.json" (by James Hong Kong)
12
+
→ Now you have to use `wfLoadExtension( 'SemanticResultFormats' );` in the "LocalSettings.php" file to invoke the extension
9
13
* Improved filtered format: More options, better test coverage, re-enabled by default (by Stephan Gambke)
14
+
* Refactored vcard format: Mostly code improvements (by James Hong Kong)
10
15
*[#248](https://github.com/SemanticMediaWiki/SemanticResultFormats/pull/248) Fixed localization of numbers in the math result formats (by James Hong Kong)
11
-
*[#365](https://github.com/SemanticMediaWiki/SemanticResultFormats/pull/365) Added support for the latest versions of the GraphViz extension
12
-
*[#375](https://github.com/SemanticMediaWiki/SemanticResultFormats/pull/375) Fixed exposing of file dimensions in captions for the "gallery" format
13
-
* Tree format: Removed `template arguments` parameter
16
+
*[#311](https://github.com/SemanticMediaWiki/SemanticResultFormats/pull/365) Improved display of user preference options on special page "Preferences" (by James Hong Kong)
17
+
*[#365](https://github.com/SemanticMediaWiki/SemanticResultFormats/pull/365) Added support for the latest versions of the GraphViz extension (by Sam Wilson)
18
+
*[#375](https://github.com/SemanticMediaWiki/SemanticResultFormats/pull/375) Fixed exposing of file dimensions in captions for the "gallery" format (by James Hong Kong)
19
+
*[#384](https://github.com/SemanticMediaWiki/SemanticResultFormats/pull/384) Updated "fullcalendar" library as well as added the "list views" feature for the "eventcalendar" format (by Nischay Nahata and James Hong Kong)
20
+
*[#435](https://github.com/SemanticMediaWiki/SemanticResultFormats/pull/435) Fixed time zone transitions (by James Hong Kong)
21
+
*[#436](https://github.com/SemanticMediaWiki/SemanticResultFormats/pull/436) Removed the `template arguments` parameter of the "gallery" format (by Stephan Gambke)
14
22
* Added support for installation together with the latest versions of the Maps extension (by Jeroen De Dauw)
23
+
* Provided general code improvements as well as additional integrations tests for several result formats
@@ -96,7 +96,7 @@ minimum requirements are indicated in bold.
96
96
<th>SRF 2.5.x</th>
97
97
<td><strong>5.5.x</strong> - 7.0.x</td>
98
98
<td><strong>1.23</strong> - 1.29</td>
99
-
<td>2.1.x - latest</td>
99
+
<td>2.1.x - 2.5.x</td>
100
100
<tr>
101
101
<th>SRF 2.4.x</th>
102
102
<td>5.3.2 - 7.0.x</td>
@@ -148,51 +148,67 @@ minimum requirements are indicated in bold.
148
148
</table>
149
149
150
150
**Note:**
151
-
* It is strongly recommended to also always upgrade the underlying MediaWiki software to supported versions. See the [version lifecycle](https://www.mediawiki.org/wiki/Version_lifecycle) for current information on supported versions.
152
-
* It is strongly recommended to also always upgrade the underlying Semantic MediaWiki software to supported versions. See the page on [compatibility](https://www.semantic-mediawiki.org/wiki/Help:Compatibility) for current information on supported versions.
153
-
154
-
## Download and installation
151
+
* It is strongly recommended to also always upgrade the underlying MediaWiki software to supported versions.
152
+
See the [version lifecycle](https://www.mediawiki.org/wiki/Version_lifecycle) for current information on
153
+
supported versions.
154
+
* It is strongly recommended to also always upgrade the underlying Semantic MediaWiki software to supported
155
+
versions. See the page on [compatibility](https://www.semantic-mediawiki.org/wiki/Help:Compatibility) for
156
+
current information on supported versions.
155
157
156
-
### Composer Installation
158
+
## Installation
157
159
158
-
The recommended way to install Semantic Result Formats is with
159
-
[Composer](https://getcomposer.org) using [MediaWiki's built-in support for
0 commit comments