-
-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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.4 | ||
* @version 3.3.5 | ||
* @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.4", | ||
"version" => "3.3.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" => 30304, | ||
"version_code" => 30305, | ||
"codename" => "thankyoulikesystem", | ||
"compatibility" => "18*" | ||
); | ||
|