From 077399c384fcdddcfaaa33c4daf80220f270ee75 Mon Sep 17 00:00:00 2001 From: Wa!id <108340184+WalsGit@users.noreply.github.com> Date: Sat, 16 Nov 2024 12:10:37 +0100 Subject: [PATCH] Added discuss & support urls --- CHANGELOG.md | 4 ++++ README.md | 2 +- composer.json | 4 ++++ 3 files changed, 9 insertions(+), 1 deletion(-) 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" } }