From 14f19d6e38d9dde312e4c7a494efeacc5a87c924 Mon Sep 17 00:00:00 2001 From: q2apro Date: Wed, 20 Dec 2017 11:47:42 +0200 Subject: [PATCH] Added load_order Otherwise enable on/off was not available in admin/plugins. --- metadata.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/metadata.json b/metadata.json index 8c13dba..b2d9ada 100644 --- a/metadata.json +++ b/metadata.json @@ -9,5 +9,6 @@ "license": "GPLv3", "update_uri": "https://raw.githubusercontent.com/svivian/q2a-tagging-tools/master/metadata.json", "min_q2a": "1.6", - "min_php": "5.4" + "min_php": "5.4", + "load_order": "after_db_init" }