Skip to content

Commit ab6e4a0

Browse files
committed
Bump to version 1.0.1
Signed-off-by: Matt Friedman <maf675@gmail.com>
1 parent 8471969 commit ab6e4a0

2 files changed

Lines changed: 15 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Changelog
2+
3+
### 1.0.1 - 2024-01-20
4+
5+
- Resolved PHP errors that occurred when attempting to create a new Prefix tag in the ACP with an empty input field.
6+
- 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.
8+
- Updated the prefix's Enable/Disable toggle to a more user-friendly graphical UI switch.
9+
- Eliminated deprecated jQuery commands.
10+
- Various internal code improvements.
11+
12+
### 1.0.0 - 2018-12-24
13+
14+
- First release

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.1-dev",
6+
"version": "1.0.1",
77
"license": "GPL-2.0-only",
88
"authors": [
99
{

0 commit comments

Comments
 (0)