The Pronamic Pay plugin allows you to easily accept payments with payment methods like credit card, iDEAL, Bancontact and Sofort through a variety of payment providers on your WordPress website.
I recently noticed in my development environment that plugin dependencies are not working well if the plugin directory is not named pronamic-ideal.
In https://github.com/pronamic/wp-pronamic-pay-adyen/issues/25 we started hooking into wp_plugin_dependencies_slug. We could use the same approach, but then with the directory name as slug, so any directory name is considered valid in plugin dependency checks.
Already discussed with @remcotolsma at Pronamic HQ; I'll make these changes to the code.
I recently noticed in my development environment that plugin dependencies are not working well if the plugin directory is not named
pronamic-ideal
.In https://github.com/pronamic/wp-pronamic-pay-adyen/issues/25 we started hooking into
wp_plugin_dependencies_slug
. We could use the same approach, but then with the directory name as slug, so any directory name is considered valid in plugin dependency checks.Already discussed with @remcotolsma at Pronamic HQ; I'll make these changes to the code.