Automattic / newspack-content-converter

Plugin that enables automated conversion of pre-Gutenberg post content, to Gutenberg blocks content.
GNU General Public License v2.0
48 stars 12 forks source link

Create dependency-includer-script.php #102

Closed gamebits closed 2 years ago

gamebits commented 2 years ago

Adds a missing file, necessary for uninstallation. Closes https://github.com/Automattic/newspack-content-converter/issues/100.

gamebits commented 2 years ago

What seems to be the issue here?

@iuravic See #100 for details.

iuravic commented 2 years ago

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?

gamebits commented 2 years ago

Closing in favor of #104.