All Notable changes to mattermost-webhook
will be documented in this file
MessageInterface
AttachmentInterface
ClientInterface
Client::notify
Client::send
always throws anCarpediem\Mattermost\Exception
Attachment::getTitleLink
always returns a stringAttachment::getFields
is made more relaxed to allow iterable return typeMessage::getAttachments
is made more relaxed to allow iterable return type- A
Attachment
must have at least a non emptyfallback
property - A
Message
must have at least a non emptytext
property Attachment::setFallback
must throws if the fallback value is the empty stringMessage::setText
must throws if the text value is the empty string
- None
- None
- None
filter_uri
missing second argument addedClient::send
throws anCarpediem\Mattermost\Exception
- None
- None
Message::fromArray
Message::__set_state
Attachment::fromArray
Attachment::__set_state
Attachment::setAuthor
Message::attachment
property visibilityfilter_uri
should not throw on empty string
Attachment::setAuthorName
useAttachment::setAuthor
insteadAttachment::setAuthorLink
useAttachment::setAuthor
insteadAttachment::setAuthorIcon
useAttachment::setAuthor
instead
- None
- Initial release (drop support for PHP5)