Skip to content

Latest commit

 

History

History
65 lines (34 loc) · 2.22 KB

CHANGELOG.md

File metadata and controls

65 lines (34 loc) · 2.22 KB

Changelog

All notable changes to laravel-discord-interactions will be documented in this file.

0.6 - 2024-08-15

What's Changed

  • Bump dependabot/fetch-metadata from 2.1.0 to 2.2.0 by @dependabot in #5
  • Implemented ability to open DM channel by @Plytas in #8

New Contributors

  • @dependabot made their first contribution in #5

Full Changelog: https://github.com/Plytas/laravel-discord-interactions/compare/0.5.1...0.6

0.5.1 - 2024-07-17

What's Changed

  • Fix message attachment reset by @Plytas in #7

Full Changelog: https://github.com/Plytas/laravel-discord-interactions/compare/0.5.0...0.5.1

0.5.0 - 2024-07-16

What's Changed

  • Implemented ability to add attachments to message by @Plytas in #6

Full Changelog: https://github.com/Plytas/laravel-discord-interactions/compare/0.4.0...0.5.0

0.4.0 - 2024-06-28

What's Changed

  • Fixed first level subcommand registration by @Plytas in #4

Full Changelog: https://github.com/Plytas/laravel-discord-interactions/compare/0.3.0...0.4.0

0.3.0 - 2024-06-26

What's Changed

  • Allow nullable user avatar by @Plytas in #2
  • Added guild support to interactions by @Plytas in #3

Full Changelog: https://github.com/Plytas/laravel-discord-interactions/compare/0.2.0...0.3.0

0.2.0 - 2024-06-17

What's Changed

  • Ability to get server channels and roles by @Plytas in #1

New Contributors

  • @Plytas made their first contribution in #1

Full Changelog: https://github.com/Plytas/laravel-discord-interactions/compare/0.1.0...0.2.0

Initial release! - 2024-06-14

Full Changelog: https://github.com/Plytas/laravel-discord-interactions/commits/0.1.0