Skip to content

Commit

Permalink
Bump to 1.6.0
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Friedman <[email protected]>
  • Loading branch information
iMattPro committed Dec 17, 2022
1 parent ffe0900 commit 104e085
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
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/iMattPro/similartopics",
"version": "1.6.0-dev",
"version": "1.6.0",
"keywords": ["phpbb", "extension", "similar", "topics"],
"license": "GPL-2.0-only",
"authors": [
Expand Down
2 changes: 1 addition & 1 deletion ext.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 104e085

Please sign in to comment.