2.2.2 /04/2008Bug correction: - Wrong alt on thumbnail inside posts.
- Multiple image with same id on thumbnails inside posts.
- More tag in excerpt.
- Sort on publish date for recent_thumbs used with media parameter.
2.2.1.b 03/03/2008Correct bug on activation. 2.2.1 28/02/2008- Correct bug in admin panel which should not impact anymore other panels nor display js errors.
- Correct bug when a non-image url was link to an image.
- Correct bug in thumbnail creation in some cases.
- Other minor bugs.
- if wordtube height is set to 0 in "javascript options", proportions of the video will adjust to wordtube original sizes and option width.
- Changed some code in the options panel to prepare WP2.5.
2.2 13/02/2008- Options: option screen has been re-organized to make it clearer (hopefully). An help screen has also been added.
- DIRNAME: dirname is now a depth parameter. It will analyse the image url and include the sub-directory up to the specified number (or when it finds ‘:’ or ‘.’). This will enable sticking to WP way of saving images. Example:
mysite.com/wp-content/uploads/2008/01/myimage.jpg
DIRNAME=2
thumbnail name will be: thumb-200801myimage.jpg NOFORM: new parameter. It will return the html string without any space, tab and return. OBJECT: new parameter. If specified, the functions will return an object containing information instead of an html string. This is for developper usage. MAX: new parameter. if set to 1, post-thumb will not resize image which are smaller than targetted size. Works only if keepratio is set to 1. Thumbnail names are now sanitize in WP way. It means that only numeric, alphabetic and ‘-’ are now allowed in them (including append string). nextgen gallery and ptalbum should now be thumbnailed properly. Note that this feature is resource consuming during the update of the post table. Excerpt: Post-Thumb provides an excerpt alternative to wordPress standard. See description in the documentation. Recent images: a simple function to return thumbnail of all the last images in posts. It can use a simple cache. Post formatting - A sub-directory can now be set in options to save thumbnails generated by post formatting functions.
- Names of thumbnails generated by post formatting functions can now be modified by including directory name. It works the same way than DIRNAME parameter.
- You can tell Post-Thumb to add lightbox compatibility (rel=”lightbox”) when it generates thumbnail inside posts.
Bug corrections: - some php5 only functions were in the code (stripos).
- a function was mispelled causing error in some specific cases.
- correct some WP<2.1 compatibility issues.
- improve post parsing masks.
2.1.9.2a 18/01/2008Fix for Dreamhost users. 2.1.9.2 17/12/2007Upgrade highslide to 3.3. HS 3.3 is a major upgrade. It introduces many new features. Most of them, though, are unvisible for end-user. - add a resize handle (for iframes).
- new way to handle expand which results in a lighter code.
- easier formatting with CSS.
- lighter script.
- Refine relative path. Only relative path from server will be decoded. See here for more informations.
- More consistency between post and loop functions.
- Highslide formatting is easier to control.
- Basic formatting in options: frame size, frame colours, inside margin, frame style and frame top style.
- Advanced formatting: through CSS. All necessary classes and ids are located in js/style_hs.css file.
- Few bug corrections.
2.1.9 10/11/2007- Add a new option to select the frame top style (normal or windows-like)
- Add support for gallery plugin. Currently, ptalbum, nextgen and wp-gallery2 are supported. This functionality is still under test. It will include images from these plugins in thumbnail creation.
- CSS file is now split in two section. The second section can be customized. Also, fix a bug in the css (control bar in highslide frames).
- VVQ and anarchy player quicktags can now be parsed to generate thumbnail. They will not be formatted Post-Thumb way though.
- Bug fixes:
- RSS feed returns thumbnail and wordtube message.
- Relative URLs use Wordpress function to resolve.
- Update Youtube address with new format.
- Thickbox code is now operating again. Note that this feature is still under development and the option is not available in the option (see note below).
2.1.8.4 30/10/2007Thumbnail automatic replacement was not working in previous version. I had to fix it. 2.1.8 15/09/2007- New parameter: LINK (i|u|p). This will link the thumbnail to the image (i = default), the post (p) or an external url (u). With link=u, if the plugin detects an img inside an anchor with href, the thumbnail will be linked to the url in the href.
- Add LINK to widgets
- bug corrections:
- Replacement should now work properly
- RSS feeds should now properly exclude HS html
- Relative addresses should now work properly
- Some small other bugs
2.1.7 08/09/2007- WARNING: it is important to validate options once after installing. It may also be necessary to refresh Post-Thumb table (in options).
- New parameter: DIRNAME. This will include the name of the parent directory in the thumbnail name. This is to manage lists of photos saved under different directories.
- Better display of table refresh in options.
- Image replacements can now be used with highslide not being active.
- Bug corrections:
- alt was not filled if no highslide effect was used.
- table refresh was not done properly.
- single quotes can be accepted as well as double for image replacing (depending on WP version, picture are inserted with single or double quotes).
- wordTube statistics didn’t update. This was a replicated bug from wordTube. However, it is necessary to use a wordTube version which correct this bug.
- automatic creation of subfolder is now disabled if safe mode is on. This is to prevent problem with further access to the folder.
2.1.6 02/09/2007- IMPORTANT: function compliancy. To be compliant with WordPress syntax, functions have been reviewed this way:
- get_thumb returns a string to be echoed
- the_thumb displays a thumb in the Loop.
- echo get_thumb() is equivalent to the_thumb()
- get_recent_thumbs returns a string to be echoed
- the_recent_thumbs displays last thumbs.
- echo get_recent_thumbs() is equivalent to the_recent_thumbs()
- get_random_thumb returns a string to be echoed
- the_random_thumb displays random thumbs.
- echo get_random_thumb() is equivalent to the_random_thumb()
- New parameter: ALIGN (left|right|center. default: none). This will ease the formatting inside the Loop.
- New parameter: NODEF. Functions return empty string if no image in post (instead of default image).
- Add E value to SHOWTITLE parameter. This will enable display of post excerpt in get_recent_thumbs and widget pt-recent.
- Slideshow can now be randomized.
- Random and Slideshow now save their own thumbnails. This is to avoid generating thumbnail each time page is refreshed.
- SUBFOLDER now tries to creates the directory if it does not exist. If it cannot, it uses parent directory.
- Bug corrections:
- get_thumb wasn’t displaying media.
- 'category' wasn’t working if MEDIA parameter was used. Filter now works properly.
- Disable javascript in RSS feeds.
- TITLE was not working.
- image names containing special characters should now display correctly.
- SUBFOLDER will not return an error if directory does not exist. It will try to create it and use blank if it can.
- clean media code (image variable was still passed).
- Functions do not returns unpublished posts anymore
- Random does not error if number of image in database is lower than LIMIT
- Upgrade Highslide.
2.1.5 beta 16/08/2007Fix bug on multiple loop with get_recent_thumbs.
|