diff --git a/changelog.txt b/changelog.txt index 3cc50cc..8f15225 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,5 +1,5 @@ Version 1.3.0 - * Revert old version with hooks +Stable release for MyBB 1.8 diff --git a/root/inc/plugins/styleUsernames.php b/root/inc/plugins/styleUsernames.php index a17adc5..82be5b7 100644 --- a/root/inc/plugins/styleUsernames.php +++ b/root/inc/plugins/styleUsernames.php @@ -50,9 +50,9 @@ function styleUsernames_info() return Array( 'name' => $lang->styleUsernamesName, 'description' => $lang->styleUsernamesDesc, - 'website' => 'http://lukasztkacz.com', + 'website' => 'https://tkacz.pro', 'author' => 'Lukasz "LukasAMD" Tkacz', - 'authorsite' => 'https://lukasztkacz.com', + 'authorsite' => 'https://tkacz.pro', 'version' => '1.3.0', 'guid' => '', 'compatibility' => '18*',