Skip to content

Commit

Permalink
Increment version to 1.4.1 and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
iMattPro committed Jan 4, 2017
1 parent 2b6c0dc commit d5386fc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
## Changelog

### 1.4.1 - 2017-01-04

- Fixed a bug introduced in 1.4.0 that caused fatal errors when creating/updating a forum
- Integrated foreign language ignore-words directly into the extension since they are being removed from the phpBB core translations

### 1.4.0 - 2016-11-16

- Support for larger forums (no more "Too many forums selected" error in PST settings)
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.4.1-dev",
"version": "1.4.1",
"keywords": ["phpbb", "extension", "similar", "topics"],
"license": "GPL-2.0",
"authors": [
Expand Down

0 comments on commit d5386fc

Please sign in to comment.