Version 0.8.6.6

  • Thumbnail tables were displayed even if a post or a page was protected by password.  This is fixed.   Thank you David and Gregg, for reporting!
  • Quite a few user didn’t notice that linked files need to be published before they become visible to public.  I added display status at the top of Link Manager, hopefully to make this more self-explanatory.

Version 0.8.6.5

  • Changed image load time-out time longer. It was set way too short, and I think it caused frequent time-out by slow servers or servers located far away.
  • Changed behavior of displaying thumbnail tables are little. Now when <!–more–> tag is used in post, the thumbnail table is still displayed on posting list, unless the table location is set to “bottom.” Thank you, Victor, for idea.
  • Other few bug fixes.

Version 0.8.6.4

  • With regard to the bug concerning different “WordPress address” and “Blog address” fixed in 0.8.6.3, apparently I missed few places, which caused some broken links. Hopefully I caught all of them this time…
  • When displaying images, I purposely removed scrollbars. The intension was that if the image was too large for browser, users could drag around the image to see the hidden part instead of using scrollbars. Well, at least one person thought it’s a bug. I changed some code to put the scrollbar back in. The image can still be dragged around.

Version 0.8.6.3

  • Several WP Vault administration dialogs didn’t work properly when “WordPress address” and “Blog address” were different in WordPress General Option. This is corrected. Thanks BondageRadio for reporting the issue.
  • Along with above, I fixed some bugs with displaying error in case of AJAX call failure.

Version 0.8.6.2

  • There was a rendering issue when WP Vault was used with layer-heavy theme (such as flying-on-the-sun-10). Fixed.

Version 0.8.6.1

  • When more than one set of thumbnail tables were displayed (i.e., index page), CSS was not being applied properly to provide the correct formatting and style as specified in display option. This is fixed.
  • Added reminder text to display option to use the exact pixel as width when using “Float Left” or “Float Right” option (the use of float is known to result in messy formatting without the exact width).

Version 0.8.6

  • HTTP Get function added. Now it is possible to store files directly from another website into WP Vault.
  • Additional values to table location in display options: Float Right and Float Left.
  • Additional properties to thumbnail table in display options: margin top, right, bottom, and left.
  • Changed the file storage directory structure a little, hopefully for better security. The activation takes care of re-structuring the existing files, so you don’t have to do anything, other than usual upgrade procedure (deactivate, copy new version, refresh, activate).
  • WordPress 2.3 support.
  • There was some database warning when tags were created, and there was no files in storage. Fixed. Thank you Annie for reporting this bug!
  • There was name conflict issue when uploading the same file more than once or uploading files with same name. This should be fixed.
  • Some bug fix in cookie.

Version 0.8.5.1

  • There was an issue with the display option in link manager. While the database was being updated correctly, the front end kept getting the data from cache. This is corrected. If you didn’t use caching, you wouldn’t have noticed this issue.
  • PNG images were not loaded properly only for the first time it was being accessed.
  • Implementation of cookie caused some weird issue when navigating to another page right after updating in link manager, then getting back to it.

Version 0.8.5

  • Implemented cookie in link manager. It now remembers the prior screen within link manager, even if you move off to do something else for a while.
  • You can now get files directly from a FTP site into WP Vault! This functionality is available only to admin users.
  • Added image fade in effect.
  • One thing I noticed while browsing other WordPress site is that everyone like to simple attach images without using <!–more–>. Now linked images and files are visible from the index page, unless <!–more–> tag is added in a post.

Version 0.8.1.1

  • Fixed critical bug which prevented images to display correctly when cache was enabled.

Version 0.8.1

  • Fixed bug in the link manager. In some cases, the data was not returned at all. Thanks Greynor!
  • Fixed bug with Gengo multilingual plugin. Thanks LostInNetwork for the report and information on how to fix it!
  • Added more informative error message in case WP Vault database tables were not created properly during the activation process. Thanks Wilna for getting this to my attention!
  • Added several built-in thumbnails for some file types. Now zip, gzip, MS Word, Excel, Power Point and PDF files show different thumbnails.

Version 0.8

  • Implemented caching for linked thumbnail tables. It uses WordPress’s built-in caching (”define(’ENABLE_CACHE’, true);” in wp-config.php and set /wp-content directory access to 777 to enable).
  • Implemented thumbnail table location. In previous version, the table could only be at the bottom of the post, but now it can be, at top, bottom, left or right of content.
  • Additional configurable properties for thumbnail table: table width, border color, border style, and border width.
  • Display Option page has been re-organized and cleaned.
  • WP Vault now automatically adds index.php to vault file directories to help keeping the file invisible.
  • Fixed a bug with associated text where a single quote was always accompanied by escaping \ character.