wip
This commit is contained in:
@@ -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' )
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user