Plugin Review: optional logging and .htaccess / index.php stubs are written only under wp-content/uploads/pixelcraft-webp/ (via wp_upload_dir()), not a generic uploads subfolder.
Plugin Review: PHP identifiers (classes, functions, defines, options, meta keys, AJAX actions, cron hooks, script/style handles, CSS class prefix) now use the distinct pclwebp prefix; one-time migration moves data from older webpforge_* keys where present.
2.0.6
Branding: display name PixelCraft with WebP; directory slug, text domain, settings screen slug, and main file pixelcraft-webp / pixelcraft-webp.php.
2.0.5
Branding preparation release before the current pixelcraft-webp package naming.
2.0.4
WordPress coding standards / Plugin Check: translator comments for placeholder strings in bulk JS i18n; AJAX bulk inputs use filter_input where appropriate; HTTP_ACCEPT sanitized in the front-end WebP check; documented phpcs:ignore for the core wp_image_editor filter (cannot be prefixed).
2.0.3
Plugin URI updated to the product page with full feature details: https://adbear.cloud
2.0.2
Plugin header: simplified formatting for Plugin Check compatibility (Description, Version, License as GPLv2 or later); moved non-header lines out of the plugin docblock.
2.0.1
Plugin header: Plugin URI points to the WordPress.org plugin page; Author URI remains the author site (WordPress.org requires these two URLs to differ).
2.0.0
Breaking package layout: package structure was rebuilt and internal identifiers were namespaced with a unique prefix (options, meta keys, AJAX actions, cron hooks, CSS/JS handles) to avoid collisions with other plugins.
One-time migration copies legacy option/meta data, clears legacy cron hooks, and renames the uploads log folder when present.
If you previously installed an earlier package folder, remove the old plugin folder after upgrading to prevent duplicate plugins.
1.0.2
Plugin display name was previously adjusted to comply with WordPress.org trademark rules (names may not begin with the restricted “WP” prefix).
1.0.1
WordPress.org submission polish: readme contributor matches the WordPress.org profile username; removed redundant load_plugin_textdomain call (translations load automatically for plugins hosted on WordPress.org as of WordPress 6.7).
1.0.0
Initial release on WordPress.org track: WebP conversion, bulk tools, admin settings, media column, optional WebP delivery via Accept header, logging, uninstall handler.