pronamic / wp-pronamic-pay

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.
https://pronamicpay.com
35 stars 14 forks source link

Use directory name as plugin dependencies slug. #388

Closed rvdsteege closed 2 months ago

rvdsteege commented 2 months ago

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.