Skip to content

Version 1

Compare
Choose a tag to compare
@maknz maknz released this 09 Jan 23:35
· 59 commits to master since this release
  • Decoupled messaging from the client to prevent side effects and be a bit more usable
  • Moved from PSR-2 to PSR-4 autoloading
  • Implemented missing link_names and unfurl_links options
  • Tidied up the documentation

Upgrading from 0.x.x to 1.0.0

The API has stayed much the same, so as long as you were following examples in the README, there shouldn't be any breaks for basic usage. If you have problems or want aspects of the new layout explained, log an issue.

If you're using Laravel, you may wish to re-publish the configuration (php artisan config:publish maknz/slack) in order to get the new configuration options. Everything will work without it though.