Update plugin author and version in htmlposts_info function
This commit is contained in:
@@ -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*"
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user