From 27fdd17911bb03f02124c5c54540de2815038ebf Mon Sep 17 00:00:00 2001 From: sickprodigy Date: Sun, 16 Nov 2025 13:36:20 -0500 Subject: [PATCH] Update plugin author and version in htmlposts_info function --- Upload/inc/plugins/htmlposts.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Upload/inc/plugins/htmlposts.php b/Upload/inc/plugins/htmlposts.php index 1a74708..90be9c4 100644 --- a/Upload/inc/plugins/htmlposts.php +++ b/Upload/inc/plugins/htmlposts.php @@ -43,8 +43,8 @@ function htmlposts_info() return array( "name" => "HTML in Posts", "description" => "This plugin adds the possibility to use HTML in posts.", - "author" => "Diogo Parrinha", - "version" => "1.7", + "author" => "Diogo Parrinha and SickGaming.net", + "version" => "1.8", "guid" => "1e7c24cc5352de0fbc1e7be40ef1ad60", "compatibility" => "18*" );