Releases: studio1902/statamic-peak
Releases · studio1902/statamic-peak
v1.18.5
v1.18.4
v1.18.3
v1.18.2
v1.18.1
v1.18.0
What's new
- Search functionality. Disabled by default. See the readme for more details on how to enable and extend search.
What's improved
- Updated and added (missing) inline documentation.
v1.17.1
What's improved
- You can now either link to an asset (PDF) or entry from the cookie banner regarding more information about your privacy policy.
See v1.17.0 update instructions on how to implement the cookie banner in an existing Peak project.
v1.17.0
What's new
- Breaking: Added an optional cookie notification banner. This changes some SEO field handles and the SEO yield name. If you're updating manually make sure you:
- overwrite
resources/blueprints/seo.yaml
- overwrite
resources/views/snippets/_seo.antlers.html
- merge
resources/lang/en/strings.php
- merge
resources/js/site.js
- rename
yield:google_tag_manager
toyield:seo_body
inresources/views/layout.antlers.html
- add
resources/components/_cookie_banner.antlers.html
- overwrite
Note: tracking and cookie consent by default only work on the
production
environment.
v1.16.0
v1.15.4
What's improved
- Include
package-lock.json
for now to prevent compilation errors. Compatibility for Laravel Mix 6 is in the works but thelaravel-mix-modernizr
plugin isn't compatible yet. Keep an eye out on: https://github.com/studio1902/statamic-peak/tree/feature/laravel-mix-6