From 8c6a1969844d682f835d5a1bb5ba6ce9853c1f20 Mon Sep 17 00:00:00 2001 From: lucha <lucha@paranoici.org> Date: Tue, 16 Feb 2021 14:44:58 -0800 Subject: [PATCH] simply-exclude plugin patch --- composer.patches.json | 5 ++++- .../0117-simplyexclude.patch} | 0 2 files changed, 4 insertions(+), 1 deletion(-) rename patches/{0177-Small-workaround-to-fix-simplyexclude-plugin-broken-.patch => plugins/0117-simplyexclude.patch} (100%) diff --git a/composer.patches.json b/composer.patches.json index 07cb240f..ba479c78 100644 --- a/composer.patches.json +++ b/composer.patches.json @@ -18,7 +18,7 @@ }, "wpackagist-plugin/hyperdb": { "A few fixes to the global wpdb_hash instance (moved into wpdb)": "patches/hyperdb/0106-a-few-fixes-to-the-global-wpdb_hash-instance-moved-i.patch", - "Added optional logging": "patches/hyperdb/0158-Added-optional-logging.patch", + "Added optional logging": "patches/hyperdb/0158-Added-optional-logging.patch" }, "wpackagist-plugin/more-privacy-options": { "Do send mail on privacy setting change": "patches/plugins/more-privacy-options.patch" @@ -40,6 +40,9 @@ }, "wpackagist-plugin/wp-recaptcha-bp": { "Support for global recaptcha keys": "patches/plugins/wp-recaptcha-bp.patch" + }, + "wpackagist-plugin/simply-exclude": { + "Small workaround to fix simplyexclude plugin broken with wordpress 4": "patches/plugins/0117-simplyexclude.patch" } } } diff --git a/patches/0177-Small-workaround-to-fix-simplyexclude-plugin-broken-.patch b/patches/plugins/0117-simplyexclude.patch similarity index 100% rename from patches/0177-Small-workaround-to-fix-simplyexclude-plugin-broken-.patch rename to patches/plugins/0117-simplyexclude.patch -- GitLab