v1.1.1
What's Changed
[1.1.1] - 2024-06-28
- Renamed plugin to Discord Webhook Notifications for MainWP to clarify branding and added disclaimer that this project is not associated with MainWP or an official extension
- Added contributing guidelines file and updated readme
- Updated plugin headers
- Added support link to plugin meta
- Refactored the sending method to be more readable and conditionally include the View Full Changelog url
- Added error logging if webhook URL constants are not defined
[1.1.0] - 2024-06-27
- Updated the plugin constant to
MAINWP_PLUGIN_UPDATES_DISCORD_WEBHOOK_URLwith backward compatibility for theMAINWP_UPDATES_DISCORD_WEBHOOK_URL. Thanks @JosKlever for the suggestion. - Added checks to ensure the respective constants are set before running the functions. If no constants are set, the plugin will not attempt to send any webhook data.
[1.0.1] - 2024-06-27
- Fixed incorrect column header for ignored theme updates to
is_ignoreThemeUpdates. Thanks @rwsiv and @JosKlever for the report and PR.
New Contributors
- @JosKlever made their first contribution in #6
Full Changelog: v1.0.0...1.1.1