Version Description
Download this release
Release Info
Developer | qqworld |
Plugin | QQWorld Auto Save Images |
Version | 1.7.11.1 |
Comparing to | |
See all releases |
Code changes from version 1.7.11 to 1.7.11.1
qqworld-auto-save-images.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: QQWorld Auto Save Images
|
4 |
Plugin URI: https://wordpress.org/plugins/qqworld-auto-save-images/
|
5 |
Description: Automatically keep the all remote picture to the local, and automatically set featured image.
|
6 |
-
Version: 1.7.11
|
7 |
Author: Michael Wang
|
8 |
Author URI: http://www.qqworld.org
|
9 |
Text Domain: qqworld_auto_save_images
|
@@ -973,7 +973,7 @@ class QQWorld_auto_save_images {
|
|
973 |
if($pos) $allow=false;
|
974 |
}
|
975 |
// check pictrue size
|
976 |
-
list($width, $height, $type, $attr) = getimagesize($image_url);
|
977 |
if ($width<$this->minimum_picture_size['width'] || $height<$this->minimum_picture_size['height']) $allow = false;
|
978 |
// check if remote image
|
979 |
if ($allow) {
|
3 |
Plugin Name: QQWorld Auto Save Images
|
4 |
Plugin URI: https://wordpress.org/plugins/qqworld-auto-save-images/
|
5 |
Description: Automatically keep the all remote picture to the local, and automatically set featured image.
|
6 |
+
Version: 1.7.11.1
|
7 |
Author: Michael Wang
|
8 |
Author URI: http://www.qqworld.org
|
9 |
Text Domain: qqworld_auto_save_images
|
973 |
if($pos) $allow=false;
|
974 |
}
|
975 |
// check pictrue size
|
976 |
+
list($width, $height, $type, $attr) = @getimagesize($image_url);
|
977 |
if ($width<$this->minimum_picture_size['width'] || $height<$this->minimum_picture_size['height']) $allow = false;
|
978 |
// check if remote image
|
979 |
if ($allow) {
|