- Update in the readme file what to do before deployment, as well as how to deploy.
- Set up a assets volume with the aws settings ready as example, export new seed_db.
- Removed
dotenvy
- Removed repo.repman.io from repositories
- Explicitly set
id
from APP_ID and usekeyPrefix
for cache component - Changed the autoload at
composer.json
- Remove the use of
craft on
andcraft off
because they create pointlessdateUpdated
changes toproject.yaml
- Updated the
css-loader
config to ignore embedded URLs - Changed
project-config/sync
->project-config/apply
- Added the default
DB_PORT
of3306
toexample.env
andexample.env.sh
- Added a ´queue´component with a longer ´ttr´
- Added the missing body-js.twig file in boilerplate.
- App id in .env.example file.
- Changed
project-config/sync
->project-config/apply
- Refactor composer scripts to handle Craft not being installed, leveraging craft
install/check
- Boilerplate now requires
craftcms/cms
^3.5.8
- Readme file.
- Php version in composer.json.
- Updated and improved the building instructions.
- Phased out example.env.sh files, craft version spesific.
- Added
--no-tablespaces
to the mysqldump command options to work around changes in MySQL
- Modern config only for local dev, fixing multi-compiler issues with HRM
- Fix redis session config to use
App::sessionConfig()
- Remove
[hash]
from dev config to eliminate potential memory errors - Use
[contenthash]
in production instead of hash or chunkhash
- Readme file to give proper credit
- Add native image lazy loading
- Paths in tsconfig.json
- Craft and plugin update.
- Added TypeScript support
- Use Vue.js 3.0
- Replaced moment with vanilla JavaScript
- Replaced
getenv()
withApp::env()
- No longer use DSN for db connections
- Switch from TSLint to ESLint
- Disabled the ForkTS plugins for now.
- Fixed config path in the module
helpers/Config.php
- Readme visuals
- Composer.json
- Readme change buil dinstruction to include composer
- Added lisence to packagist, MIT.
- Scripts folder for different tasks (such as db and asset sync, etc)
- Readme file to include sync script setup.
- Gitignore .env.sh in scripts folder.
- Composer.json version, as well as readme url to pre-commit checklist.
- Fixed packagist
- Updated readme with login details.
- Updated readme to include asset handling setup (s3, cloud, sharp)
- Updated readme to include the webpagetest for webperf.
- Composer.json php to 7.4
- Updated changelog to comply with keepachangelog.com
- Added div on settings, sections fields etc.
- Added a seed_dd.sql file in the scriptsfolder
- Changed language to en-GB
- Renamed project site name to homepage.
- Readme required tec.
- Readme build instructions
- Fixed schema version skew of craft system.
- Base url site.
- Add the scripts to the composer.json
- Add the 'useProjectConfigFile' => true, to the general.php in config
- Add the project.yaml from the projecttest
- Add the plugin craftcms/aws-s3 to the composer.json
- Add npm install on the read me
- Add the config files from the projecttest.
- Add/install redid and make the config work ?? ??
- Added more to the webpack.settings.js pages section
- Added purgecss path to the webpack.settings.js
- Added sitemodule to the module folder
- Change the project.yaml files schema version from 3.0.8 to 3.0.9
- Change all the files that has projecttest to it, and write REPLACE_ME
- Change the “REDIS_HOSTNAME=127.0.0.1”
- Updated the env.example
- Checked in the .env.example into git.
- Gitignore .env.sh
- Changed the order of step 2 and 3 in the build instructions, readme file
- Changed the symlink favicon path in webpack.settings.js
- Changed the workbox config swdest path in webpack.settings.js
- Changed the exclude in the webpack.settings.js
- Changed the runtimechaching in webpack.settings.js
- Removed the importScripts script, in the webpack.settings.js
- Changed the #app to #page-container in src/js/app.js. This removed the javascript issue in webpack. See github solved issue #1
- Updated Readme
- Updated package-lock.json
- License.md
- Project type in the composer.json file
- Packagist name, description, version
- Added repositories in composer.json, composer
- Initial release