Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump to version 1.0.1 #28

Merged
merged 1 commit into from
Feb 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Changelog

### 1.0.1 - 2024-01-20

- Resolved PHP errors that occurred when attempting to create a new Prefix tag in the ACP with an empty input field.
- 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.
- Fixed the behavior where, during post preview, the selected Prefix remains chosen in the posting form.
- Updated the prefix's Enable/Disable toggle to a more user-friendly graphical UI switch.
- Eliminated deprecated jQuery commands.
- Various internal code improvements.

### 1.0.0 - 2018-12-24

- First release
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": "An official phpBB extension for topic prefixes.",
"homepage": "https://www.phpbb.com/customise/db/extension/topicprefixes/",
"version": "1.0.1-dev",
"version": "1.0.1",
"license": "GPL-2.0-only",
"authors": [
{
Expand Down
Loading