diff --git a/upload/inc/plugins/thankyoulike.php b/upload/inc/plugins/thankyoulike.php index 000d862..36814bc 100644 --- a/upload/inc/plugins/thankyoulike.php +++ b/upload/inc/plugins/thankyoulike.php @@ -6,7 +6,7 @@ * @author MyBB Group - Eldenroot - * @copyright 2020 MyBB Group * @link - * @version 3.4.2 + * @version 3.4.4 * @license GPL-3.0 * */ @@ -91,10 +91,10 @@ function thankyoulike_info() "website" => "https://community.mybb.com/thread-169382.html", "author" => "MyBB Group with love <3", "authorsite" => "https://community.mybb.com/thread-169382.html", - "version" => "3.4.3", + "version" => "3.4.4", // Constructed by converting each digit of "version" above into two digits (zero-padded if necessary), // then concatenating them, then removing any leading zero to avoid the value being interpreted as octal. - "version_code" => 30402, + "version_code" => 30404, "codename" => "thankyoulikesystem", "compatibility" => "18*" );