iseqqavoq / apsis-pro-user-subscriptions

0 stars 1 forks source link

Fails after updating parent plugin #5

Closed sbangnielsen closed 7 years ago

sbangnielsen commented 7 years ago

Please consistently use lowercase-letter, when naming directories and folders.

After updating the parent-plugin to 1.0.8 (from WordPress.org) this plugin can no longer be activated because of line 58

require_once ABSPATH . '/wp-content/plugins/APSIS-Pro-for-WP/apsis-pro-for-wp.php';

which should be require_once ABSPATH . '/wp-content/plugins/apsis-pro-for-wp/apsis-pro-for-wp.php';

The problem is that directory naming is not consistent from GitHub to WordPress.org

iseqqavoq commented 7 years ago

Thanks for the feedback. Pull request merged and the two github repositories have been renamed with lowercase-letters.