Skip to content

Commit

Permalink
Release 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
iMattPro committed Mar 15, 2018
1 parent 4faf8b0 commit 9da5962
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
## Changelog

### 1.5.0 - 2018-03-14

- Added support for forums using PostgreSQL databases (with thanks to hubaishan).
- Fixed a layout bug with the pagination buttons introduced in phpBB 3.2.2.
- Fixed potential SQL error bug when installing.

### 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.
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.5.0-dev",
"version": "1.5.0",
"keywords": ["phpbb", "extension", "similar", "topics"],
"license": "GPL-2.0-only",
"authors": [
Expand Down

0 comments on commit 9da5962

Please sign in to comment.