From f7e8fdc75fcbf3a704825599881ab08789cffece Mon Sep 17 00:00:00 2001 From: David Cole Date: Mon, 30 Aug 2021 21:20:30 +1200 Subject: [PATCH] v6.0.2 - bump version --- CHANGELOG.md | 36 ++++++++++++++++++++++++++++++++++++ src/Discord/Discord.php | 2 +- 2 files changed, 37 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f80e1f73..e5fc0cba5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,41 @@ # Changelog +## Version 6.0.2 + +- Added `link` attribute to `Message` - [#526] +- Added `filter` function to `Collection`. +- Fixed voice client error when using PHP 7.4 +- Added 'Discord Certified Moderator' flag to `Member`. +- Fixed `member` attribute on `MessageReaction` returning the wrong type. +- Add `sendMessage` to `Member` object - [#538] +- Fixed command client mention prefix when mentioning nickname. +- Use `Embed` inside command client - [#546] +- Add `pending` flag to `Member` object - [#550] +- Add `updateRolePositions` to `Guild` to change position of roles. +- Added buttons to `Activity` - [#561] +- Allow bulk updating of permission overwrites through `Channel`. +- Fix emoji deletion on macOS. +- Add `__toString()` function to `Channel` for channel mention - [#575] +- Add function to escape Discord markdown - [#586] + +Thank you to the following for contributions to this release: + +- @valzargaming +- @Max2408 +- @MohsinEngineer +- @rachids +- @key2peace +- @SQKo +- @davidcole1340 + +[#526]: https://github.com/discord-php/DiscordPHP/pull/526 +[#538]: https://github.com/discord-php/DiscordPHP/pull/538 +[#546]: https://github.com/discord-php/DiscordPHP/pull/546 +[#550]: https://github.com/discord-php/DiscordPHP/pull/550 +[#561]: https://github.com/discord-php/DiscordPHP/pull/561 +[#575]: https://github.com/discord-php/DiscordPHP/pull/575 +[#586]: https://github.com/discord-php/DiscordPHP/pull/586 + ## Version 6.0.1 - Fixed `Message::member` attribute returning a `User` - #523 @davidcole1340 diff --git a/src/Discord/Discord.php b/src/Discord/Discord.php index 70b38df7e..ecf1d357d 100644 --- a/src/Discord/Discord.php +++ b/src/Discord/Discord.php @@ -91,7 +91,7 @@ class Discord * * @var string Version. */ - public const VERSION = 'v6.0.1'; + public const VERSION = 'v6.0.2'; /** * The logger.