Skip to content

Commit

Permalink
v1.1.1
Browse files Browse the repository at this point in the history
Signed-off-by: Diego Andrés <[email protected]>
  • Loading branch information
DiegoAndresCortes committed Feb 9, 2024
1 parent 81b3a1c commit 94c6597
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
5 changes: 5 additions & 0 deletions css/custom/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
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:Repulse</id>
<!-- The theme's version -->
<version>1.1.0</version>
<version>1.1.1</version>
<install for="2.1 - 2.1.99" />
<name>Repulse</name>
<author name="SMF Tricks">[email protected]</author>
Expand Down
2 changes: 1 addition & 1 deletion themecustoms/Init.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 94c6597

Please sign in to comment.