Releases: nystudio107/craft
Releases · nystudio107/craft
Version 2.0.3
Added
- Added a default
config/project.yamlfor base setup
Changed
- Updated
.gitignoreand.env.example - Ignore CP and
.phpfor Service Worker runtime caching - Remove
siteUrl, since it is now set via Project Config
Version 2.0.2
Changed
- Added
maxUploadFileSizetogeneral.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.jsonto reflect the updated dependencies - Fixed the site module's controller namespacing
- Added
sort-packagesto thecomposer.json - Added
async-queueplugin
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
sitemodulenamespacing
Version 1.0.12
Changed
- Switched from
craft.app.config.general.custom.baseUrltoalias('@baseUrl')
Version 1.0.11
Changed
- Added
post-install-cmdtocomposer.json