diff --git a/ChangeLog b/ChangeLog index b148d00..9a91d6d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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. diff --git a/INSTALL b/INSTALL index a2f5f6d..f9b403b 100644 --- a/INSTALL +++ b/INSTALL @@ -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: diff --git a/extension.json b/extension.json index 5015280..378203c 100644 --- a/extension.json +++ b/extension.json @@ -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" }