Releases: AlwaysRichard/Category-Image-Gallery
Releases · AlwaysRichard/Category-Image-Gallery
Release list
Category Image Gallery v2.1.0
AP Category Image Gallery - Release Notes v2.1.0
Release Date: October 11, 2025
Previous Version: 1.8.2
🎉 Major New Features
🔍 Built-in Lightbox System
- All thumbnail interactions now open in a beautiful, full-screen lightbox
- Never redirects users away from your page - keeps engagement high
- Keyboard navigation support (arrow keys, escape)
- Previous/next navigation for seamless gallery browsing
- Click outside or press Escape to close
- Security enhancement: Direct image URLs are never exposed in browser address bar
📊 Advanced EXIF Metadata Display
- Comprehensive EXIF data extraction and display
- Customizable metadata templates using token system
- Support for camera settings, lens info, GPS coordinates, and more
- Default value syntax:
{Token,Default Value}for graceful fallbacks - Metadata appears as captions in the lightbox
Available metadata tokens:
{FileName},{CameraMake},{CameraModel},{Camera}{LensManufacturer},{LensModel},{Lens}{FocalLength},{FNumber},{ShutterSpeedValue},{ISOSpeedRatings}{DateTimeOriginal},{GPSLatitude},{GPSLongitude},{Copyright}
🏗️ Enhanced Category Hierarchy
- Automatic inclusion of all descendant categories
- Now includes children, grandchildren, and all deeper levels
- More reliable category traversal using
get_terms()withchild_ofparameter - Perfect for complex category structures
🔧 Breaking Changes
Attribute Rename
link_image_to→link_thumbnail_to- More descriptive and accurate naming
- Migration: Simply replace
link_image_towithlink_thumbnail_toin your shortcodes - Functionality remains identical
✨ Improvements & Enhancements
🖼️ Click Menu Improvements
- "Image" option now always opens lightbox instead of redirecting to image URL
- Maintains consistent user experience
- Works seamlessly with new lightbox system
- Menu styling improved with button support
🎨 UI/UX Enhancements
- Lightbox styling matches modern design standards
- Improved focus management and accessibility
- Better keyboard navigation throughout
- Enhanced visual feedback for interactive elements
🔒 Security Improvements
- No more direct image URL exposure
- All image viewing happens through secure lightbox system
- Users can't access direct image links via right-click or address bar
- Protects your image assets while maintaining great UX
🧱 Layout & Styling
- All galleries now support lightbox regardless of layout type
- Improved CSS organization and maintainability
- Better responsive behavior across devices
- Enhanced focus states for accessibility
🐛 Bug Fixes
- Fixed inconsistent lightbox behavior with click menu
- Improved category hierarchy traversal reliability
- Better error handling for missing EXIF data
- Enhanced compatibility with various image formats
📝 Updated Documentation
- Comprehensive README.md update with new features
- Complete metadata token reference with examples
- New screenshots section showing tiled gallery and lightbox
- Updated examples demonstrating new functionality
- Security benefits clearly documented
🔄 Migration Guide
For Existing Users:
-
Update attribute name (if used):
- link_image_to="image" + link_thumbnail_to="image"
-
Enjoy automatic improvements:
- All galleries now have lightbox functionality
- Category hierarchy automatically enhanced
- No other changes required
-
Optional enhancements:
- Add
display_metato show EXIF information - Enable
click_menu="true"for enhanced interaction
- Add
Example Updated Shortcode:
[category_image_gallery
category_slug="photography"
layout="tiled"
click_menu="true"
link_thumbnail_to="image"
display_meta="{FocalLength} | {FNumber} | {ShutterSpeedValue} | {ISOSpeedRatings} -- {Copyright,© Your Name}"]
🎯 Benefits for Users
📸 For Photographers
- Professional EXIF metadata display
- Secure image presentation
- Enhanced user engagement with lightbox
🌐 For Website Owners
- Users stay on your site longer
- Better SEO through reduced bounce rates
- Professional gallery presentation
👥 For Visitors
- Smooth, intuitive image viewing experience
- Fast navigation between gallery images
- Rich metadata information when available
🧪 Tested Compatibility
- WordPress: 5.0+ (tested up to 6.3)
- PHP: 7.4+ (tested up to 8.2)
- Browsers: Chrome, Firefox, Safari, Edge (latest versions)
- Themes: Compatible with all standard WordPress themes
- Mobile: Fully responsive on all devices
🔮 Coming Soon
- Additional layout options
- More metadata tokens
- Performance optimizations
- Advanced filtering capabilities
🙏 Acknowledgments
Thank you to the WordPress community for feedback and suggestions that made this release possible. Special thanks to photographers and gallery enthusiasts who provided real-world testing scenarios.
📞 Support
- Documentation: See updated README.md
- Issues: Report on GitHub repository
- Questions: Community support via WordPress forums
Happy Gallery Building! 🎨📸
Category Image Gallery v1.0.0
This is the first public release of the AlwaysPhotographing Category Image Gallery plugin.
It automatically generates WordPress image galleries based on post categories, supporting multiple layouts:
- Tiled (Justified) layout similar to Jetpack’s “Tiled Gallery”
- Collage (Metro) layout with dynamic spanning
✨ Key features
- Category-based automatic image sourcing
- Draft-aware linking (visible but unlinked for non-logged visitors)
- Custom row height, gutters, and panorama detection
- Responsive, lazy-loaded, and SEO-friendly
- Optional click-menu (“View image” / “Read post”)
- MIT Licensed — open-source and extendable
🔧 Minimum Requirements
- WordPress 6.0+
- PHP 7.4 or higher
📦 To install:
- Download the ZIP from the Releases page.
- Upload via Plugins → Add New → Upload Plugin.
- Activate and insert the shortcode [category_image_gallery ...].