- Removed all Twitter specific meta tags and OG images.
X
will fall back to the default OG meta tags, as long as they choose to keep respecting the spec, which doesn't seem to be the case. ec83c39a by @robdekort
- Accept all / Accept selected buttons in Cookie Banner. Make sure to update your string translation files. 7c10eb82 by @robdekort
- Update tracker field instructions. d177e0ab by @robdekort
- Update redirect field instructions. 47560930 by @robdekort
- Grammar fixes. #29 by @hybridvision
- Remove noscript GTM tracking. #28 by @marcorieser
- Add option to add after body content in the Custom Script option for Trackers. #27 by @robdekort
- Actually merge in "Optimize sitemap routes" this time. #25 by @marcorieser
- Fix to support multisite with absolute urls. #23 by @sandergo
- Match .env variable name with config. #24 by @marcorieser
- 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.