diff --git a/.github/workflows/theme-customs.yml b/.github/workflows/theme-customs.yml index 0fe877e..31cac4d 100644 --- a/.github/workflows/theme-customs.yml +++ b/.github/workflows/theme-customs.yml @@ -65,8 +65,7 @@ jobs: - name: Commit changes run: | - git commit -m "Update Theme-Customs" -m "Signed-off-by: Diego Andrés " || true - + git commit -m "chore: Sync Theme-Customs" -m "Signed-off-by: Diego Andrés " || true - name: Push changes to origin run: | git push origin HEAD diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b33488..7a3c081 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/theme_info.xml b/theme_info.xml index db9dfbc..75d837c 100644 --- a/theme_info.xml +++ b/theme_info.xml @@ -2,7 +2,7 @@ smftricks:Reseller - 2.0.3 + 2.0.4 Reseller admin@smftricks.com diff --git a/themecustoms/Config.php b/themecustoms/Config.php index 95541c0..44760fc 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.3'; + protected string $version = '2.0.4'; /** * @var string Theme Author