Skip to content

Releases: discord-php/DiscordPHP

Version 4.0.4

11 Aug 22:58
Compare
Choose a tag to compare
v4.0.4

Updated readme and incremented version

Version 4.0.3

28 Dec 21:42
Compare
Choose a tag to compare
  • Disabled HTTP/1.1
  • Fixing adding bot with permissions
  • Hide the token while debugging
  • Fixed nicknames not saving
  • Implemented embeds
  • Added the around parameter to getMessageHistory
  • Allow presence updates to get user objects from the cache

Release 4.0.2

11 Oct 07:30
Compare
Choose a tag to compare
  • Fix User typehint in Member.
  • Fixed nickname mention.
  • Cleaned up HTTP client and allowed access to HTTP client.
  • Fixed banning of members.
  • Fixed RuntimeException errors.
  • Cleaned up Voice Client requirement checker.
  • Implemented basic emojis.
  • Allowed speech marks in commands.

Version 4.0.1

19 Aug 00:09
Compare
Choose a tag to compare
  • Fixed various errors.
  • Added getInvites() to Guild.
  • Added getPrivateChannel() to User.
  • Fixed role colors and permissions.
  • Fixed sending files.
  • Fixed channel create with PMs.
  • Fixed help command.
  • Fixed role updating.
  • Added new rate limit.

Version 4.0.0

31 Jul 00:37
Compare
Choose a tag to compare

Warning: Version 4 will break your code. The library has had a major rewrite of most of the core functions. Please read the conversion guide.

  • Implemented async HTTP requests.
  • Implemented promises.
  • Heaps more cool stuff!

Version 3.2.4

18 Jun 06:41
Compare
Choose a tag to compare
  • Allowed Traversable objects to be passed to Channel->deleteMesssages (Collections etc.)
  • Fixed Channel->deleteMessages throwing unexpected exceptions.
  • Added the mentionable attribute to Role.
  • Added the nick and guild attributes to Member.
  • Only send UDP heartbeat if PHP is not 32-bit. Receiving audio will not work on 32-bit.
  • Added new close codes.
  • Implemented Gateway Version 5.

This is the last update before DiscordPHP Version 4.0.0 will be released.

Version 3.2.3

27 May 05:34
Compare
Choose a tag to compare
  • Fixed issue with session resuming.

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.