Skip to content

Commit 25688da

Browse files
committed
Merge branch 'master' into dev/4.0
2 parents 2c63df8 + eba4b2d commit 25688da

2 files changed

Lines changed: 9 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,17 @@
11
# Changelog
22

3+
### 1.0.2 - 2025-12-17
4+
5+
- Strengthened compatibility with both phpBB3 and phpBB4-alpha-1.
6+
- Compatibility fix for the Quick Edit extension.
7+
- Cleaned out leftover jQuery code for consistent JavaScript.
8+
- Other internal code improvements.
9+
310
### 1.0.1 - 2024-01-20
411

512
- Resolved PHP errors that occurred when attempting to create a new Prefix tag in the ACP with an empty input field.
613
- Addressed an issue where editing posts and switching between Prefix or no Prefix now ensures that all Reply posts are updated with the correct Prefix upon form submission.
7-
- Fixed the behavior where, during post preview, the selected Prefix remains chosen in the posting form.
14+
- Fixed the behavior where, during post-preview, the selected Prefix remains chosen in the posting form.
815
- Updated the prefix's Enable/Disable toggle to a more user-friendly graphical UI switch.
916
- Eliminated deprecated jQuery commands.
1017
- Various internal code improvements.

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": "An official phpBB extension for topic prefixes.",
55
"homepage": "https://www.phpbb.com/customise/db/extension/topicprefixes/",
6-
"version": "1.0.2-dev",
6+
"version": "1.0.2",
77
"license": "GPL-2.0-only",
88
"authors": [
99
{

0 commit comments

Comments
 (0)