From 3c9196b577884e9672413006ba091b2b3648ec22 Mon Sep 17 00:00:00 2001 From: Eldenroot <778890+Eldenroot@users.noreply.github.com> Date: Tue, 22 Dec 2020 14:58:43 +0100 Subject: [PATCH] Prepare 3.4.0 :) (#298) Christmas gift to community! --- inc/plugins/thankyoulike.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/inc/plugins/thankyoulike.php b/inc/plugins/thankyoulike.php index f80ce7d..a865545 100644 --- a/inc/plugins/thankyoulike.php +++ b/inc/plugins/thankyoulike.php @@ -6,7 +6,7 @@ * @author MyBB Group - Eldenroot - * @copyright 2020 MyBB Group * @link - * @version 3.3.9 + * @version 3.4.0 * @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.3.9", + "version" => "3.4.0", // 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" => 30309, + "version_code" => 30400, "codename" => "thankyoulikesystem", "compatibility" => "18*" );