2.2.2
2.2.1
- Support for multiple gallery pages added to non-fancyBox
2.2
- Support for multiple gallery pages, configurable number of thumbnails per page.
2.1.7
- Further limit search string parameters to only common filename characters.
2.1.6
- Prevent search termination string.
2.1.5
- Require search results to run with plugin.
2.1.4
- Fixed broken search results links.
2.1.3
- Spaces, special characters in paths handled.
2.1.2
- Special characters in filenames handled.
2.1.1
- Updated thumbnail sort order
2.1.0
- Added checkbox to admin page to make zip link optional.
- Removed the marquee feature.
2.0.5
- Port search fix to non-fancyBox option.
2.0.4
- Top level search bug fixed.
- New screencast linked from install page
2.0.3
- Configuration menu updated.
2.0.2
2.0.1
2.0
- UnGallery now supports (but does not require) integration with fancyBox lightbox application.
1.7.4
- Fixed the search always redirecting to my own site. Oops! Sorry folks. Not the best way to drive traffic to me. =)
- Searches are no longer case sensitive.
1.7.4
*Changed default thumbnail columns and size to match default WP theme
* Extended configuration page fields to display longer paths clearly
1.7.3
- Removed spaces from URL displayed on configuration page
- An .htaccess file is now created in the cache directory to prevent direct browser access.
- Removed legacy thumb_cache masking code
1.7.2
- Moved movie playback to render in its own window. Removing the WordPress frame seems to clear a lot of browser compatibility problems.
1.7.1
- Living in svn tagging hell.
1.7.0
- Needed 3 digit tagging to allow automatic updates.
1.6.1
- Searching form field now included in the gallery inline, excludes hidden galleries, and is relative to whatever level of the gallery tree you are viewing.
1.6
1.5.17
- svn did not pick up new files. Adding and incrementing version.
1.5.16
- Removed phpThumb's auto rotation call as it causes OOM error on weenie providers like Dreamhost.
1.5.15
- Prevented relative paths in zip logic
1.5.14
- Added support for streaming video and zip archive content types back.
- Corrected security for above content types.
- Removed warning message on first time create of each pics.zip
- Removed duplicate compression message.
1.5.13
- Fixed thumbnails not rotating
1.5.11
- More auto rotate clean up
1.5.10
- Removed the auto rotate on the full sized download version which seems to cause phpThumb to choke on large files
1.5.9
- Disabled movie display feature due to similar security issue as zip file. Will add back later if possible.
1.5.8
- Disabled zip archiving feature due to security issue. Will add back later if possible.
1.5.7
1.5.6
- Disabled phpThumb's SafeExec function due to security flaw
1.5.5
- If there are no subgalleries, we no longer display the "Subgalleries: " text
- Updated doc with PHP 5.x prerequisite
1.5.4
- Column option added back to correct problem with IE wrapping thumbnails.
1.5.3
1.5.2
- Support for total of 6 top-level galleries added.
1.5.1
1.5.0
- Custom permalinks no longer required.
1.4.5
- An extra space in configuration_menu.php was causing various header errors. Fixed.
1.4.2
- Version update/correction
1.4.1
- Corrected issue where plugin always executes.
- FAQ updates.
1.4.0
- Support for up to 4 distinct galleries.
- UnGallery settings page updated with new support section.
- Plugin page updated with links to Settings page, Support Forum, FAQ, Donate
1.3.3
- Caching disables on error when rendering phpThumb images
- Error handling added to create cache directory process on plugin admin page
- Originals now streamed directly instead of via phpThumb library
- Cache directory now set using DOCUMENT_ROOT instead of relative to configuration_menu.php
1.3.2
- Gallery images, title are centered even if your theme sets other justify
- Number of columns setting is removed. This can be set by adjusting thumbnail size on admin page.
- First non-trunk stable release
1.3.1
- Gallery images are centered (unless your theme forces justify)
- Started tagging releases
1.3.0
- Gallery titles are centered (unless your theme forces justify)
- Banner file handling updates, sample banner.txt included.
1.2.0
1.1.5
- phpThumb is apparently no longer supported and so did not support php 5.3. Others have extended the code though and this patch fixes UnGallery running on a php 5.3 server.
- phpThumb library handles the original pic and autorotation
1.1.4
- phpThumb calls set_time_limit which is not supported in safe. Disabled for now, potential conditional for later.
- Removed cache limits
1.1.3
- Changed the create cache directory code to use PHP function vs. exec php which is not allowed on some hosters
1.1.2
- Admin menu file was incomplete, causing serious bug when not using gallery name: 'gallery'
1.1.1
- Oops. Forgot to svn add the phpThumb script subdirectory.
- Also, some version number increments do not trigger automatic update and flag as recent on wp.org
1.1.0
- Upgraded the thumbnail library to phpThumb which enables many new imaging options.
- Caching no longer writes to image directories. Cache dir is ./WordPress installation/wp-content/cache/ is created
1.0.4
- First integrated support tips/tool added (pwd)
1.0.3
- Consolidated thumbnail creation files in preparation to update that library
- Fixed a regression in zip file download
1.0.2
- Version number is displayed on admin menu page and noted in html
1.0.1
- Version format updated
- Hidden gallery field added to those auto-populated if blank
- Introduction and installation screencast
1.0
- Administration menus auto-populate with default values when blank
- Instructions updated for new configuration
0.9.9
- Due to WP plugin automatic updates deleting and replacing the plugin directory, your images (and any other valuable user data) should not be stored in the plugin directory
- Versioning readded, plugin updates reactivated
- WordPress Plugin menu screen replaces configuration files
0.9.6
- Versioning removed to disable automatic updates
0.9.5
- You no longer need to call the gallery: "gallery". Any name can be used.
- Fixed issue with extra character in hidden.txt causing mismatch
0.9.4
- Fixed issue with some browsers not playing mp4
- Fixed case sensitivity problem with .mp4/MP4
- Fixed erroneously reporting plugin download needed for directories with no image files.
0.9.3
- Fixed issue with IE downloading zip archives of images
0.9.2
- Added top-level gallery logic to toggle marquee and zip display behavior
- Added support for custom WordPress and Site addresses
0.9.1
- Added hardening code and replaced relative links with absolute links
0.9
- MP4's are now embedded and integrated into the WP site frame. Support for older movie formats is deprecated.
- Current directory breadcrumb link added. This allows returning to the thumbnail list from the web-size browse view.
- Compatibility for WP 3.0's default twentyten theme that broke UnGallery's browse view.