Skip to content

Releases: discord-php/DiscordPHP

Version 3.1.1

15 Feb 22:18
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare
  • Test your code, kids.

Version 3.0.1

13 Jan 01:38
Compare
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
Compare
Choose a tag to compare
  • Removing debug statements

Version 2.1.1

13 Jan 01:19
Compare
Choose a tag to compare
  • Fixed an issue with login returning 400 Bad Request.

Version 3

08 Jan 04:39
Compare
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.

Version 2.1

05 Jan 22:30
Compare
Choose a tag to compare
  • Implemented new mentions
    • The mentions array no longer exists. New use: $channel->sendMessage(message, tts);
  • 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

21 Dec 10:11
Compare
Choose a tag to compare

Changes in this version:

  • Fixed conflict with Laravel collections