Releases: LabyMod/discord-webhook
Releases · LabyMod/discord-webhook
3.1.0
- 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
- 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
- FEATURE: Enums
EmbedColor
was replaced by an enum of same name
- BC BREAKS
- Dropped compatibility/suppport for PHP 8.0
2.0.0
- FEATURE: PHP 8.1 ready
- Added proper type annotations
- Removed php annotations
- BC BREAKS
- DEPRECATIONS
- All
Embed::COLOR_*
constants (will be removed in 3.0); use \DicordWebhook\EmbedColor::XY
now.
1.0.0
First production-ready release.
Please read the changelog & the docs to jump in
0.1.0
Basic webhook functionality