Version Description
- Optimization to avoid conflicts with other plugins or themes
Download this release
Release Info
| Developer | keycdn |
| Plugin | |
| Version | 1.4.5 |
| Comparing to | |
| See all releases | |
Code changes from version 1.4.4 to 1.4.5
- optimus.php +4 -4
- readme.txt +3 -0
optimus.php
CHANGED
|
@@ -7,7 +7,7 @@ Author: KeyCDN
|
|
| 7 |
Author URI: https://www.keycdn.com
|
| 8 |
Plugin URI: https://optimus.io
|
| 9 |
License: GPLv2 or later
|
| 10 |
-
Version: 1.4.
|
| 11 |
*/
|
| 12 |
|
| 13 |
/*
|
|
@@ -40,9 +40,9 @@ define('OPTIMUS_BASE', plugin_basename(__FILE__));
|
|
| 40 |
define('OPTIMUS_MIN_WP', '3.8');
|
| 41 |
|
| 42 |
|
| 43 |
-
/* Hook admin init */
|
| 44 |
-
add_action('init', '
|
| 45 |
-
function
|
| 46 |
{
|
| 47 |
if (is_admin()) {
|
| 48 |
load_plugin_textdomain( 'optimus', false, dirname( plugin_basename(__FILE__) ) . '/lang/' );
|
| 7 |
Author URI: https://www.keycdn.com
|
| 8 |
Plugin URI: https://optimus.io
|
| 9 |
License: GPLv2 or later
|
| 10 |
+
Version: 1.4.5
|
| 11 |
*/
|
| 12 |
|
| 13 |
/*
|
| 40 |
define('OPTIMUS_MIN_WP', '3.8');
|
| 41 |
|
| 42 |
|
| 43 |
+
/* Hook optimus admin init */
|
| 44 |
+
add_action('init', 'optimus_admin_init');
|
| 45 |
+
function optimus_admin_init()
|
| 46 |
{
|
| 47 |
if (is_admin()) {
|
| 48 |
load_plugin_textdomain( 'optimus', false, dirname( plugin_basename(__FILE__) ) . '/lang/' );
|
readme.txt
CHANGED
|
@@ -96,6 +96,9 @@ Optimus supports the conversion of images to the new [*WebP* image format](https
|
|
| 96 |
|
| 97 |
== Changelog ==
|
| 98 |
|
|
|
|
|
|
|
|
|
|
| 99 |
= 1.4.4 =
|
| 100 |
* Fixed static function warning in PHP 5.6
|
| 101 |
|
| 96 |
|
| 97 |
== Changelog ==
|
| 98 |
|
| 99 |
+
= 1.4.5 =
|
| 100 |
+
* Optimization to avoid conflicts with other plugins or themes
|
| 101 |
+
|
| 102 |
= 1.4.4 =
|
| 103 |
* Fixed static function warning in PHP 5.6
|
| 104 |
|
