Releases: discord-php/DiscordPHP
Releases · discord-php/DiscordPHP
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
splash
andsplash_hash
to 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
Version 2.1
- Implemented new mentions
- The mentions array no longer exists. New use:
$channel->sendMessage(message, tts);
- The mentions array no longer exists. New use:
- Added new attributes to the guild part
features
splash
emojis
- Note: Most of these attributes are for partners
- Removed acknowledging messages - Requested by @jhgg
Version 2.0.1
Changes in this version:
- Fixed conflict with Laravel collections