Skip to content

Commit

Permalink
Merge pull request #236 from mybbgroup/v30306
Browse files Browse the repository at this point in the history
Preparing v3.3.6
  • Loading branch information
lairdshaw authored Mar 29, 2020
2 parents bfbadd5 + 4106d99 commit 1e1cc83
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions inc/plugins/thankyoulike.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* @author MyBB Group - Eldenroot - <[email protected]>
* @copyright 2020 MyBB Group <http://mybb.group>
* @link <https://github.com/mybbgroup/MyBB_Thank-you-like-plugin>
* @version 3.3.5
* @version 3.3.6
* @license GPL-3.0
*
*/
Expand Down Expand Up @@ -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.5",
"version" => "3.3.6",
// 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" => 30305,
"version_code" => 30306,
"codename" => "thankyoulikesystem",
"compatibility" => "18*"
);
Expand Down Expand Up @@ -1010,7 +1010,7 @@ function thankyoulike_activate()

require_once MYBB_ROOT."/inc/adminfunctions_templates.php";

find_replace_templatesets("showthread", "#".preg_quote('</head>')."#i", '<script type="text/javascript" src="{$mybb->settings[\'bburl\']}/jscripts/thankyoulike.min.js"></script>
find_replace_templatesets("showthread", "#".preg_quote('</head>')."#i", '<script type="text/javascript" src="{$mybb->settings[\'bburl\']}/jscripts/thankyoulike.min.js?ver=30306"></script>
<script type="text/javascript">
<!--
var tylEnabled = "{$mybb->settings[\'g33k_thankyoulike_enabled\']}";
Expand Down

0 comments on commit 1e1cc83

Please sign in to comment.