Skip to content

Releases: swthate/craft-workbench

Version 3.0.2

10 Jun 16:49
Compare
Choose a tag to compare

Added

  • Moved most of index.twig to layouts/_base.twig and now index.twig extends that base layout.

Fixed

  • Was using the wrong method to get the site's CSRF Token and add it to the window for JS to use. Changed craft.app.config.general.csrfToken to craft.app.request.csrfToken.

Version 3.0.1

10 Jun 16:49
Compare
Choose a tag to compare

Fixed

  • composer.json had an autoload.psr-4 invalid value: "modules\\sitemodule" needs to end with a namespace separator, i.e. "modules\\sitemodule\\".

Version 3.0.0

10 Jun 14:16
Compare
Choose a tag to compare

Changed

  • Rebuilt using craft-vue-tailwind v3.0.0
  • Added a base SiteModule