You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,8 @@ Exclamation symbols (:exclamation:) note something of importance e.g. breaking c
16
16
- Added support for Multiple Usernames via the field `active_usernames` in the class `Chat`.
17
17
- Added the field `emoji_status_custom_emoji_id` to the class `Chat`.
18
18
### Changed
19
+
- ❗ Commands can now contain underscores. (@mlocati) This changes how File/Class names are converted to Commands and vice versa.
20
+
A class with the name `FooBarCommand` in `FooBarCommand.php` was previously used for handling the `/foobar` command. This version changes this to `/foo_bar`. Be aware of this change if you have any classes with multiple uppercase letters.
0 commit comments