Skip to content

Commit 1d7c88d

Browse files
committed
Bump to version 2.3.3
1 parent 6c271b6 commit 1d7c88d

File tree

2 files changed

+15
-9
lines changed

2 files changed

+15
-9
lines changed

CHANGELOG.md

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,19 @@
11
# Changelog
22

3+
## 2.3.3 - 2025-06-01
4+
5+
- Future-proof away serious issues with future major phpBB versions.
6+
- Ajaxified the ACP settings form.
7+
- Various code improvements and optimizations.
8+
39
## 2.3.2 - 2020-01-10
410

511
- Fixed potential javascript issues in phpBB 3.3.x by removing deprecated code.
612
- Miscellaneous minor code improvements.
713

814
## 2.3.1 - 2019-03-30
915

10-
- Switched to a pure CSS "No Avatar" image instead of the no-avatar.gif that was not always available in some 3rd-party styles.
16+
- Switched to a pure CSS "No Avatar" image instead of the no-avatar.gif that was not always available in some third-party styles.
1117
- Fix possible installation issues related to its ACP modules.
1218
- Miscellaneous minor code improvements.
1319

@@ -27,7 +33,7 @@
2733

2834
- Improve compatibility with phpBB 3.1.x and 3.2.x
2935
- Added support for phpBB 3.2's s9e/textformatter utilities
30-
- Added missing ALT attribute to fallback no-avatar image in HTML
36+
- Added the missing ALT attribute to the fallback no-avatar image in HTML
3137
- Refactored topic preview's trim tools
3238
- Improved TWIG code
3339
- Added Bulgarian Translation
@@ -55,18 +61,18 @@
5561
## 2.2.0 - 2015-01-30
5662

5763
- Improved handling of nested bbcodes
58-
- Improved theme handling (fallback to No theme if expected theme is missing)
59-
- Removed version number displayed in ACP module title
60-
- Major internal coding revisions for improving code quality
64+
- Improved theme handling (fallback to No theme if the expected theme is missing)
65+
- Removed version number displayed in the ACP module title
66+
- Major internal coding revisions to improve code quality
6167

6268
## 2.1.0-RC1 - 2014-12-03
6369

64-
- Fix issue where recursive BBCode stripping could fail
70+
- Fix the issue where recursive BBCode stripping could fail
6571
- Fix some issues with broken avatars
6672
- Fix handling of missing CSS theme files
6773
- Add support for Top Five extension
6874
- Use UTF8 chars in language files
69-
- Various code refactoring
75+
- Various code refactorings
7076

7177
## 2.1.0-b3 - 2014-07-12
7278

@@ -77,7 +83,7 @@
7783
- Avatar icons keep their original proportions when scaled to fit
7884
- Refactored the codebase along with minor improvements and updates
7985
- Complete Persian translation
80-
- Ensure Similar Topics is installed on phpBB 3.1.0-b4 or later
86+
- Ensure Similar Topics extension is installed on phpBB 3.1.0-b4 or later
8187
- Switched to phpBB test framework
8288
- Added additional test coverage of the codebase
8389

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"type": "phpbb-extension",
44
"description": "A phpBB extension that displays a short excerpt of text from the first post in a tooltip while the mouse hovers over a topic’s title.",
55
"homepage": "https://github.com/iMattPro/topicpreview",
6-
"version": "2.3.3-dev",
6+
"version": "2.3.3",
77
"keywords": ["phpbb", "extension", "topic", "preview"],
88
"license": "GPL-2.0-only",
99
"authors": [

0 commit comments

Comments
 (0)