Skip to content

Commit d6edc8f

Browse files
v1.0.4
Signed-off-by: Diego Andrés <diegoandres_cortes@outlook.com>
1 parent 0e3ec3a commit d6edc8f

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

CHANGELOG.md

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

3+
#### 1.0.4 - 10 September 2023
4+
- ![Improvement](https://smftricks.com/assets/changelog/tag--pencil.png) Theme Settings tabs now go back to the same tab after saving.
5+
- ![Bug Fix](https://smftricks.com/assets/changelog/bug--minus.png) Fixed minor layout issues.
6+
37
#### 1.0.3 - 05 August 2023
48
- ![Bug Fix](https://smftricks.com/assets/changelog/bug--minus.png) Fixes for styles in wysiwyg mode.
59
- ![Improvement](https://smftricks.com/assets/changelog/tag--pencil.png) Improved styling for some sceditor elements.

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.0.3</version>
5+
<version>1.0.4</version>
66
<install for="2.1 - 2.1.99" />
77
<name>Repulse</name>
88
<author name="SMF Tricks">admin@smftricks.com</author>

themecustoms/Init.php

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

2626
/**
2727
* @var array Theme Author

0 commit comments

Comments
 (0)