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:' .
'
' .
'- New conversion method, which calls imagick binary directly
' .
'- Made sure not to trigger LFI warning i Wordfence (to activate, click the force .htaccess button)
' .
"- Imagick can now be configured to set quality to auto on systems where the auto option isn't generally available
" .
'- and more...
' .
'
' .
'' .
'
Roadmap / wishlist:' .
'' .
'- Rule in .htaccess to serve already converted images immediately (optional)
' .
'- Better NGINX support (print rules that needs to be manually inserted in nginx.conf)
' .
'- Diagnose button
' .
'- A file explorer for viewing converted images, reconverting them, and seeing them side by side with the original
' .
'- IIS support, WAMP support, Multisite support
' .
'- and more...
' .
'
' .
'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();