diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b434bd..d52a560 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ ## Changelog +### 1.4.3 - 2018-01-03 + +- Added a new setting: Search Sensitivity. Allows users to adjust the weighting of similar topics matches. This was added because InnoDB which is now supported, weights results differently than MyISAM. This will allow users with InnoDB tables to improve their similar topics results by lowering the weighting/sensitivity. +- Converted all template syntax to Twig format. + ### 1.4.2 - 2017-03-18 - Fix support for displaying topic icons diff --git a/composer.json b/composer.json index 8443f1c..5d7f85f 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,7 @@ "type": "phpbb-extension", "description": "A phpBB extension that displays a list of similar (related) topics at the bottom of the current topic's page.", "homepage": "https://github.com/VSEphpbb/similartopics", - "version": "1.4.3-dev", + "version": "1.4.3", "keywords": ["phpbb", "extension", "similar", "topics"], "license": "GPL-2.0", "authors": [