- Adds config option for setting queue name for social images. #22 by @sandergo
- Adds support for s3 driver to store generated Twitter image. #18 by @sandergo
- Add ability to configure binary paths for social image generation. #19 by @marcorieser
- Support s3 drivers for social_images disk. #17 by @sandergo
- Use Null Coalescence (variable fallbacks) in SEO partial. a19fce11 by @robdekort
- Adds taxonomies and collection assigned taxonomies to sitemap. #14 by @mikemartin
- Use
var
to keep external scripts in function scope to add prevent errors after cookie consent has been revoked and granted again. 6d03a93b by @robdekort
- Add the ability to set
reset_cookie_consent_class
to override the default reset link styling. 18f759a4 by @robdekort
Breaking changes: If you upgrade an existing site make sure to apply the changes made to Peak Core in v12.
- Statamic v4 support including splitting fieldsets into sections and moving the MissingAltWidget to the Tools addon. #9 by @robdekort
- Show
hide_by_default
(Cookie Banner) only if no trackers are being used. #b01ae61a by @robdekort
- Use partial tag method. a992800d by @robdekort
- Use a non unique key for job overlaps. e2587193 by @robdekort
- Improve reliability of queued OG image generation by preventing job overlap. #7 by @robdekort
- Restore conditional field logic regarding page titles. e8d3f157 by @robdekort
- Add an option to fully replace collection titles. #6 by @robdekort
- Use Null-safe operator in Social Image route guard. #5 by @marcorieser
- Improve global labels for social image generation. #4 by @klickreflex
- Fix ErrorPage handler creating endless loop. #3 by @marcorieser
- Changes for addonification. #2 by @marcorieser
- Add ability to publish fieldsets. #1 by @marcorieser
- Initial release.