Wallogit.com
2017 © Pedro Peláez
Generates newly sized images upon request of new registered image size
Contributors: kevinlangleyjr, voceplatforms
Tags: image, sizes, resize
Requires at least: 3.3
Tested up to: 3.9
Stable tag: 1.3.3
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html, (*1)
Generates newly sized images upon request of new registered image size, (*2)
See Installing Plugins., (*3)
After dropping the plugin into the containing theme or plugin, add the following:, (*4)
if( ! class_exists( 'WP_Generate_New_Image_Sizes' ) ) {
require_once( $path_to_plugin . '/wp-generate-new-image-sizes.php' );
}
Upon request of image with a newly registered size, the plugin will generate a new image file with that specific size, (*5)
1.3.3
Fixing file write bug., (*6)
1.3.2
Fixing warning with empty filepath for file_put_contents., (*7)
1.3.1
Fixing issue with _load_image_to_edit_path - undefined variable., (*8)
1.3
Using our own _load_image_to_edit_path if the file does not exist., (*9)
1.2
Making directory for file if it does not exist - related to the fix for 1.1., (*10)
1.1
Fixing remote file issue with 3.9., (*11)
1.0
Initial release., (*12)