Skip to content

Releases: jolicode/slack-php-api

Release v4.0.0

28 Dec 09:38
Compare
Choose a tag to compare

See Changelog.

Release v3.0.2

20 Oct 17:40
Compare
Choose a tag to compare

See Changelog.

Release v3.0.1

26 Aug 16:16
7325962
Compare
Choose a tag to compare
  • Use a fixed version of Jane to avoid BC Break

Release v3.0.0

19 Aug 09:33
4f8cd6a
Compare
Choose a tag to compare
  • 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

29 Apr 16:20
28967f7
Compare
Choose a tag to compare
  • 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

24 Feb 13:03
68e89c7
Compare
Choose a tag to compare
  • Upgrade JanePHP to v5.3 and PHP 7.2

2.3.0

25 Oct 18:30
Compare
Choose a tag to compare
  • Specification override The usergroups.users.list was missing parameters, fix #57
  • Upgrade JanePHP and add a Specification override for file uploads #58

Release v2.2.0

09 Oct 07:57
96ed8ad
Compare
Choose a tag to compare
  • Fix api.test endpoint
  • Throw exception when Slack returns error code

Release v1.2.1

08 Oct 08:18
51b5835
Compare
Choose a tag to compare
  • Limit jane-php/open-api-runtime under v4.5 version (signature of Endpoint::getBody() has changed)

Release v2.1.1

05 Oct 14:59
19a21c9
Compare
Choose a tag to compare
  • Fix PSR-18 client discovery
  • Avoid installing HTTPlug in version 1