Releases: LabyMod/discord-webhook
Releases · LabyMod/discord-webhook
3.1.0
24 Jan 15:13
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
05 Jan 20:19
Compare
Sorry, something went wrong.
No results found
First production-ready release.
Please read the changelog & the docs to jump in
0.1.0
26 Nov 12:45
Compare
Sorry, something went wrong.
No results found
Basic webhook functionality