This repository has been archived by the owner on Mar 31, 2023. It is now read-only.
Releases: fork/make-up
Releases · fork/make-up
v0.0.3.3
Make-up v0.0.3.0
Added
- Variables to identify certain software such as 'craft 3' or 'npm' in helper.bash that can be used in bash-scripts to prevent code from being executed if a specific software is installed - or not.
- Variables
I18N_INFO
andI18N_QUESTION
in helper.bash - Emojis in README 😀
Fixed
- Scripts from package.json being executed with npm if Yarn was used.
- Renamed 'Craft' into 'Craft 3' since there may be other versions to be included in future releases.
- Fixed some typos
Removed
- Docker scripts are now integrated in Craft 3
Make-up v0.0.2.2
Added
- frontend/node_modules now tries
$ npm run dev
and$ npm start
automatically - Changed syntax
${BLUE}TASK${NC}
to$I18N_TASK
(for 'task', 'success', 'warning', 'error') - Craft now creates a reference to site/.env in .env automatically
Fixed
- Typo
- Removed error message in
$ make up
caused by env/create
Craft CMS 3.3.x fallback
Added
- v0.0.2 and v0.0.2.1 in changelog
- Craft CMS uploads will now be added automatically to your .gitignore
Fixed
- Backwards compatibility with Craft CMS < 3.4.0
Craft CMS 3.4.1
- Added support for Craft CMS 3.4.1 which did some changes to site/.env
Make-up first release
Make-up currently works with:
- Craft CMS 3 (Docker)
- Docker
- NPM
- Yarn
- MySQL