Skip to content

Commit

Permalink
align and fix version numbers and dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Erdmann committed May 31, 2024
1 parent 364ccb8 commit f9d6739
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
5 changes: 3 additions & 2 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,15 @@ Enhanced Retrieval extension ChangeLog
======================================

VERSION 3.0
* updated extension.json for MW1.38
* updated extension.json for MW1.39
* renamed global config variable
* from $SOLRhost, $SOLRport, $SOLRuser, $SOLRpass, $SOLRcore
* to $fsgSolrHost, $fsgSolrPort, $fsgSolrUser, $fsgSolrPass, $fsgSolrCore
* removed $fsgCustomConstraint config variable
* removed unused config variables
** $fsgScriptPath
* $fsgScriptPath
* $fsgIP
* Enhanced Retrieval now has a user preference dialog

VERSION 2.3
- Got rid of separate proxy implementation. Instead, the proxy now is a REST endpoint of MW.
Expand Down
8 changes: 4 additions & 4 deletions INSTALL
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
== Enhanced Retrieval Extension 2.3 ==
== Enhanced Retrieval Extension 3.0 ==

=== Requirements ===
* PHP 7.x
* PHP 7.4.x
* Composer
* MediaWiki 1.37.x
* SMW 3.x
* MediaWiki 1.39.x (LTS)
* SMW 3.x or 4.x
* Apache SOLR server v8.30+

You can setup your own Solr server. Please use the SOLR-schema given in:
Expand Down
4 changes: 2 additions & 2 deletions extension.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
"descriptionmsg": "facetedsearch-desc",
"license-name": "GPL-2.0-or-later",
"type": "other",
"version": "2.5.1",
"version": "3.0.1",
"manifest_version": 2,
"requires": {
"MediaWiki": ">= 1.38",
"MediaWiki": ">= 1.39",
"platform": {
"php": ">= 7.4"
}
Expand Down

0 comments on commit f9d6739

Please sign in to comment.