Releases: nystudio107/craft
Releases · nystudio107/craft
Version 2.0.3
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
Changed
- Added
maxUploadFileSize
togeneral.php
- Added
/web/dist/*
to.gitignore
- Refactored the error pages out to a single channel
- Added generic login image background
Version 2.0.1
Changed
- Numerous template changes to get the base build working
Version 2.0.0
Changed
- Updated to use modern webpack config
- Updated to use Craft 3.2 as the baseline
Version 1.0.16
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
Changed
- Updated
composer.json
to reflect the updated dependencies - Fixed the site module's controller namespacing
- Added
sort-packages
to thecomposer.json
- Added
async-queue
plugin
Version 1.0.14
Changed
- Fixed composer dependencies to reflect the
nystudio107/craft-
renaming
Version 1.0.13
Changed
- Tell Composer to install PHP 7.0-compatible dependencies
- Fixed
sitemodule
namespacing
Version 1.0.12
Changed
- Switched from
craft.app.config.general.custom.baseUrl
toalias('@baseUrl')
Version 1.0.11
Changed
- Added
post-install-cmd
tocomposer.json