|
1 | 1 | # Changelog |
2 | 2 |
|
| 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 | + |
3 | 9 | ## 2.3.2 - 2020-01-10 |
4 | 10 |
|
5 | 11 | - Fixed potential javascript issues in phpBB 3.3.x by removing deprecated code. |
6 | 12 | - Miscellaneous minor code improvements. |
7 | 13 |
|
8 | 14 | ## 2.3.1 - 2019-03-30 |
9 | 15 |
|
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. |
11 | 17 | - Fix possible installation issues related to its ACP modules. |
12 | 18 | - Miscellaneous minor code improvements. |
13 | 19 |
|
|
27 | 33 |
|
28 | 34 | - Improve compatibility with phpBB 3.1.x and 3.2.x |
29 | 35 | - 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 |
31 | 37 | - Refactored topic preview's trim tools |
32 | 38 | - Improved TWIG code |
33 | 39 | - Added Bulgarian Translation |
|
55 | 61 | ## 2.2.0 - 2015-01-30 |
56 | 62 |
|
57 | 63 | - 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 |
61 | 67 |
|
62 | 68 | ## 2.1.0-RC1 - 2014-12-03 |
63 | 69 |
|
64 | | -- Fix issue where recursive BBCode stripping could fail |
| 70 | +- Fix the issue where recursive BBCode stripping could fail |
65 | 71 | - Fix some issues with broken avatars |
66 | 72 | - Fix handling of missing CSS theme files |
67 | 73 | - Add support for Top Five extension |
68 | 74 | - Use UTF8 chars in language files |
69 | | -- Various code refactoring |
| 75 | +- Various code refactorings |
70 | 76 |
|
71 | 77 | ## 2.1.0-b3 - 2014-07-12 |
72 | 78 |
|
|
77 | 83 | - Avatar icons keep their original proportions when scaled to fit |
78 | 84 | - Refactored the codebase along with minor improvements and updates |
79 | 85 | - 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 |
81 | 87 | - Switched to phpBB test framework |
82 | 88 | - Added additional test coverage of the codebase |
83 | 89 |
|
|
0 commit comments