File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments