From f3c40b644d55618c0af2ad2602cc89dee685ac72 Mon Sep 17 00:00:00 2001
From: ale <ale@incal.net>
Date: Tue, 16 Feb 2021 20:37:15 +0000
Subject: [PATCH] Apply the wp-piwik patch

---
 composer.patches.json                                    | 9 ++++++---
 .../wp-piwik.patch}                                      | 0
 2 files changed, 6 insertions(+), 3 deletions(-)
 rename patches/{0182-disable-wp-piwik-global-update-script.patch => plugins/wp-piwik.patch} (100%)

diff --git a/composer.patches.json b/composer.patches.json
index 3de50ed2..215a880e 100644
--- a/composer.patches.json
+++ b/composer.patches.json
@@ -27,17 +27,20 @@
         "wpackagist-plugin/more-privacy-options": {
             "Do send mail on privacy setting change": "patches/plugins/more-privacy-options.patch"
         },
-	"wpackagist-plugin/mathjax-latex" : {
+	"wpackagist-plugin/mathjax-latex": {
 	    "Remove unneeded options for mathjax-latex": "patches/plugins/191-mathjax-latex.patch",
 	    "Added some instructions on mathjax latex plugin": "patches/plugins/192-mathjax-latex.patch"
 	},
 	"wpackagist-plugin/creative-commons-license-widget": {
             "Remove hotlinking of images": "patches/plugin/creative-commons-license.patch"
         },
-	"wpackagist-plugin/buddypress":{
+	"wpackagist-plugin/buddypress": {
 	    "Disable gravatar": "patches/buddypress/0053-Patch-buddypress.patch",
 	    "Use buddypress avatars if possible": "patches/buddypress/0092-buddypress-override-some-avatar-functions.patch",
 	    "Force https on buddypress login redirect": "patches/buddypress/0147-forced-https-on-buddypress-login-redirect.patch"
-	}
+	},
+        "wpackagist-plugin/wp-piwik": {
+            "Disable Piwik global updates": "patches/plugin/wp-piwik.patch"
+        }
     }
 }
diff --git a/patches/0182-disable-wp-piwik-global-update-script.patch b/patches/plugins/wp-piwik.patch
similarity index 100%
rename from patches/0182-disable-wp-piwik-global-update-script.patch
rename to patches/plugins/wp-piwik.patch
-- 
GitLab