You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PLANET-7942: Media Replacer enhancements
- Fix: Cloudflare's purge API has to be called only once per replacement. Right now, when an image is replaced and all its variants with different sizes are generated, Cloudflare's purge API is called for each variant, instead of being called only once with a list of all the variant URLs.
PLANET-7779 Posts List: Fixed cards height (#2729)
- Made card heights fixed to prevent arrows bouncing
- Unified styles for cards for Posts List grid and carousel layouts
- Refactored listing page grid layout to match new design
PLANET-7766: Purge Cloudflare cache on file replacement (#2747)
- Call the purge function.
- Pass the original url as a parameter.
- Log messages locally and in sentry.
- Call the api directly
- Call the purge function just once
- Improve messages sent to Sentry