diff --git a/composer.patches.json b/composer.patches.json index 07cb240faf1f19323342d94ee9ff07f6686eb1c3..ba479c78ddb89bc1b341866e3c249c363031559e 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