In new version:
- Added different post types support
- Added custom taxonomies support (new relation, works as “OR”)
- Fixed bug with double quotes in title
- Fixed stripping shortcodes from excerpt
I am going to update plugin page soon with new features.
Wordpress plugins development and support blog by Maria Shaldybina
It was reported GPT 0.7 was not working with new WP 3.1. Â Apparently, there were some changes in jQuery versions in WP. So I updated plugin to 0.8 to support this, and tested so it’s now working with WP 3.1.
I also added couple of convenient features people asked. First is Live Log. You can see log of all successes and failures, as if the file was taken from post body or uploaded from external server and what caused the problem. And second, you can now remove all featured images by clicking on new button “Remove all featured images”. Also thanks to Andrew, I added rawurldecode for externally hosted images to minimize problems that may occur with images which contain non-english characters in filenames.
I added a notice and I want to remind again, please, don’t forget to backup your WordPress files and database. Although this plugins saves you lots of time, if you have many posts you want to assign Featured Image to, it performs mass manipulation, by changing posts Featured Image property and uploads first images if they are externally hosted.
Generate Post Thumbnails plugin was improved (http://wordpress.org/extend/plugins/generate-post-thumbnails/) and now it supports different methods of uploading externally hosted images on server depending on server configuration. Some configurations (allow_url_fopen is Off) didn’t work before and created empty images. This version should fix this. Also it supports relative paths.
Plugin home page:
http://wordpress.shaldybina.com/plugins/generate-post-thumbnails/
Tags: fixes, plugin, thumbnails, updates
I’ve just updated Generate Post Thumbnails plugin – tool for mass generation of post thumbnails for existing posts using post images. Now it supports externally hosted images.
WordPress download page:
http://wordpress.org/extend/plugins/generate-post-thumbnails/
Plugin home page:
http://wordpress.shaldybina.com/plugins/generate-post-thumbnails/
Tags: new feature, thumbnails, updates