From 935980004a776eafe4ac058d25de7c5438bd5df3 Mon Sep 17 00:00:00 2001 From: Eldenroot <778890+Eldenroot@users.noreply.github.com> Date: Sun, 11 Oct 2020 15:15:45 +0200 Subject: [PATCH] Bump to v3.3.7 Thank you @lairdshaw ! --- 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 e51bc56..2e6569e 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.6 + * @version 3.3.7 * @license GPL-3.0 * */ @@ -89,10 +89,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.6", + "version" => "3.3.7", // 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" => 30306, + "version_code" => 30307, "codename" => "thankyoulikesystem", "compatibility" => "18*" );