Skip to content

Commit

Permalink
v2.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
DiegoAndresCortes committed Aug 10, 2024
1 parent 6f457ee commit 6f32bd7
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/theme-customs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,7 @@ jobs:
- name: Commit changes
run: |
git commit -m "Update Theme-Customs" -m "Signed-off-by: Diego Andrés <[email protected]>" || true
git commit -m "chore: Sync Theme-Customs" -m "Signed-off-by: Diego Andrés <[email protected]>" || true
- name: Push changes to origin
run: |
git push origin HEAD
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Changelog

#### 2.0.3 - 8 August 2024
#### 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.

#### 2.0.3 - 08 August 2024
- ![Improvement](https://smftricks.com/assets/changelog/tag--pencil.png) Changed standard custom fields location in profile.

#### 2.0.2 - 26 July 2024
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.3</version>
<version>2.0.4</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.3';
protected string $version = '2.0.4';

/**
* @var string Theme Author
Expand Down

0 comments on commit 6f32bd7

Please sign in to comment.