| @@ -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.8 | |
| 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.8' ); | |
| 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. |