From 73044dc872da919468cd7d52bbad63e9470f8e0f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20Andr=C3=A9s?= Date: Thu, 25 Jul 2024 23:59:14 -0600 Subject: [PATCH] v2.0.2 --- CHANGELOG.md | 3 +++ theme_info.xml | 2 +- themecustoms/Config.php | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fc5546b..c1edcc6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/theme_info.xml b/theme_info.xml index 12306c4..09c72f4 100644 --- a/theme_info.xml +++ b/theme_info.xml @@ -2,7 +2,7 @@ smftricks:Reseller - 2.0.1 + 2.0.2 Reseller admin@smftricks.com diff --git a/themecustoms/Config.php b/themecustoms/Config.php index 49b3303..106e280 100644 --- a/themecustoms/Config.php +++ b/themecustoms/Config.php @@ -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