From bfbeef9759b247e45bac168e62a3771fc64d9c42 Mon Sep 17 00:00:00 2001 From: Matt Friedman Date: Fri, 20 Mar 2026 14:38:49 -0700 Subject: [PATCH] Bump to version 1.0.2 --- CHANGELOG.md | 9 ++++++++- composer.json | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6971184..b83dea8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,17 @@ # Changelog +### 1.0.2 - 2025-12-17 + +- Strengthened compatibility with both phpBB3 and phpBB4-alpha-1. +- Compatibility fix for the Quick Edit extension. +- Cleaned out leftover jQuery code for consistent JavaScript. +- Other internal code improvements. + ### 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. +- 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. diff --git a/composer.json b/composer.json index b08e4bd..72dce49 100644 --- a/composer.json +++ b/composer.json @@ -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.2-dev", + "version": "1.0.2", "license": "GPL-2.0-only", "authors": [ {