Releases: justin-netage/bushbreaks-maps
Release list
0.9.32
0.9.31
Adds a configurable 'Feed URL slug' setting so different sites running this plugin can use their own feed path instead of the hardcoded /bushbreaks-feed/.
0.9.30
Fixes feed image cropping never actually upscaling — WP_Image_Editor::resize() refuses to enlarge past the source's original size even with hard crop on; now uses crop() directly. Existing broken crops are automatically re-cropped on the next regen run.
0.9.29
Adds an unresolved-images counter and logging to resolve_image()/resolve_gallery()/attachment_image_url() themselves, to trace exactly what the live feed does with an already-cropped attachment.
0.9.28
Adds a running images-cropped count to the regen tool and opt-in diagnostic logging (BBM_FEED_DEBUG) to pin down why some listings' feed images aren't being cropped.
0.9.27
Fixes raw-URL-to-attachment resolution missing real attachments when the stored URL's scheme/domain no longer matches the site's configured uploads URL.
0.9.26
Fixes feed cropping being silently skipped for listings whose image/gallery field stores a raw URL instead of an attachment reference.
0.9.25
Sharpens upscaled feed images (GD-based, no Imagick needed) and adds an 'Images below Meta's recommended size' list under Settings > Tools to flag lodges that need a better source photo.
0.9.24
Fixes a feed timeout introduced in 0.9.23 by moving image cropping out of the feed request path, and adds a 'Regenerate feed images' batch tool under Settings > Tools.
0.9.23
Feed images (main + gallery) now emitted at a single hard-cropped 1200x1200 size instead of the raw original, so Meta no longer auto-crops differently-sized lodge photos inconsistently in the catalog and dynamic ads.