Skip to content

Commit

Permalink
v2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
DiegoAndresCortes committed Jul 26, 2024
1 parent 83c62e5 commit 73044dc
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

#### 2.0.2 - 26 July 2024
- ![Bug Fix](https://smftricks.com/assets/changelog/bug--minus.png) Fixed missing avatar in recent posts.

#### 2.0.1 - 20 July 2024
- ![Improvement](https://smftricks.com/assets/changelog/tag--pencil.png) Fixed styles for categories description.
- ![Improvement](https://smftricks.com/assets/changelog/tag--pencil.png) Fixed thumbnail.
Expand Down
2 changes: 1 addition & 1 deletion theme_info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<theme-info xmlns="http://www.simplemachines.org/xml/theme-info" xmlns:smf="http://www.simplemachines.org/">
<id>smftricks:Reseller</id>
<!-- The theme's version -->
<version>2.0.1</version>
<version>2.0.2</version>
<install for="2.1 - 2.1.99" />
<name>Reseller</name>
<author name="SMF Tricks">[email protected]</author>
Expand Down
2 changes: 1 addition & 1 deletion themecustoms/Config.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class Config extends Init
/**
* @var string Theme Version
*/
protected string $version = '2.0.1';
protected string $version = '2.0.2';

/**
* @var string Theme Author
Expand Down

0 comments on commit 73044dc

Please sign in to comment.