From 4b5ce5f6607b7c99b9efc37dae959796c88afcaa Mon Sep 17 00:00:00 2001 From: Eldenroot Date: Sun, 6 Aug 2023 10:48:49 +0200 Subject: [PATCH] Prepare 3.4.5 version (#334) Prepare 3.4.5 version --- upload/inc/plugins/thankyoulike.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/upload/inc/plugins/thankyoulike.php b/upload/inc/plugins/thankyoulike.php index d61a41b..8d6c214 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.4 + * @version 3.4.5 * @license GPL-3.0 * */ @@ -94,10 +94,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.4", + "version" => "3.4.5", // 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" => 30404, + "version_code" => 30405, "codename" => "thankyoulikesystem", "compatibility" => "18*" );