Skip to content

Commit 8bb07a8

Browse files
committed
Merge branch 'master' into dev/4.0
2 parents 08ed421 + f1fa50d commit 8bb07a8

File tree

4 files changed

+10
-5
lines changed

4 files changed

+10
-5
lines changed

.gitattributes

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
tests/ export-ignore
2-
travis/ export-ignore
1+
/tests/ export-ignore
2+
/travis/ export-ignore
33
.github/ export-ignore
44
.travis.yml export-ignore
55
.gitignore export-ignore
66
.gitattributes export-ignore
7-
phpunit.xml.* export-ignore
7+
phpunit.xml.dist export-ignore
88
composer.lock export-ignore
99
build.xml export-ignore

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ jobs:
352352

353353
# START Other Tests Job (SQLite 3 and mssql)
354354
other-tests:
355-
runs-on: ubuntu-20.04 # TODO: Change back to 'ubuntu-22.04' when https://github.com/microsoft/mssql-docker/issues/899 resolved.
355+
runs-on: ubuntu-20.04
356356
strategy:
357357
matrix:
358358
include:

CHANGELOG.md

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

3+
## 1.1.13 - 2025-01-19
4+
5+
- Fixed an issue where test suite files failed to be located and created.
6+
- Minor code improvements and clean up.
7+
38
## 1.1.12 - 2024-09-29
49

510
- Updated GitHub action workflows to address compatibility and bug issues.

skeleton/event/main_listener.php.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ class main_listener implements EventSubscriberInterface
3131
{% endif %}
3232
{% endif %}
3333
{% if COMPONENT.phplistener %}
34-
'core.display_forums_modify_template_vars' => 'display_forums_modify_template_vars',
34+
'core.display_forums_modify_template_vars' => 'display_forums_modify_template_vars',
3535
{% endif %}
3636
{% if COMPONENT.permissions %}
3737
'core.permissions' => 'add_permissions',

0 commit comments

Comments
 (0)