This commit is contained in:
Hanson.xyz Dev
2026-01-04 17:50:08 -06:00
parent 7e45ce0756
commit acc8ac87a0
4131 changed files with 232562 additions and 250244 deletions
@@ -2,8 +2,9 @@
/**
* Plugin Name: Converter for Media
* Plugin URI: https://mattplugins.com/products/webp-converter-for-media-pro
* Description: Speed up your website by using our WebP & AVIF Converter. Optimize images and serve WebP and AVIF images instead of standard formats!
* Version: 6.3.2
* Version: 6.4.0
* Author: matt plugins
* Author URI: https://url.mattplugins.com/converter-plugin-author-link
* Text Domain: webp-converter-for-media
@@ -17,5 +18,5 @@ if ( ! defined( 'ABSPATH' ) ) {
require_once __DIR__ . '/vendor/autoload.php';
new WebpConverter\WebpConverter(
new WebpConverter\PluginInfo( __FILE__, '6.3.2' )
new WebpConverter\PluginInfo( __FILE__, '6.4.0' )
);