Skip to content

Releases: discord-php/DiscordPHP

Version 3.2.2

26 May 21:21
Compare
Choose a tag to compare
  • Converted ByteBuffer to v0.3.
  • Implemented the getAll(query) function on the cache.
  • Implemented global users and channel caches through $discord->channels and $discord->users.
  • Implemented sharding of the client.
  • Implemented bulk deletion of messages.
  • Implemented the Channel->getMessageHistory() function.
  • Added the mention_roles attribute to Message.
  • Converted the guild asset links to use CDN.
  • Converted manage_roles to administrator and added change_nickname, manage_nicknames and the new manage_roles to permissions.
  • Added the Game part.
  • Fixed up some issues with caching.
  • Fixed an issue with ETF.
  • Added the WebSocket->updatePresence() function.
  • Updated DCA to a custom version and added 32-bit OS support.
  • Removed caching from invites.
  • Disabled ETF by default.
  • Cleaned up sending files.

🔥 its lit

3.2.1: Better Message History (#99)

16 Apr 03:01
Compare
Choose a tag to compare
* Removing space

* Adding a few more magic properties

* Applied fixes from StyleCI

* Adding new properties, and discriminator to member

* Applied fixes from StyleCI

* Adding better message history

* Applied fixes from StyleCI

* Applied fixes from StyleCI

Version 3.2.0

09 Apr 07:08
Compare
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
Compare
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
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