Skip to content

Commit fa17f35

Browse files
v1.2.3
1 parent e622bb0 commit fa17f35

3 files changed

Lines changed: 17 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
#### 1.2.3 - 9 April 2025
4+
- ![Improvement](https://smftricks.com/assets/changelog/tag--pencil.png) Updated FontAwesome to version 6.7.2.
5+
- ![Bug Fix](https://smftricks.com/assets/changelog/bug--minus.png) Fixed issue with sceditor popovers size.
6+
- ![Bug Fix](https://smftricks.com/assets/changelog/bug--minus.png) Fixed issues some dropdown menus positioning.
7+
- ![Bug Fix](https://smftricks.com/assets/changelog/bug--minus.png) Fixed the correct loading order for the main CSS file.
8+
- ![Bug Fix](https://smftricks.com/assets/changelog/bug--minus.png) Minor fixes, code formatting and cleanup.
9+
- ![Bug Fix](https://smftricks.com/assets/changelog/bug--minus.png) Fixed issue with theme modes causing undefined errors.
10+
- ![Bug Fix](https://smftricks.com/assets/changelog/bug--minus.png) Prevent sceditor from loading empty styles files.
11+
- ![Bug Fix](https://smftricks.com/assets/changelog/bug--minus.png) Added additional checks for certain JS events.
12+
- ![Bug Fix](https://smftricks.com/assets/changelog/bug--minus.png) Fixed typos for some icons selectors.
13+
- ![Bug Fix](https://smftricks.com/assets/changelog/bug--minus.png) Fixed minor styling and color issues.
14+
- ![Improvement](https://smftricks.com/assets/changelog/tag--pencil.png) Added a 'download/s' icon.
15+
- ![Translation](https://smftricks.com/assets/changelog/language.png) Updated translations.
16+
- ![New Feature](https://smftricks.com/assets/changelog/tag--plus.png) Added Threads and BlueSky social options.
17+
318
#### 1.2.2 - 10 August 2024
419
- ![Bug Fix](https://smftricks.com/assets/changelog/bug--minus.png) Fixed issue with minification of CSS and JS files.
520

theme_info.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<theme-info xmlns="http://www.simplemachines.org/xml/theme-info" xmlns:smf="http://www.simplemachines.org/">
33
<id>smftricks:Repulse</id>
44
<!-- The theme's version -->
5-
<version>1.2.2</version>
5+
<version>1.2.3</version>
66
<install for="2.1 - 2.1.99" />
77
<name>Repulse</name>
88
<author name="SMF Tricks">admin@smftricks.com</author>

themecustoms/Config.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ class Config extends Init
2121
/**
2222
* @var string Theme Version
2323
*/
24-
protected string $version = '1.2.2';
24+
protected string $version = '1.2.3';
2525

2626
/**
2727
* @var array Theme Author

0 commit comments

Comments
 (0)