Version Description
- 2018/06/19 =
- Bug Fix: issue on some sites displaying a "no php extension available".
Download this release
Release Info
Developer | wp_media |
Plugin | Imagify Image Optimizer |
Version | 1.8.0.1 |
Comparing to | |
See all releases |
Code changes from version 1.8 to 1.8.0.1
- imagify.php +2 -2
- inc/classes/class-imagify-requirements.php +1 -1
- readme.txt +4 -1
imagify.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
* Plugin Name: Imagify
|
4 |
* Plugin URI: https://wordpress.org/plugins/imagify/
|
5 |
* Description: Dramaticaly reduce image file sizes without losing quality, make your website load faster, boost your SEO and save money on your bandwidth using Imagify, the new most advanced image optimization tool.
|
6 |
-
* Version: 1.8
|
7 |
* Author: WP Media
|
8 |
* Author URI: https://wp-media.me/
|
9 |
* Licence: GPLv2
|
@@ -17,7 +17,7 @@
|
|
17 |
defined( 'ABSPATH' ) || die( 'Cheatin\' uh?' );
|
18 |
|
19 |
// Imagify defines.
|
20 |
-
define( 'IMAGIFY_VERSION' , '1.8' );
|
21 |
define( 'IMAGIFY_SLUG' , 'imagify' );
|
22 |
define( 'IMAGIFY_FILE' , __FILE__ );
|
23 |
define( 'IMAGIFY_PATH' , realpath( plugin_dir_path( IMAGIFY_FILE ) ) . '/' );
|
3 |
* Plugin Name: Imagify
|
4 |
* Plugin URI: https://wordpress.org/plugins/imagify/
|
5 |
* Description: Dramaticaly reduce image file sizes without losing quality, make your website load faster, boost your SEO and save money on your bandwidth using Imagify, the new most advanced image optimization tool.
|
6 |
+
* Version: 1.8.0.1
|
7 |
* Author: WP Media
|
8 |
* Author URI: https://wp-media.me/
|
9 |
* Licence: GPLv2
|
17 |
defined( 'ABSPATH' ) || die( 'Cheatin\' uh?' );
|
18 |
|
19 |
// Imagify defines.
|
20 |
+
define( 'IMAGIFY_VERSION' , '1.8.0.1' );
|
21 |
define( 'IMAGIFY_SLUG' , 'imagify' );
|
22 |
define( 'IMAGIFY_FILE' , __FILE__ );
|
23 |
define( 'IMAGIFY_PATH' , realpath( plugin_dir_path( IMAGIFY_FILE ) ) . '/' );
|
inc/classes/class-imagify-requirements.php
CHANGED
@@ -76,7 +76,7 @@ class Imagify_Requirements {
|
|
76 |
|
77 |
$args = array(
|
78 |
'path' => IMAGIFY_PATH . 'assets/images/imagify-logo.png',
|
79 |
-
'mime_types' => imagify_get_mime_types(),
|
80 |
'methods' => Imagify_Attachment::get_editor_methods(),
|
81 |
);
|
82 |
|
76 |
|
77 |
$args = array(
|
78 |
'path' => IMAGIFY_PATH . 'assets/images/imagify-logo.png',
|
79 |
+
'mime_types' => imagify_get_mime_types( 'image' ),
|
80 |
'methods' => Imagify_Attachment::get_editor_methods(),
|
81 |
);
|
82 |
|
readme.txt
CHANGED
@@ -3,7 +3,7 @@ Contributors: wp_media, GregLone
|
|
3 |
Tags: compress image, images, performance, optimization, photos, upload, resize, gif, png, jpg, reduce image size, retina
|
4 |
Requires at least: 3.7.0
|
5 |
Tested up to: 4.9.6
|
6 |
-
Stable tag: 1.8
|
7 |
|
8 |
Dramatically reduce image file sizes without losing quality, make your website load faster, boost your SEO and save money on your bandwidth.
|
9 |
|
@@ -138,6 +138,9 @@ When the plugin is disabled, your existing images remain optimized. Backups of t
|
|
138 |
4. Other Media Page
|
139 |
|
140 |
== Changelog ==
|
|
|
|
|
|
|
141 |
= 1.8 - 2018/06/19 =
|
142 |
* New: you can now optimize pdf files.
|
143 |
* Improvement: custom folders, you can now optimize files located in the *uploads* folder.
|
3 |
Tags: compress image, images, performance, optimization, photos, upload, resize, gif, png, jpg, reduce image size, retina
|
4 |
Requires at least: 3.7.0
|
5 |
Tested up to: 4.9.6
|
6 |
+
Stable tag: 1.8.0.1
|
7 |
|
8 |
Dramatically reduce image file sizes without losing quality, make your website load faster, boost your SEO and save money on your bandwidth.
|
9 |
|
138 |
4. Other Media Page
|
139 |
|
140 |
== Changelog ==
|
141 |
+
= 1.8.0.1 - 2018/06/19 =
|
142 |
+
* Bug Fix: issue on some sites displaying a "no php extension available".
|
143 |
+
|
144 |
= 1.8 - 2018/06/19 =
|
145 |
* New: you can now optimize pdf files.
|
146 |
* Improvement: custom folders, you can now optimize files located in the *uploads* folder.
|