Skip to content

Commit

Permalink
v2.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
DiegoAndresCortes committed Feb 7, 2025
1 parent 7995006 commit 483e2c1
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

#### 2.0.5 - 07 February 2025
- ![Bug Fix](https://smftricks.com/assets/changelog/bug--minus.png) Fixed minor issues and undefined errors.
- ![Improvement](https://smftricks.com/assets/changelog/tag--pencil.png) Updated assets and libraries.
- ![Bug Fix](https://smftricks.com/assets/changelog/bug--minus.png) Added missing CSS variables.
- ![Bug Fix](https://smftricks.com/assets/changelog/bug--minus.png) Fixed undefined JS selectors.
- ![Improvement](https://smftricks.com/assets/changelog/tag--pencil.png) Minor fixes for WYSIWYG mode.
- ![Bug Fix](https://smftricks.com/assets/changelog/bug--minus.png) Fixed order of loaded CSS files.

#### 2.0.4 - 10 August 2024
- ![Bug Fix](https://smftricks.com/assets/changelog/bug--minus.png) Fixed issue with minification of CSS and JS files.
- ![Improvement](https://smftricks.com/assets/changelog/tag--pencil.png) HTML attributes definition.
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.4</version>
<version>2.0.5</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.4';
protected string $version = '2.0.5';

/**
* @var string Theme Author
Expand Down

0 comments on commit 483e2c1

Please sign in to comment.