More design work and bugfixes

This commit is contained in:
genuineparts 2025-06-17 21:55:44 +02:00
parent 3a10acd9d6
commit b6704ccee4
17 changed files with 244 additions and 143 deletions

View file

@ -6,7 +6,7 @@ class module_mybbnews extends admin_module{
$info["name"]="MYBB News";
$info["file"]="mybbnews";
$info["author"]="genuineparts";
$info["version"]="1.0.0";
$info["version"]="1.0.1";
$info["url"]="http://www.becast.ar";
return $info;
}