Releases: discord-php/DiscordPHP
Releases · discord-php/DiscordPHP
Version 3.2.0
- Implemented voice client.
- Fixed roles attribute.
- Fixed GUILD_BAN_ADD events when guild is null.
- Added the
message_historyattribute to Channel.- The normal
messagesattribute will now only return messages received while the bot has been online.
- The normal
- Cleaned up WebSocket connections.
- Implemented Discord Gateway v4.
- Main difference is guild streaming.
Release 3.1.2
- Added deleting channel permission overwrites
- Added US South, US Central and Frankfurt
- Implemented new leaving
Version 3.1.1
- Added Channel Permission Overwrites.
- Added Overwrite Part.
- Added invites attribute to channels and guilds.
- Fixed an issue that when a ban is removed the client crashes.
- Added the getAll function to Collections
Version 3.1.0
Version 3.1.0:
This version includes multiple new features including Caching.
- Added Caching.
- By default caches all HTTP GET requests.
- Comes with 3 cache drivers:
- Array (Default)
- APC (Default if it is available)
- Redis
- Added the ability to provide null when setting permissions on channels.
- Adding the guild attribute to channels.
- Fixed typo on username attribute.
- When sending a PM, it will return a Message now.
Version 3.0.3
- Added
splashandsplash_hashto Guild. - Added the ability to send files to channels.
Version 3.0.2
- Test your code, kids.
Version 3.0.1
- Fixing 400 on login
Version 2.1.2
- Removing debug statements
Version 2.1.1
- Fixed an issue with login returning
400 Bad Request.
Version 3
Version 3 is one of the biggest changes to the wrapper. In this version we introduced:
- Websockets!
- You can now have realtime access to Discord!
- You can make bots that respond to commands, etc.
- Token Caching
- Tokens are now cached under
{PWD}/discord/{your email md5'd}. Please make sure this directory is writable and readable.
- Tokens are now cached under