🎉 Features
- New
dryrunoption to return the sent data as array. This is perfect to debug what is going to be sent to Discord's API.
$response = Discord::submit(
webhook: 'https://discord.com/api/webhooks/xxx/xxx',
image: 'https://example.com/image.jpg',
dryrun: true
);- Support for missing params:
contentthumbnailtimestamp
🐛 Bug fixes
- Fixed support for fields
♻️ Refactored
- Sorted optional params and output arrays alphabetically
🧹Housekeeping
- Added unit tests and code quality checks
- CI setup
- Improved readme
- Added version number to composer.json to display it in the plugins table of the Panel.