Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: rentpost/slack

Tags

1.7.0

Toggle 1.7.0's commit message
Add docs for attachments with authors

1.6.0

Toggle 1.6.0's commit message
Merge pull request maknz#20 from rap2hpoutre/patch-1

Make it compatible with the new guzzle version

1.5.0

Toggle 1.5.0's commit message
Merge pull request maknz#15 from iwiznia/master

Add support for attachment's title and title link

1.4.0

Toggle 1.4.0's commit message
Merge pull request maknz#14 from Leenug/add_image_to_attachment

Add image_url to attachment

1.3.0

Toggle 1.3.0's commit message
Fix indentation

1.2.0

Toggle 1.2.0's commit message
Update README

1.1.0

Toggle 1.1.0's commit message
Document new unfurling and markdown options

1.0.0

Toggle 1.0.0's commit message
Tidy up config file

0.3.0

Toggle 0.3.0's commit message
Update README

0.2.2

Toggle 0.2.2's commit message
Fix unicode problems in JSON encoding, fixes maknz#4.

Not sure why json_encode() outright broke with a string like 日本語, it should have just returned escaped unicode like \u<something>. But telling json_encode() to not escape unicode and leave as-is seems to fix the problem so ¯\_(ツ)_/¯