Skip to content

Releases: gridonic/statamic-boilerplate-addon

v1.4.3

24 Jul 11:43
Compare
Choose a tag to compare

Added Support for Statamic 5.x

v1.4.2

09 Nov 10:44
Compare
Choose a tag to compare
v1.4.2 Pre-release
Pre-release

Changed

  • expanded the globals in the addon to fit the structure of the root project

v.1.4.1

09 Nov 10:38
Compare
Choose a tag to compare
v.1.4.1 Pre-release
Pre-release

Added

  • outsourced and expanded globals boilerplate from project root to addon
  • made globals available in every view

v1.4.0

09 Nov 08:31
Compare
Choose a tag to compare
v1.4.0 Pre-release
Pre-release

Added

  • Outsourced settings for theme and white labeling from cp.php to addon

v1.3.0

19 Jul 13:22
Compare
Choose a tag to compare

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

26 Jun 13:06
Compare
Choose a tag to compare
  • Add support for Statamic 4.x

v1.2.3

08 May 19:53
Compare
Choose a tag to compare

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

02 May 13:59
Compare
Choose a tag to compare

Added

  • Allow to disable multisite fixes via configuration

v1.2.1

26 Apr 13:27
Compare
Choose a tag to compare

Changed

  • Use base64 encoded image asset ids for the thumbnail api

v1.2.0

26 Apr 06:48
Compare
Choose a tag to compare

Added

  • Adds a web route /thumbnail/{preset}/{imageAssetId} to output a thumbnail from the given asset preset and image id (via Glide)