Releases: RTippin/messenger
Releases · RTippin/messenger
v1.13.1
- Remove "class" from being returned when calling a DTO's toArray method.
v1.12.0
v1.11.1
v1.10.0
v1.9.0
v1.8.1
- Implemented helpers on the BotAction.php model for triggers and match method that take into account a handler classes overrides before using what is stored in the database. ProcessMessageTriggers.php and BotActionResource.php now make use of these methods.
v1.7.4
Model Factory and Model docblock refactoring.
Miscellaneous code improvements.
Caching for participants last read message.
v1.6.1
Bugfix. A bot action will only be triggered once, even if it matches against multiple triggers. Note: Multiple actions matching the same trigger can still be executed from a single message.
v1.5.2
The config storage.threads.disk
default was changed from messenger
to public
. This should not impact previous installs that setup the messenger
disk as our installation publishes the config file. This change helps new installs get up and running quicker without needing to define a custom disk.
Deprecated getProviderOnlineStatusVerbose
from our MessengerProvider
interface.