Update plugin author and version in htmlposts_info function

This commit is contained in:
2025-11-16 13:36:20 -05:00
parent 42c208a507
commit 27fdd17911

View File

@@ -43,8 +43,8 @@ function htmlposts_info()
return array( return array(
"name" => "HTML in Posts", "name" => "HTML in Posts",
"description" => "This plugin adds the possibility to use HTML in posts.", "description" => "This plugin adds the possibility to use HTML in posts.",
"author" => "Diogo Parrinha", "author" => "Diogo Parrinha and SickGaming.net",
"version" => "1.7", "version" => "1.8",
"guid" => "1e7c24cc5352de0fbc1e7be40ef1ad60", "guid" => "1e7c24cc5352de0fbc1e7be40ef1ad60",
"compatibility" => "18*" "compatibility" => "18*"
); );