Skip to content

Releases: laracord/framework

v2.1.0

05 Jun 21:10
160483e
Compare
Choose a tag to compare

Change log

This release bumps DiscordPHP to the RC7 release of v10. While this isn't a stable version, I'm confident it is significantly less buggy than the current stable v7.

This also adds support for persistent interaction routing inside of commands. This can be very useful for making buttons inside of messages persist on restart without the need to create additional listeners. To see an example, check #80 or generate a new command. Documentation will be added soon.

Enhancements

  • ⬆ Bump DiscordPHP to v10.0.0-RC7 (#62)
  • ✨ Add persistent interaction routing support to commands (Fixes #79) (#80)
  • ✨ Add webhook support to Messages (Fixes #52) (#73)

Full Changelog: v2.0.6...v2.1.0

v2.0.6

31 May 17:00
faf3bb3
Compare
Choose a tag to compare

Change log

Enhancements

  • 🧑‍💻 Add hexcode support to Message::color() (#78)

Full Changelog: v2.0.5...v2.0.6

v2.0.5

30 May 23:53
99a62ff
Compare
Choose a tag to compare

Change log

Bug fixes

  • 🩹 Fix config merging when built for production (#77)

Full Changelog: v2.0.4...v2.0.5

v2.0.4

30 May 14:08
e56f676
Compare
Choose a tag to compare

Change log

Enhancements

  • 🎨 Allow passing inline to Message::fields() (Fixes #75)

Full Changelog: v2.0.3...v2.0.4

v2.0.3

30 May 12:46
c61ed8c
Compare
Choose a tag to compare

Change log

Enhancements

  • ✨ Add ->value() method to easily fetch option values in slash commands (#55)
  • 🎨 Improve slash command method hinting

Bug fixes

  • 🔤 Fixed spelling mistake in slash-command.stub by @Bird87ZA in #69

New Contributors

Full Changelog: v2.0.2...v2.0.3

v2.0.2

30 May 06:52
51b11b0
Compare
Choose a tag to compare

Change log

Bug fixes

  • 🐛 Fix configuration merging by @Log1x in #61

Enhancements

Full Changelog: v2.0.1...v2.0.2

v2.0.1

16 May 08:38
ebf5882
Compare
Choose a tag to compare

Change log

Enhancements

  • 🧑‍💻 Add id to the Message button() method (#59)
  • 🔧 Use env variables for app locale by default

Full Changelog: v2.0.0...v2.0.1

v2.0.0

09 May 01:46
af0e802
Compare
Choose a tag to compare

Change log

Enhancements

  • 🎉 Laravel 11 support (#57)

Full Changelog: v1.1.11...v2.0.0

v1.1.11

27 Mar 11:45
Compare
Choose a tag to compare

Change log

Enhancements

  • 🧑‍💻 Improve HTTP request handling (#51)

Full Changelog: v1.1.10...v1.1.11

v1.1.10

26 Mar 17:31
fadfb07
Compare
Choose a tag to compare

Change log

Enhancements

  • 🥅 Improve error handling (#49)
  • ⏪️ Revert to generic Artisan tables for compatibility
  • 🧑‍💻 Run afterBoot() before showing boot messages
  • 🎨 Add missing return type to getLoop()

Full Changelog: v1.1.9...v1.1.10