From 374503f9aafde48f373dcf8de76143bcab38089f Mon Sep 17 00:00:00 2001 From: sickprodigy Date: Sun, 16 Nov 2025 21:18:09 -0500 Subject: [PATCH] Update changelog for version 1.8: fix activation issues, correct settings insert logic, and modernize PHP constructor usage --- changelog.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/changelog.txt b/changelog.txt index a1206e2..0888d35 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,9 @@ +v1.8 +* Fixed plugin activation issues with MyBB 1.8 and PHP 7/8. +* Corrected settings table insert logic (no manual 'sid' field). +* Updated code to use modern PHP constructor (__construct). Must have PHP 5+ + + v1.7 * Fixed bug where HTML would not show in portal. * Fixed bug where HTML would not show in thread review within the new reply page.