PluginProbe
Optimole – Optimize Images | Convert WebP & AVIF | CDN & Lazy Load | Image Optimization / 4.2.13
Optimole – Optimize Images | Convert WebP & AVIF | CDN & Lazy Load | Image Optimization v4.2.13
4.2.13 4.2.12 4.2.11 4.2.10 4.2.9 4.2.8 4.2.7 4.2.6 4.2.5 2.5.5 2.5.6 2.5.7 3.0.0 3.0.1 3.1.0 3.1.1 3.1.2 3.1.3 3.10.0 3.11.0 3.11.1 3.11.2 3.11.3 3.12.0 3.12.1 All 134 releases
← All changes | optimole-wp.php +2 -2 4.2.54.2.13 View file →
@@ -1,9 +1,9 @@
1 1 <?php
2 2 /**
3 3 * Plugin Name: Image optimization service by Optimole
4 4 * Description: Complete handling of your website images.
5 - * Version: 4.2.5
5 + * Version: 4.2.13
6 6 * Author: Optimole
7 7 * Author URI: https://optimole.com
8 8 * License: GPL-2.0+
9 9 * License URI: http://www.gnu.org/licenses/gpl-2.0.txt
@@ -86,9 +86,9 @@
86 86 return null;
87 87 }
88 88 define( 'OPTML_URL', plugin_dir_url( __FILE__ ) );
89 89 define( 'OPTML_PATH', plugin_dir_path( __FILE__ ) );
90 - define( 'OPTML_VERSION', '4.2.5' );
90 + define( 'OPTML_VERSION', '4.2.13' );
91 91 define( 'OPTML_NAMESPACE', 'optml' );
92 92 define( 'OPTML_BASEFILE', __FILE__ );
93 93 define( 'OPTML_PRODUCT_SLUG', basename( OPTML_PATH ) );
94 94 // Fallback for old PHP versions when this constant is not defined.