From dbcaee6fb93ae299528674cd55f4ec2ab8605fef Mon Sep 17 00:00:00 2001 From: AlexDev <104522507+alexdevlaeminck@users.noreply.github.com> Date: Fri, 20 Oct 2023 12:55:04 -0700 Subject: [PATCH 1/2] Update plugin.rb metadata --- plugin.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plugin.rb b/plugin.rb index 6af6a53..3b44f5e 100644 --- a/plugin.rb +++ b/plugin.rb @@ -1,7 +1,8 @@ # frozen_string_literal: true # name: discourse-affiliate -# about: Official affiliation plugin for Discourse +# about: Allows the creation of Amazon affiliate links on your forum. +# meta_topic_id: 101937 # version: 0.2 # authors: Régis Hanol (zogstrip), Sam Saffron # url: https://github.com/discourse/discourse-affiliate From 02c7030d704fd8f1ba8de3fa52c4d3c926b4e4e2 Mon Sep 17 00:00:00 2001 From: Martin Brennan Date: Thu, 2 Nov 2023 16:39:19 +1000 Subject: [PATCH 2/2] Update plugin.rb --- plugin.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin.rb b/plugin.rb index 3b44f5e..3a60817 100644 --- a/plugin.rb +++ b/plugin.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true # name: discourse-affiliate -# about: Allows the creation of Amazon affiliate links on your forum. +# about: Allows the creation of Amazon affiliate links on your forum. # meta_topic_id: 101937 # version: 0.2 # authors: Régis Hanol (zogstrip), Sam Saffron