Skip to content

Releases: nystudio107/craft

Version 2.0.3

29 Aug 13:36
Compare
Choose a tag to compare

Added

  • Added a default config/project.yaml for base setup

Changed

  • Updated .gitignore and .env.example
  • Ignore CP and .php for Service Worker runtime caching
  • Remove siteUrl, since it is now set via Project Config

Version 2.0.2

17 Aug 19:17
Compare
Choose a tag to compare

Changed

  • Added maxUploadFileSize to general.php
  • Added /web/dist/* to .gitignore
  • Refactored the error pages out to a single channel
  • Added generic login image background

Version 2.0.1

15 Aug 15:52
Compare
Choose a tag to compare

Changed

  • Numerous template changes to get the base build working

Version 2.0.0

14 Aug 18:12
Compare
Choose a tag to compare

Changed

  • Updated to use modern webpack config
  • Updated to use Craft 3.2 as the baseline

Version 1.0.16

24 May 15:36
Compare
Choose a tag to compare

Changed

  • Removed references to the Craft RC in the composer.json
  • Added SEOmatic to the list of base plugins
  • Change the Critical CSS loader to onload="this.onload=null;this.rel='stylesheet'" for IE 11 compatibility

Version 1.0.15

20 Feb 00:37
Compare
Choose a tag to compare

Changed

  • Updated composer.json to reflect the updated dependencies
  • Fixed the site module's controller namespacing
  • Added sort-packages to the composer.json
  • Added async-queue plugin

Version 1.0.14

02 Feb 05:59
Compare
Choose a tag to compare

Changed

  • Fixed composer dependencies to reflect the nystudio107/craft- renaming

Version 1.0.13

26 Jan 23:48
Compare
Choose a tag to compare

Changed

  • Tell Composer to install PHP 7.0-compatible dependencies
  • Fixed sitemodule namespacing

Version 1.0.12

25 Jan 22:32
Compare
Choose a tag to compare

Changed

  • Switched from craft.app.config.general.custom.baseUrl to alias('@baseUrl')

Version 1.0.11

23 Jan 17:21
Compare
Choose a tag to compare

Changed

  • Added post-install-cmd to composer.json