Releases: jolicode/slack-php-api
Releases · jolicode/slack-php-api
Release v4.0.0
See Changelog.
Release v3.0.2
See Changelog.
Release v3.0.1
- Use a fixed version of Jane to avoid BC Break
Release v3.0.0
- Massive specification update to latest Slack official version:
- adds all the admin* endpoints
- adds the fileRemote* endpoints
- adds the views* endpoints
- Add a
bin/slack-api-client-generator
command to help further updates - Upgrade to JanePHP version 6
- Breaking Some options have new types, for example ChatUpdate
as_user
option was a boolean and is now a string
Thanks @xavierlacot for the huge work on those features.
Release v2.5.0
- Update specification to latest version (ids are now longer than 8 chars)
- Specification override Add missing description for oauth.token and oauth.access, fix #71
- Specification override Add missing response_metadata for channels.list
- Specification override Add a better description completeness of bunch of endpoints
Release v2.4.0
- Upgrade JanePHP to v5.3 and PHP 7.2
2.3.0
Release v2.2.0
- Fix api.test endpoint
- Throw exception when Slack returns error code
Release v1.2.1
- Limit jane-php/open-api-runtime under v4.5 version (signature of Endpoint::getBody() has changed)
Release v2.1.1
- Fix PSR-18 client discovery
- Avoid installing HTTPlug in version 1