diff --git a/CHANGELOG.md b/CHANGELOG.md index e5ff2ce..378efc1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ ## Changelog +### 1.6.0 - 2022-12-17 + +- Removed support for phpBB 3.1.x. +- Removed forum "f=" parameters from URLs. +- Optimized Javascript and other coding updates. +- Support added for ScaffoldBB style. + ### 1.5.4 - 2020-12-01 - Fix for Postgresql databases where titles with single quotes would fatally error. diff --git a/composer.json b/composer.json index 56b9a87..174a376 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/iMattPro/similartopics", - "version": "1.6.0-dev", + "version": "1.6.0", "keywords": ["phpbb", "extension", "similar", "topics"], "license": "GPL-2.0-only", "authors": [ diff --git a/ext.php b/ext.php index 7d50980..7f06e52 100644 --- a/ext.php +++ b/ext.php @@ -13,7 +13,7 @@ class ext extends \phpbb\extension\base { /** - * Extension requires Mysql or PostgreSQL DBMS and phpBB 3.2.1 or newer. + * Extension requires Mysql or Postgres DBMS and phpBB 3.2.1 or newer. * * @return array|bool If phpBB 3.3.x, return message as to why it could not be installed. * Otherwise, just return boolean true/false.