From 94c659764c552e4516a6d01e250fae83ae641e76 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20Andr=C3=A9s?= Date: Thu, 8 Feb 2024 19:51:48 -0600 Subject: [PATCH] v1.1.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Diego Andrés --- CHANGELOG.md | 3 +++ css/custom/app.css | 5 +++++ theme_info.xml | 2 +- themecustoms/Init.php | 2 +- 4 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b3ee75..5937a78 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +### 1.1.1 - 08 February 2024 +- ![Translation](https://smftricks.com/assets/changelog/language.png) Updated translations. + #### 1.1.0 - 18 December 2023 - ![New Feature](https://smftricks.com/assets/changelog/tag--plus.png) Added new menu setting to enable logout, login and signout buttons. - ![Bug Fix](https://smftricks.com/assets/changelog/bug--minus.png) Fixed layout issues. diff --git a/css/custom/app.css b/css/custom/app.css index ce69958..b659ad2 100644 --- a/css/custom/app.css +++ b/css/custom/app.css @@ -2653,4 +2653,9 @@ ul.likes_block > li:last-child { } .signature { word-break: break-word; +} +#ajax_in_progress { + background: var(--roundframe-bg); + color: var(--body-txt-color); + border-color: var(--catbg-bg); } \ No newline at end of file diff --git a/theme_info.xml b/theme_info.xml index 1b8ae89..ce553b9 100644 --- a/theme_info.xml +++ b/theme_info.xml @@ -2,7 +2,7 @@ smftricks:Repulse - 1.1.0 + 1.1.1 Repulse admin@smftricks.com diff --git a/themecustoms/Init.php b/themecustoms/Init.php index 31ad91c..b9f6f9f 100644 --- a/themecustoms/Init.php +++ b/themecustoms/Init.php @@ -21,7 +21,7 @@ class Init extends Config /** * @var string Theme Version */ - protected $_theme_version = '1.1.0'; + protected $_theme_version = '1.1.1'; /** * @var array Theme Author