DiscordPHP Versions Save

An API to interact with the popular messaging app Discord

v10.0.0-RC6

9 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/discord-php/DiscordPHP/compare/v10.0.0-RC5...v10.0.0-RC6

v10.0.0-RC5

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/discord-php/DiscordPHP/compare/v10.0.0-RC4...v10.0.0-RC5

v10.0.0-RC4

1 year ago

What's Changed

Full Changelog: https://github.com/discord-php/DiscordPHP/compare/v10.0.0-RC3...v10.0.0-RC4

v10.0.0-RC3

1 year ago

What's Changed

Full Changelog: https://github.com/discord-php/DiscordPHP/compare/v10.0.0-RC2...v10.0.0-RC3

v10.0.0-RC2

1 year ago

Breaking Change

The 'cacheInterface', 'cacheSweep', and 'cacheCompress' options have been replaced with just 'cache' using the new CacheConfig class, see https://github.com/discord-php/DiscordPHP/pull/1003#issue-1474873669

What's Changed

New Contributors

Full Changelog: https://github.com/discord-php/DiscordPHP/compare/v10.0.0-RC1...v10.0.0-RC2

v10.0.0-RC1

1 year ago

Version 10 is now available for alpha testing.

Version 8 and 9 was skipped to follow the Discord HTTP & Discord API gateway version 10.

Warning: Not for production use, however it is semi stable. Minimum requirements will be also raised to PHP 8.0 soon before full release, so now you can focus on migrating your PHP 7 codes first.

This version includes a lot breaking changes TBA, and potentially incoming breaking changes during the RC phase. Main changes are:

Join our Discord server for question and feedback.

What's Changed (auto generated)

New Contributors

Full Changelog: https://github.com/discord-php/DiscordPHP/compare/v7.1.3...v10.0.0-RC1

v7.3.3

1 year ago

Changed

  • Allow MessageBuilder with components only
  • Cache users from Reaction::getUsers(), backported from 3c2a06538b44e7d40bdb6e136676c7d3a4867668

Fixed

  • react/event-loop 1.2+ compatibility #970
  • some phpdoc typos
  • Guild::createEmoji() was allowing empty image data in $options when $filepath is also null
  • VoiceClient not playing the second time, backported from #965

Full Changelog: https://github.com/discord-php/DiscordPHP/compare/v7.3.2...v7.3.3

v7.3.2

1 year ago

Changed

  • Interaction ephemeral message can be now deleted (no code changes, just remove the notes) #951

Deprecated

Fixed

  • Voice Client executable finder when there are multiple ffmpeg binary found in windows #945
  • Channel::permission_overwrites missing guild_id
  • Duplicated "a" in animated Emoji string cast
  • MessageReaction::delete() not working on unicode emoji
  • PHP CS rule #953

Full Changelog: https://github.com/discord-php/DiscordPHP/compare/v7.3.1...v7.3.2