File tree Expand file tree Collapse file tree 4 files changed +10
-5
lines changed
Expand file tree Collapse file tree 4 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 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
88composer.lock export-ignore
99build.xml export-ignore
Original file line number Diff line number Diff 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 :
Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff 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' ,
You can’t perform that action at this time.
0 commit comments