Skip to content

Releases: LabyMod/discord-webhook

3.1.0

24 Jan 15:13
ddeb4d2
Compare
Choose a tag to compare
  • FEATURE: DiscordWebhook\SimpleWebhook
    • Create simple text-based webhooks without much boilerplate code
    • Configure URL:
      • Set the DWH_DEFAULT_URL environment variable
      • or pass the URL directly as parameter of the SimpleWebhook::sendMessage() method

2.1.0

24 Jan 15:13
75dbd2a
Compare
Choose a tag to compare
  • FEATURE: DiscordWebhook\SimpleWebhook
    • Create simple text-based webhooks without much boilerplate code
    • Configure URL:
      • Set the DWH_DEFAULT_URL environment variable
      • or pass the URL directly as parameter of the SimpleWebhook::sendMessage() method

3.0.0

23 Jan 22:00
2aa5496
Compare
Choose a tag to compare
  • FEATURE: Enums
    • EmbedColor was replaced by an enum of same name
  • BC BREAKS
    • Dropped compatibility/suppport for PHP 8.0

2.0.0

23 Jan 21:59
348d5c0
Compare
Choose a tag to compare
  • FEATURE: PHP 8.1 ready
    • Added proper type annotations
    • Removed php annotations
  • BC BREAKS
    • Drop support for PHP 7.4
  • DEPRECATIONS
    • All Embed::COLOR_* constants (will be removed in 3.0); use \DicordWebhook\EmbedColor::XY now.

1.0.0

05 Jan 20:19
2393171
Compare
Choose a tag to compare

First production-ready release.
Please read the changelog & the docs to jump in

0.1.0

26 Nov 12:45
Compare
Choose a tag to compare
0.1.0 Pre-release
Pre-release
Basic webhook functionality