Skip to content

Releases: justin-netage/bushbreaks-maps

0.9.32

Choose a tag to compare

@justin-netage justin-netage released this 18 Sep 12:17
4e0685c
Merge pull request #94 from justin-netage/claude/project-thread-hd9220

Add Google Shopping and Google Ads hotels feeds

0.9.31

Choose a tag to compare

@justin-netage justin-netage released this 20 Jul 09:05
feb3474

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

Choose a tag to compare

@justin-netage justin-netage released this 16 Jul 15:25
f7453ea

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

Choose a tag to compare

@justin-netage justin-netage released this 16 Jul 15:14
d0e1184

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

Choose a tag to compare

@justin-netage justin-netage released this 16 Jul 14:55
db20458

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

Choose a tag to compare

@justin-netage justin-netage released this 16 Jul 14:43
5313114

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

Choose a tag to compare

@justin-netage justin-netage released this 16 Jul 14:31
2fbb967

Fixes feed cropping being silently skipped for listings whose image/gallery field stores a raw URL instead of an attachment reference.

0.9.25

Choose a tag to compare

@justin-netage justin-netage released this 16 Jul 14:12
7d38caa

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

Choose a tag to compare

@justin-netage justin-netage released this 15 Jul 09:34
9668120

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

Choose a tag to compare

@justin-netage justin-netage released this 15 Jul 09:13
846d10a

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.