Closed gamebits closed 2 years ago
What seems to be the issue here?
@iuravic See #100 for details.
What seems to be the issue here?
@iuravic See #100 for details.
Thanks for reminding me, @gamebits.
I believe the fix should be the following, to replace this line with (e.g. as is also used here)
require __DIR__ . '/vendor/autoload.php';
This should fix the uninstaller, I believe. Would you be up to try this and commit it to this PR, or should I?
Closing in favor of #104.
Adds a missing file, necessary for uninstallation. Closes https://github.com/Automattic/newspack-content-converter/issues/100.