diff --git a/CHANGELOG.md b/CHANGELOG.md index 2dfe5ef..c1d539f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## [1.0.4] - 2024-11-16 +### Added +- Support & discuss URLs + ## [1.0.3] - 2024-11-15 ### Changed - Removed old funding.yml diff --git a/README.md b/README.md index cf139f2..8cd81b2 100644 --- a/README.md +++ b/README.md @@ -43,4 +43,4 @@ php flarum cache:clear - [Packagist](https://packagist.org/packages/walsgit/flarum-discussion-cards) - [GitHub](https://github.com/walsgit/flarum-discussion-cards) - +- [Discuss](https://discuss.flarum.org/d/36343-flarum-discussion-cards) diff --git a/composer.json b/composer.json index bc59b30..44cf17e 100644 --- a/composer.json +++ b/composer.json @@ -29,5 +29,9 @@ "color": "#fff" } } + }, + "support": { + "issues": "https://github.com/WalsGit/flarum-discussion-cards/issues", + "forum": "https://discuss.flarum.org/d/36343-flarum-discussion-cards" } }