You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,12 @@
1
1
# Changelog
2
2
3
+
### 3.1.0
4
+
* FEATURE: `DiscordWebhook\SimpleWebhook`
5
+
* Create simple text-based webhooks without much boilerplate code
6
+
* Configure URL:
7
+
* Set the `DWH_DEFAULT_URL` environment variable
8
+
* or pass the URL directly as parameter of the `SimpleWebhook::sendMessage()` method
9
+
3
10
### 3.0.1
4
11
* FEATURE: `DiscordWebhook\Webhook`'s constructor now accepts a string (and still ofc. an array for [multiple destinations](/docs/01_Basics.md#multiple-destinations))
0 commit comments