issue #96). ' . 'The bug has been fixed, but unfortunately the file permissions does not allow WebP Convert to clean up the file structure. ' . 'To clean up manually, delete all folders in your wp-content/webp-express/webp-images folder beginning with "doc-root" (but not the "doc-root" folder itself)' ); } } } // Show "Whats new" message. // We test the version, because we do not want a whole lot of "whats new" messages // to show when updating many versions in one go. Just the recent, please. if (WEBPEXPRESS_MIGRATION_VERSION == '3') { Messenger::addMessage( 'info', 'New in WebP Express 0.8.0:' . '' . '' . '
Roadmap / wishlist:' . '' . 'Please help me making this happen faster / happen at all by donating even a small sum. ' . 'Buy me a coffee, ' . 'or support me on patreon.com' . '' ); } // PSST: When creating new migration files, remember to update WEBPEXPRESS_MIGRATION_VERSION in admin.php Option::updateOption('webp-express-migration-version', '3'); } webpexpress_migrate3();