Skip to content

Commit 509be03

Browse files
committed
Add line to CHANGELOG.md.
1 parent b3388a3 commit 509be03

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
- Bug #288: Add support for custom togglerClasses in `Dropdown` widget, and `addDropdownClass()` method (@terabytesoftw)
77
- Enh #291: Add `navId()` method to `NavBar` widget (@terabytesoftw)
88
- Enh #294: Explicitly import classes and functions in "use" section (@mspirkov)
9+
- Bug #296: Add support `PHP 8.5`, centralize `CODE_OF_CONDUCT.MD`, `PULL_REQUEST_TEMPLATE`, and update composer scripts (@terabytesoftw)
910

1011
## 1.0.0 April 13, 2025
1112

phpunit.xml.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<directory>./src</directory>
1818
</include>
1919
<exclude>
20-
<directory>./src/assets</directory>
20+
<directory>./src/Assets</directory>
2121
<directory>./tests</directory>
2222
<directory>./vendor</directory>
2323
</exclude>

0 commit comments

Comments
 (0)