Skip to content

Releases: discord-php/DiscordPHP

Version 3.2.0

09 Apr 07:08

Choose a tag to compare

  • Implemented voice client.
  • Fixed roles attribute.
  • Fixed GUILD_BAN_ADD events when guild is null.
  • Added the message_history attribute to Channel.
    • The normal messages attribute will now only return messages received while the bot has been online.
  • Cleaned up WebSocket connections.
  • Implemented Discord Gateway v4.
    • Main difference is guild streaming.

Release 3.1.2

21 Feb 20:20

Choose a tag to compare

  • Added deleting channel permission overwrites
  • Added US South, US Central and Frankfurt
  • Implemented new leaving

Version 3.1.1

15 Feb 22:18

Choose a tag to compare

  • 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

12 Feb 05:42

Choose a tag to compare

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

16 Jan 23:12

Choose a tag to compare

  • Added splash and splash_hash to Guild.
  • Added the ability to send files to channels.

Version 3.0.2

13 Jan 04:48

Choose a tag to compare

  • Test your code, kids.

Version 3.0.1

13 Jan 01:38

Choose a tag to compare

Version 3.0.1 Pre-release
Pre-release
  • Fixing 400 on login

Version 2.1.2

13 Jan 01:37

Choose a tag to compare

  • Removing debug statements

Version 2.1.1

13 Jan 01:19

Choose a tag to compare

  • Fixed an issue with login returning 400 Bad Request.

Version 3

08 Jan 04:39

Choose a tag to compare

Version 3 Pre-release
Pre-release

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.