From 69a8bca744139e0df599563e563ba26eafbd0b31 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Felix=20Sch=C3=A4fer?= <felix@thegcat.net>
Date: Thu, 9 Feb 2023 09:27:13 +0100
Subject: [PATCH] Don't activate plugin by default

---
 CHANGELOG.md                  | 1 +
 pretix_matrix_inviter/apps.py | 1 -
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4b9e92b..1a8377f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 - Apply updated pretix plugin cookiecutter
 - Django 4 compatibility #14
 - Minor translation updates
+- Don't activate plugin by default
 
 ## [1.5.0] - 2022-10-09
 ### Added
diff --git a/pretix_matrix_inviter/apps.py b/pretix_matrix_inviter/apps.py
index d7a402c..aa0777f 100644
--- a/pretix_matrix_inviter/apps.py
+++ b/pretix_matrix_inviter/apps.py
@@ -9,7 +9,6 @@ except ImportError:
 
 
 class PluginApp(PluginConfig):
-    default = True
     name = "pretix_matrix_inviter"
     verbose_name = "pretix Matrix inviter"
 
-- 
GitLab