Releases: gridonic/statamic-boilerplate-addon
Releases · gridonic/statamic-boilerplate-addon
v1.4.3
Added Support for Statamic 5.x
v1.4.2
Changed
- expanded the globals in the addon to fit the structure of the root project
v.1.4.1
Added
- outsourced and expanded globals
boilerplate
from project root to addon
- made globals available in every view
v1.4.0
Added
- Outsourced settings for theme and white labeling from cp.php to addon
v1.3.0
Added
- Extend thumbnail api with an optional
?urlOnly=1
query string. If present, the response returns the public url to the image instead of serving the image directly.
v1.2.4
- Add support for Statamic
4.x
v1.2.3
Changed
- Thumbnails from preset API: Directly serve thumbnails if image manipulation cache is activated. This avoids a redirect and increases performance in the frontend.
v1.2.2
Added
- Allow to disable multisite fixes via configuration
v1.2.1
Changed
- Use
base64
encoded image asset ids for the thumbnail api
v1.2.0
Added
- Adds a web route
/thumbnail/{preset}/{imageAssetId}
to output a thumbnail from the given asset preset and image id (via Glide)